syntax highlighting for clojure code in pdf? -


what best way syntax highlighting work clojure when outputting pdf file? have looked @ variants:

  1. clj-pdf
  2. 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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -