summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2011-03-19 10:09:27 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2011-03-19 10:09:27 +0000
commitd0ecb1ff4252e68f0e18104ee793113cb5dfceaa (patch)
treedcdb5070672eb8ca673e0cec8bacbe82ce589254 /Master/texmf-dist/tex
parented7ccadb70489a6c0cd44323e98be2a8cd3f1158 (diff)
add eplatex.ini for e-ptex
git-svn-id: svn://tug.org/texlive/trunk@21764 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/platex/config/eplatex.ini31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/platex/config/eplatex.ini b/Master/texmf-dist/tex/platex/config/eplatex.ini
new file mode 100644
index 00000000000..31594c4aae7
--- /dev/null
+++ b/Master/texmf-dist/tex/platex/config/eplatex.ini
@@ -0,0 +1,31 @@
+%% for epLaTeX (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