Tagged Questions

7
votes
1answer
85 views

C source in .W file

I found a C source in these files with .w extensions. It seems like a mix of TeX code and C Programming Language. This is an example of these sources. How can I compile? PS: Excuse me for the ...
2
votes
2answers
492 views

Making PNG|jpeg from LaTeX in C or C++

I'm looking for a library (or a cleverer solution) in C or C++ that would make an image file (PNG|jpeg) from LaTeX code. The use of packages is a prerequisite. For now I'm thinking of compiling a ...
0
votes
0answers
18 views

Display globals list in Doyxgen LaTeX output

I'm using Doyxgen to generate documentation for one of my C projects. In the HTML documentation under "Files" there is a "Globals" tab. However, there is no corresponding section in the LaTeX ouput. ...