Tagged Questions
4
votes
2answers
405 views
Source code syntax highlighting like Github
Does anybody know how the github syntax highlighting for source code views is made?
To clearify: I don't mean the common highlighting of code blocks in readme files.
Github seems to use a modified ...
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 ...