syntax highlighting for clojure code in pdf? -
what best way syntax highlighting work clojure when outputting pdf file? have looked @ variants:
- clj-pdf
- generating html first using flying saucer generate pdf
but i'm not sure how syntax highlighting either option
you can use pygmentize , output rtf (and print file) or latex , pdflatex creates pdf.
it's python package can easy_install or pip if need.
juan manuel
Comments
Post a Comment