diff options
Diffstat (limited to 'Master/texmf/tex')
-rw-r--r-- | Master/texmf/tex/generic/config/pdftexconfig.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf/tex/generic/config/pdftexconfig.tex b/Master/texmf/tex/generic/config/pdftexconfig.tex index fcc2921b04a..52327d9c8c0 100644 --- a/Master/texmf/tex/generic/config/pdftexconfig.tex +++ b/Master/texmf/tex/generic/config/pdftexconfig.tex @@ -8,4 +8,12 @@ \pdfhorigin=1 true in \pdfvorigin=1 true in \pdfpkresolution=600 +% +% As of TeX Live 2010, we output PDF 1.5 by default, so we can enable +% more compression. To change this for the installation, comment out or +% delete these lines and remake the formats. To change it for a +% particular LaTeX document, \RequirePackage{pdf14} early. +% +\pdfminorversion=5 +\pdfobjcompresslevel=2 \endinput |