On 15.11.07, Neal Becker wrote:
> I want to put hyperlinks in my pdf output to syntax highlighted code
> listings.  I wonder if anyone can recommend a syntax highlighter that:

> 1) groks c++ and python (at least)
> 2) outputs pdf
> 3) Can number lines

I recommend pygments: http://pygments.org/
Its a highly configurable, clean, documented Python package producing html
or latex.

I do not know about
> 4) Can wrap long lines
however.

Guenter

Reply via email to