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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -