summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-06 21:52:06 +0000
committerKarl Berry <karl@freefriends.org>2016-04-06 21:52:06 +0000
commitfef1c4df0929d1e167f05a867765b2321bb760e7 (patch)
tree2d21356e42e17cbb523a4f07d99e5886d202f998 /Master/texmf-dist/tex/generic
parent7789e187c0ad56df7391d9d1ac3c90fbd3052e5f (diff)
remove our homegrown .ini files, in favor of the new tex-ini-files versions
git-svn-id: svn://tug.org/texlive/trunk@40272 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r--Master/texmf-dist/tex/generic/config/pdftexconfig.tex31
1 files changed, 0 insertions, 31 deletions
diff --git a/Master/texmf-dist/tex/generic/config/pdftexconfig.tex b/Master/texmf-dist/tex/generic/config/pdftexconfig.tex
deleted file mode 100644
index 074f55145f7..00000000000
--- a/Master/texmf-dist/tex/generic/config/pdftexconfig.tex
+++ /dev/null
@@ -1,31 +0,0 @@
-% $Id$
-% Set pdfTeX parameters for pdf mode (replacing pdftex.cfg file).
-% Thomas Esser, 2004. public domain.
-\pdfoutput=1
-%
-% In 2015, a new luatex replaced \pdfpage{width,height} with just
-% \page{width,height}, and it might be prefixed with \luatex. So set
-% any that may be defined.
-\ifx\luatexpagewidth\undefined\else \luatexpagewidth=210 true mm \fi
-\ifx\pdfpagewidth\undefined\else \pdfpagewidth=210 true mm \fi
-\ifx\pagewidth\undefined\else \pagewidth=210 true mm \fi
-%
-\ifx\luatexpageheight\undefined\else \luatexpageheight=297 true mm \fi
-\ifx\pdfpageheight\undefined\else \pdfpageheight=297 true mm \fi
-\ifx\pageheight\undefined\else \pageheight=297 true mm \fi
-%
-% Other settings.
-\pdfcompresslevel=9
-\pdfdecimaldigits=3
-\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