diff options
Diffstat (limited to 'Master/texmf-dist/tex/uplatex/base')
-rw-r--r-- | Master/texmf-dist/tex/uplatex/base/uplcore.ltx | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/uplatex/base/upldefs.ltx | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/uplatex/base/uplcore.ltx b/Master/texmf-dist/tex/uplatex/base/uplcore.ltx index bda26827b4e..4b874fbff61 100644 --- a/Master/texmf-dist/tex/uplatex/base/uplcore.ltx +++ b/Master/texmf-dist/tex/uplatex/base/uplcore.ltx @@ -36,6 +36,7 @@ \def\pfmtname{pLaTeX2e} \def\pfmtversion {2016/06/10u01} +\def\ppatch@level{1} \def\plIncludeInRelease#1{\kernel@ifnextchar[% {\@plIncludeInRelease{#1}} {\@plIncludeInRelease{#1}[#1]}} diff --git a/Master/texmf-dist/tex/uplatex/base/upldefs.ltx b/Master/texmf-dist/tex/uplatex/base/upldefs.ltx index 87b0215a2a0..f8b22882d96 100644 --- a/Master/texmf-dist/tex/uplatex/base/upldefs.ltx +++ b/Master/texmf-dist/tex/uplatex/base/upldefs.ltx @@ -31,14 +31,14 @@ %% Right brace \} Tilde \~} %% \ProvidesFile{upldefs.ltx} - [2016/06/06 v1.6c-u00 upLaTeX Kernel (Default settings)] + [2016/06/19 v1.6d-u00 upLaTeX 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}} |