diff options
author | Norbert Preining <preining@logic.at> | 2012-05-13 13:01:45 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-05-13 13:01:45 +0000 |
commit | ac08384409ab08d956d3066744af1f45126c6374 (patch) | |
tree | 152b016d0d6ae723531b360c14cdb244b909dda7 /Master/texmf-dist/tex/uplatex/config | |
parent | 5a7e6ec8d102a22f5d4594a6813dbd716921fe78 (diff) |
include uptex support files and binaries
git-svn-id: svn://tug.org/texlive/trunk@26326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/uplatex/config')
-rw-r--r-- | Master/texmf-dist/tex/uplatex/config/uplatex.ini | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/uplatex/config/uplatex.ini b/Master/texmf-dist/tex/uplatex/config/uplatex.ini new file mode 100644 index 00000000000..401479caa5f --- /dev/null +++ b/Master/texmf-dist/tex/uplatex/config/uplatex.ini @@ -0,0 +1,31 @@ +%% for upLaTeX (Unicode pLaTeX) +%% written by Tono san +%% +\begingroup \catcode`\{=1 \catcode`\}=2% + \immediate\write20{<<< making "uplatex with Babel" format >>>} + \def\platexTMP{% + \let\platexDUMP=\dump + \let\dump=\endinput + } + \expandafter +\endgroup \platexTMP +% +%% \scrollmode +\input uplatex.ltx +% +\begingroup \makeatletter% + \@temptokena=\expandafter{\platexBANNER} + \edef\platexTMP{% + \the\everyjob\noexpand\typeout{\the\@temptokena loaded.}% + }% + \everyjob=\expandafter{\platexTMP}% + \edef\platexTMP{% + \noexpand\let\noexpand\platexBANNER=\noexpand\@undefined + \noexpand\let\noexpand\dump=\noexpand\platexDUMP + \noexpand\let\noexpand\platexDUMP=\noexpand\@undefined + \noexpand\everyjob={\the\everyjob}% + } + \expandafter +\endgroup \platexTMP +\dump +\endinput |