summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/latexconfig
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/latex/latexconfig
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/latex/latexconfig')
-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
3 files changed, 0 insertions, 59 deletions
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