Re: syntax highlighted code

2007-11-16 Thread Neal Becker
G. Milde wrote: > 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 pyg

Re: syntax highlighted code

2007-11-16 Thread Daniel Lohmann
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 4) Can wrap long lines I strongly recommend to use the listings p

Re: syntax highlighted code

2007-11-16 Thread G. Milde
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/ It

Re: syntax highlighted code

2007-11-15 Thread Robert Orr
http://www.andre-simon.de/ I use highlight. It may work for what you are trying to do. --- Neal Becker <[EMAIL PROTECTED]> 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