diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-15 21:51:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-15 21:51:27 +0000 |
commit | c293cc5e64a5575b0b22a373061569bacf92ee76 (patch) | |
tree | d0431b0c920cde04479ecc42fcb2fec28b394a8f /Master/texmf-dist/tex/luatex/luatexja/luatexja-compat.sty | |
parent | 7125751ebd8f93429724b73226f3350a0e0e7635 (diff) |
luatexja (15may13)
git-svn-id: svn://tug.org/texlive/trunk@30485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luatexja/luatexja-compat.sty')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luatexja/luatexja-compat.sty | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/luatex/luatexja/luatexja-compat.sty b/Master/texmf-dist/tex/luatex/luatexja/luatexja-compat.sty index 77befdff811..7feb21a499b 100644 --- a/Master/texmf-dist/tex/luatex/luatexja/luatexja-compat.sty +++ b/Master/texmf-dist/tex/luatex/luatexja/luatexja-compat.sty @@ -65,26 +65,27 @@ \expandafter\let\csname ifltj@in@latex\expandafter\endcsname \csname iftrue\endcsname \NeedsTeXFormat{LaTeX2e} - \ProvidesPackage{luatexja-compat}[2011/04/01 v0.1] + \ProvidesPackage{luatexja-compat}[2013/05/14 Compatibility with pTeX] \fi %</LaTeX> -%% If the engine is pTeX, then load the module for it and exit. -\edef\ltj@@tempa{\string\kansuji} -\edef\ltj@@tempb{\meaning\kansuji} -\ifx\ltj@@tempa\ltj@@tempb %<*pTeX> - \let\ltj@@compat@pTeX=t - \ifltj@in@latex %<*LaTeX> - \RequirePackage{ltj-compat-ptex}[2012/04/21] - \else %<*!LaTeX> - \input ltj-compat-ptex.sty % - \fi %</LaTeX> - \ltj@compat@AtEnd -\expandafter\endinput\fi\relax %</pTeX> +% ltj-compat-ptex.sty is not maintained for a long time. +% %% If the engine is pTeX, then load the module for it and exit. +% \edef\ltj@@tempa{\string\kansuji} +% \edef\ltj@@tempb{\meaning\kansuji} +% \ifx\ltj@@tempa\ltj@@tempb %<*pTeX> +% \let\ltj@@compat@pTeX=t +% \ifltj@in@latex %<*LaTeX> +% \RequirePackage{ltj-compat-ptex}[2012/04/21] +% \else %<*!LaTeX> +% \input ltj-compat-ptex.sty % +% \fi %</LaTeX> +% \ltj@compat@AtEnd +% \expandafter\endinput\fi\relax %</pTeX> % Load core module if not yet. \ifx\luatexjacoreLoaded\@undefined \ifltj@in@latex %<*LaTeX> - \RequirePackage{luatexja-core}[2012/04/20] + \RequirePackage{luatexja-core}[2013/05/14] \else %<*!LaTeX> \input luatexja-core.sty % \fi %</LaTeX> |