diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-20 22:22:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-20 22:22:26 +0000 |
commit | fb2abeda084752c0b5e4464f60631328e433c942 (patch) | |
tree | 3895dca41c45f194238ad646307923c1a4b4d15e /Master/texmf-dist/tex/uplatex | |
parent | 6c0dbc213f6b561b1bb6aa66ad342d6e7286deeb (diff) |
uplatex (20jun16)
git-svn-id: svn://tug.org/texlive/trunk@41505 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/uplatex')
-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}} |