diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/syst-xtx.tex')
-rw-r--r-- | Master/texmf-dist/tex/context/base/syst-xtx.tex | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/syst-xtx.tex b/Master/texmf-dist/tex/context/base/syst-xtx.tex new file mode 100644 index 00000000000..7466725c769 --- /dev/null +++ b/Master/texmf-dist/tex/context/base/syst-xtx.tex @@ -0,0 +1,33 @@ +%D \module +%D [ file=syst-xtx, +%D version=2004.09.11, +%D title=\CONTEXT\ System Macros, +%D subtitle=\XETEX\ specifics, +%D author=Hans Hagen, +%D date=\currentdate, +%D copyright={PRAGMA / Hans Hagen \& Ton Otten}] +%C +%C This module is part of the \CONTEXT\ macro||package and is +%C therefore copyrighted by \PRAGMA. See mreadme.pdf for +%C details. + +\ifx\XeTeXversion\undefined \endinput \fi + +\unprotect + +%D For the moment, the only thing needed is to load are the +%D mappings from lower to uppercase characters. + +\ifx\scratchread\undefined \newread\scratchread \fi + +\immediate\openin\scratchread=unicode-letters.tex \ifeof\scratchread + \immediate\openin\scratchread=xplain.tex \ifeof\scratchread + % no initialization file + \else + \input xplain.tex + \fi +\else + \input unicode-letters.tex +\fi + +\protect \endinput |