Created
June 16, 2016 15:02
-
-
Save fredokun/20440707c465664c547cd25681dbdc6e to your computer and use it in GitHub Desktop.
pygmentize to pdf via latex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pygmentize -f latex -O full -o mylisting.tex mylisting.src | |
pdflatex mylisting.tex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
clojure variant :