Skip to content

Commit

Permalink
Missing letter in functional tokens #798
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Dec 2, 2019
1 parent 633e4b3 commit 167a78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/generic/pgf/math/pgfmathparser.code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
\pgfmath@tokens@make{mathunit}{{mu}}
\pgfmath@tokens@make{numeric}{.0123456789}
\pgfmath@tokens@make{number}{0123456789}
\pgfmath@tokens@make{functional}{_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNPQRSTUVWXYZ}
\pgfmath@tokens@make{functional}{_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ}
\pgfmath@tokens@make{exponent}{eE}
\pgfmath@tokens@make{group}{{()}{[]}{\pgfmath@bgroup\pgfmath@egroup}}
\pgfmath@tokens@make{specials}{@)]\pgfmath@egroup}
Expand Down

0 comments on commit 167a78e

Please sign in to comment.