Tagged Questions

53
votes
4answers
10k views

Source code highlighting in LaTeX

I need to highlight source code in LaTeX. The package listings seems to be the best choice for most use-cases and for me it was, until now. However, now I need more flexibility. Generally, what I’m ...
3
votes
1answer
293 views

Change highlight colors in minted

I was setting up a nice environment to present my code in printed documentations. First I was using the lstlisting package for Latex but then I stumbled upon minted. minted is really great, but is ...
2
votes
3answers
573 views

Sensible python source line wrapping for printout

I am working on a latex document that will require typesetting significant amounts of python source code. I'm using pygments (the python module, not the online demo) to encapsulate this python in ...
1
vote
2answers
35 views

Syntax highlighting HTML with links

Is there a tool available which would convert the sources given into HTML with links? By links I mean that every type, class, and method used would point via href to its definition. I haven't ...
1
vote
2answers
228 views

Python library for syntax highlighting

Which Python library for syntax highlighting is the best one? I'm interested in things like supported languages, ease of use, pythonic design, dependencies, development status, etc.
0
votes
0answers
52 views

How to use Pygments.rb on Heroku?

My app uses a gem (pygments.rb) for syntax highlighting which requires access to pygments lib. I cant get it to work on heroku as Python is not part of the rails build pack. Any help/ link on how ...
0
votes
1answer
300 views

Converting pygments theme to gvim colorscheme

Are there any tools to convert a pygments style definition into a gvim colorscheme? I found vim2pygments, which converts vim colorschemes to pygments themes, but I haven't found anything doing the ...
0
votes
2answers
653 views

Integrate Syntax Highlighter (Prettify, Pygments,..) with Plone

I'm actually challenged with documenting aspects/problems/usages of inherited source code to teach and train co-workers as well as to identify problems that should be future maintenance tasks... The ...