Skip to content

Commit

Permalink
Merge pull request #860 from Alex-Jordan/percent
Browse files Browse the repository at this point in the history
'percent' alias for %
  • Loading branch information
pstaabp authored Jun 22, 2023
2 parents f7fe39c + e6d4986 commit 15ba650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macros/contexts/contextPercent.pl
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ sub Init {
TeX => "\\%",
class => 'Percent::UOP::percent'
},
"percent" => { alias => "%" },
);
$context->{parser}{Number} = "Percent::Number";
$context->{value}{Percent} = "Percent::Percent";
Expand Down

0 comments on commit 15ba650

Please sign in to comment.