summaryrefslogtreecommitdiff
path: root/Master/texmf/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-14 18:11:48 +0000
committerKarl Berry <karl@freefriends.org>2010-05-14 18:11:48 +0000
commit91ea5ca6c438abff6a9ed0c13431ac5d4265f067 (patch)
tree1d4abe23f2df1c923b25913356094d14f93efb28 /Master/texmf/tex
parent96e12dec1f1efe0b338a437117600c82bc57d086 (diff)
(\pdfminorversion): increase to 5, so we can
(pdfobjcompresslevel): set to 2. git-svn-id: svn://tug.org/texlive/trunk@18243 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/tex')
-rw-r--r--Master/texmf/tex/generic/config/pdftexconfig.tex8
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