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