summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/tex/generic/config/pdftexconfig.tex31
-rw-r--r--Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini16
-rw-r--r--Master/texmf-dist/tex/latex/latexconfig/lualatex.ini25
-rw-r--r--Master/texmf-dist/tex/latex/latexconfig/xelatex.ini18
-rw-r--r--Master/texmf-dist/tex/plain/config/dviluatex.ini9
-rw-r--r--Master/texmf-dist/tex/plain/config/luatex.ini9
-rw-r--r--Master/texmf-dist/tex/plain/config/xetex.ini64
7 files changed, 0 insertions, 172 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
diff --git a/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini b/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini
deleted file mode 100644
index 2e81233ee41..00000000000
--- a/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini
+++ /dev/null
@@ -1,16 +0,0 @@
-% $Id$
-% Originally written 2008 by Karl Berry. Public domain.
-% same as lualatex.ini (extra comments there) except for \pdfoutput=0.
-
-\begingroup
- \catcode`\{=1 %
- \catcode`\}=2 %
- \directlua{tex.enableprimitives('',tex.extraprimitives('pdftex'))}
- \global\everyjob{\directlua{require("lualatexquotejobname.lua")}}
-\endgroup
-
-% settings inherited from pdftex
-\input pdftexconfig.tex
-\pdfoutput=0 % dvi output by default
-
-\input latex.ltx
diff --git a/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini b/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini
deleted file mode 100644
index 68e2a59b1cc..00000000000
--- a/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini
+++ /dev/null
@@ -1,25 +0,0 @@
-% $Id$
-% Originally written 2008 by Karl Berry. Public domain.
-
-\begingroup
- \catcode`\{=1 %
- \catcode`\}=2 %
-% JAW: Enable 'extra' pdfTeX primitives only in .ini file
-% latex.ltx enables the extra primitives bu a subset of those from
-% pdfTeX are needed to do the configuration below (pdftexconfig.tex).
-% Rather than list them all, just enable those classed as 'pdftex'.
- \directlua{tex.enableprimitives('',tex.extraprimitives('pdftex'))}
-% JAW: Set up job name quoting before latex.ltx
-% Web2c pdfTeX/XeTeX quote job names containing spaces, but LuaTeX does
-% not do this at the engine level. The behaviour can be changed using
-% a callback. Originally this code was loaded via lualatexquotejobname.tex
-% but that required a hack around latex.ltx: the behaviour has been altered
-% to allow the callback route to be used directly.
- \global\everyjob{\directlua{require("lualatexquotejobname.lua")}}
-\endgroup
-
-% settings inherited from pdftex
-\input pdftexconfig.tex
-% pdf output by default
-
-\input latex.ltx
diff --git a/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini b/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini
deleted file mode 100644
index 8967299e61f..00000000000
--- a/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini
+++ /dev/null
@@ -1,18 +0,0 @@
-% $Id$
-% Public domain. Originally by Jonathan Kew.
-
-% Primitives in pdftex and luatex, we'll just use macros here.
-% Since we are generating a whatsit, not 100% compatible,
-% but hopefully close enough.
-%
-\begingroup
- \catcode`\{=1
- \catcode`\}=2
- \catcode`\#=6
- \protected\gdef\pdfmapfile#1{\special{pdf:mapfile #1}}
- \protected\gdef\pdfmapline#1{\special{pdf:mapline #1}}
-\endgroup
-
-% As of TL 2015, aka LaTeX2e 2015/01/01, latex.ltx includes unicode
-% letter assignments and other things previously done in the .ini.
-\input latex.ltx
diff --git a/Master/texmf-dist/tex/plain/config/dviluatex.ini b/Master/texmf-dist/tex/plain/config/dviluatex.ini
deleted file mode 100644
index e4a1f86ad35..00000000000
--- a/Master/texmf-dist/tex/plain/config/dviluatex.ini
+++ /dev/null
@@ -1,9 +0,0 @@
-% $Id$
-% Karl Berry, originally written 2008. Public domain.
-% DVI output by default.
-
-% must be done first (activation of primitives)
-\input luatexiniconfig.tex
-
-\input luatex-unicode-letters.tex
-\input etex.ini
diff --git a/Master/texmf-dist/tex/plain/config/luatex.ini b/Master/texmf-dist/tex/plain/config/luatex.ini
deleted file mode 100644
index 90d3d6e55e8..00000000000
--- a/Master/texmf-dist/tex/plain/config/luatex.ini
+++ /dev/null
@@ -1,9 +0,0 @@
-% $Id$
-% Karl Berry, originally written 2008. Public domain.
-% PDF output by default.
-
-% must be done first (activation of primitives)
-\input luatexiniconfig.tex
-
-\input luatex-unicode-letters.tex
-\input pdfetex.ini
diff --git a/Master/texmf-dist/tex/plain/config/xetex.ini b/Master/texmf-dist/tex/plain/config/xetex.ini
deleted file mode 100644
index 31ecf643f31..00000000000
--- a/Master/texmf-dist/tex/plain/config/xetex.ini
+++ /dev/null
@@ -1,64 +0,0 @@
-% $Id$
-% Public domain. Originally by Jonathan Kew.
-
-%% Disable the \font\preloaded=... entries from plain.tex
-%% as xetex is primarily intended for use with other fonts
-\catcode`\{=1 \catcode`\}=2 \catcode`\#=6 \catcode`\^=7 \catcode`\@=11
-
-\scrollmode
-
-\input unicode-letters.def
-
-\let\s@vef@nt=\font
-\let\preloaded=2
-\def\font{\futurelet\next\d@ntpreload}
-\def\d@ntpreload{\ifx\next\preloaded
- \let\next\sk@pf@nt
- \begingroup \catcode`\%=12 \catcode13=12
- \else
- \let\next\s@vef@nt
- \fi \next}
-\lccode1=13
-\lowercase{\def\sk@pf@nt\preloaded=#1^^A{\endgroup}}
-
-\input etex.src
-
-% restore the \font command and undefine other stuff
-\catcode`\@=11
-\let\font=\s@vef@nt
-\let\d@ntpreload=\und@fined
-\let\sk@pf@nt=\und@fined
-\let\s@vef@nt=\und@fined
-
-%
-% Allocator for \XeTeXintercharclass values, from Enrico Gregorio
-%
-\newcount\xe@alloc@intercharclass % allocates intercharclass
-\xe@alloc@intercharclass=\thr@@ % from 4 (1,2 and 3 are used by CJK, AFAIK)
-\def\xe@alloc@#1#2#3#4#5{\global\advance#1\@ne
- \xe@ch@ck#1#4#2% make sure there's still room
- \allocationnumber#1%
- \global#3#5\allocationnumber
- \wlog{\string#5=\string#2\the\allocationnumber}}
-\def\xe@ch@ck#1#2#3{%
- \ifnum#1<#2\else
- \errmessage{No room for a new #3}%
- \fi}
-\def\newXeTeXintercharclass{%
- \xe@alloc@\xe@alloc@intercharclass\XeTeXintercharclass\chardef\@cclv} %at most 254
-
-% Primitives in pdftex and luatex, we'll just use macros here.
-% Since we are generating a whatsit, not 100% compatible,
-% but hopefully close enough.
-\def\pdfmapfile#1{\special{pdf:mapfile #1}}
-\def\pdfmapline#1{\special{pdf:mapline #1}}
-
-\catcode`\@=12
-
-\XeTeXuseglyphmetrics=1
-\XeTeXdashbreakstate=1
-
-\errorstopmode
-
-\dump
-\endinput