diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-18 18:19:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-18 18:19:00 +0000 |
commit | a9eff7800c1787b0af5f140437003eea9e53cbb3 (patch) | |
tree | 6a6bee46035290fe65d79ff8cae90279eca08759 /Master/texmf-dist/tex/platex/config/platex.ini | |
parent | 8c3ddaae131e42eb2318cfe675eaff5a184892e1 (diff) |
towards 2010 pretest: enabling restricted write18, PDF 1.5 by default, ptex support files, other new programs, with i386-linux binaries
git-svn-id: svn://tug.org/texlive/trunk@18336 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/platex/config/platex.ini')
-rw-r--r-- | Master/texmf-dist/tex/platex/config/platex.ini | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/platex/config/platex.ini b/Master/texmf-dist/tex/platex/config/platex.ini new file mode 100644 index 00000000000..425e8398087 --- /dev/null +++ b/Master/texmf-dist/tex/platex/config/platex.ini @@ -0,0 +1,31 @@ +%% for pLaTeX (ASCII Nihongo LaTeX) +%% written by Tono san +%% +\begingroup \catcode`\{=1 \catcode`\}=2% + \immediate\write20{<<< making "platex with Babel" format >>>} + \def\platexTMP{% + \let\platexDUMP=\dump + \let\dump=\endinput + } + \expandafter +\endgroup \platexTMP +% +%% \scrollmode +\input platex.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 |