Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lightonphiri/5ef0ab11652d2a5921dba100ef792108 to your computer and use it in GitHub Desktop.
Save lightonphiri/5ef0ab11652d2a5921dba100ef792108 to your computer and use it in GitHub Desktop.
High quality PDF from LaTeX
latex filename.tex
dvips -Pamz -Pcmz -o filename.ps filename.dvi
ps2pdf -dMaxSubsetPct=100 -dCompatibilityLevel=1.2 -dSubsetFonts=true \
-dEmbedAllFonts=true -dAutoFilterColorImages=false \
-dAutoFilterGrayImages=false -dColorImageFilter=/FlateEncode \
-dGrayImageFilter=/FlateEncode \
-dModoImageFilter=/FlateEncode filename.ps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment