summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/config/pdftexconfig.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-07 18:47:47 +0000
committerKarl Berry <karl@freefriends.org>2013-04-07 18:47:47 +0000
commit67b2df86f5eeb9a434c60526ccd87d95c33768de (patch)
tree591189167d4dcf4541be773386b729f088beea61 /Master/texmf-dist/tex/generic/config/pdftexconfig.tex
parentedb2136c619d2c59bcb6dfd431c4c7636ff8913d (diff)
texmf -> texmf-dist: tex
git-svn-id: svn://tug.org/texlive/trunk@29720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/config/pdftexconfig.tex')
-rw-r--r--Master/texmf-dist/tex/generic/config/pdftexconfig.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/config/pdftexconfig.tex b/Master/texmf-dist/tex/generic/config/pdftexconfig.tex
new file mode 100644
index 00000000000..52327d9c8c0
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/config/pdftexconfig.tex
@@ -0,0 +1,19 @@
+% Set pdfTeX parameters for pdf mode (replacing pdftex.cfg file).
+% Thomas Esser, 2004. public domain.
+\pdfoutput=1
+\pdfcompresslevel=9
+\pdfdecimaldigits=3
+\pdfpagewidth=210 true mm
+\pdfpageheight=297 true mm
+\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