Skip to content

Instantly share code, notes, and snippets.

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