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
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
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
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