Created
July 2, 2016 23:57
-
-
Save lightonphiri/5ef0ab11652d2a5921dba100ef792108 to your computer and use it in GitHub Desktop.
High quality PDF from LaTeX
This file contains hidden or 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
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