Skip to content

Commit

Permalink
HO's \ltx@zapspace has a different interface from \zap@space
Browse files Browse the repository at this point in the history
So the mechanical replacement was wrong: now fixed.
  • Loading branch information
josephwright committed May 29, 2017
1 parent 32c4fb1 commit 50df3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion luatex.def
Expand Up @@ -291,7 +291,7 @@
\def\GPT@Minus{-}
\def\GPT@NormalizeNumber#1{%
\edef#1{#1}%
\edef#1{\expandafter\zap@space\expandafter{#1}}%
\edef#1{\expandafter\zap@space#1 \@empty}%
\edef#1{\expandafter\GPT@ZapPlus#1+\@nil}%
\edef#1{\expandafter\GPT@ZapMinusMinus#1--\@nil}%
\expandafter\GPT@Split#1..\@nil
Expand Down
2 changes: 1 addition & 1 deletion pdftex.def
Expand Up @@ -309,7 +309,7 @@ E \else
\def\GPT@Minus{-}
\def\GPT@NormalizeNumber#1{%
\edef#1{#1}%
\edef#1{\expandafter\zap@space\expandafter{#1}}%
\edef#1{\expandafter\zap@space#1 \@empty}%
\edef#1{\expandafter\GPT@ZapPlus#1+\@nil}%
\edef#1{\expandafter\GPT@ZapMinusMinus#1--\@nil}%
\expandafter\GPT@Split#1..\@nil
Expand Down

0 comments on commit 50df3c4

Please sign in to comment.