diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-20 22:22:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-20 22:22:12 +0000 |
commit | 6c0dbc213f6b561b1bb6aa66ad342d6e7286deeb (patch) | |
tree | 2d7e639dc12ee5c57cd08b6dfcfb9e845182e84e /Master/texmf-dist/tex/platex | |
parent | 2c039800bb8cf7848f41cd7bfc2bf3dd81f4b31c (diff) |
platex (20jun16)
git-svn-id: svn://tug.org/texlive/trunk@41504 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/platex')
-rw-r--r-- | Master/texmf-dist/tex/platex/base/platexrelease.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/platex/base/plcore.ltx | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/platex/base/pldefs.ltx | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/platex/base/platexrelease.sty b/Master/texmf-dist/tex/platex/base/platexrelease.sty index 25d40cb26b9..c2b1292ba14 100644 --- a/Master/texmf-dist/tex/platex/base/platexrelease.sty +++ b/Master/texmf-dist/tex/platex/base/platexrelease.sty @@ -168,7 +168,7 @@ of this package available from CTAN} \long\def\pltx@cond#1\fi{% #1\expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi} \long\def\pltx@isletter#1{% - \expandafter\pltx@isletter@i\romannumeral-`0#1\pltx@scanstop} + \expandafter\pltx@isletter@i#1\pltx@scanstop} \long\def\pltx@isletter@i#1\pltx@scanstop{% \pltx@cond\ifx\pltx@mark#1\pltx@mark\fi{\@firstoftwo}% {\pltx@isletter@ii\pltx@scanstop#1\pltx@scanstop{}#1\pltx@mark}} diff --git a/Master/texmf-dist/tex/platex/base/plcore.ltx b/Master/texmf-dist/tex/platex/base/plcore.ltx index a96ce8a7da0..10c86ec08da 100644 --- a/Master/texmf-dist/tex/platex/base/plcore.ltx +++ b/Master/texmf-dist/tex/platex/base/plcore.ltx @@ -35,6 +35,7 @@ \def\pfmtname{pLaTeX2e} \def\pfmtversion {2016/06/10} +\def\ppatch@level{1} \def\plIncludeInRelease#1{\kernel@ifnextchar[% {\@plIncludeInRelease{#1}} {\@plIncludeInRelease{#1}[#1]}} diff --git a/Master/texmf-dist/tex/platex/base/pldefs.ltx b/Master/texmf-dist/tex/platex/base/pldefs.ltx index a90f4020bda..ffb36acd5ce 100644 --- a/Master/texmf-dist/tex/platex/base/pldefs.ltx +++ b/Master/texmf-dist/tex/platex/base/pldefs.ltx @@ -30,14 +30,14 @@ %% Right brace \} Tilde \~} %% \ProvidesFile{pldefs.ltx} - [2016/06/06 v1.6c pLaTeX Kernel (Default settings)] + [2016/06/19 v1.6d pLaTeX Kernel (Default settings)] \def\g@tlastchart@#1{#1\ifx\lastnodechar\@undefined\m@ne\else\lastnodechar\fi} \def\pltx@mark{\pltx@mark@} \let\pltx@scanstop\relax \long\def\pltx@cond#1\fi{% #1\expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi} \long\def\pltx@isletter#1{% - \expandafter\pltx@isletter@i\romannumeral-`0#1\pltx@scanstop} + \expandafter\pltx@isletter@i#1\pltx@scanstop} \long\def\pltx@isletter@i#1\pltx@scanstop{% \pltx@cond\ifx\pltx@mark#1\pltx@mark\fi{\@firstoftwo}% {\pltx@isletter@ii\pltx@scanstop#1\pltx@scanstop{}#1\pltx@mark}} |