Sk#
July 25th, 2007, 05:12 PM
I'm looking for a code converter... a sort of pretty printer for LaTeX, and something similar for HTML. I know there's a link in the C++FAQs, but it seems to be broken. Can you point me to a good one? I need in particular to generate LaTeX source. Thank you all!
dglienna
July 25th, 2007, 06:02 PM
Google found this:
http://www.stack.nl/%7Edimitri/doxygen/
Sk#
July 25th, 2007, 06:45 PM
I'm sorry dglienna, it's not what I'm looking for. I know and use Doxygen, but I'm looking for something else.
Let's say I have a C++ source file. I might use the verbatim environment in LaTeX and the pre tag in HTML, but the output would be very ugly (and not even indented in LaTeX). So I need a pretty printer, like one of those listed here (http://www.parashift.com/c++-faq-lite/misc-environmental-issues.html#faq-40.3). The only one for LaTeX has a broken link, and grind seems too complicated for the short task it'll have to perform.
I'd like something easy to use, that may give me good results in a day or two.