Skip to content

Commit 1058f8d

Browse files
committed
recognize latex3 underscore CS in pgfmathparse
1 parent 9ae9c9d commit 1058f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LaTeXML/Package/pgfmath.code.tex.ltxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ REGISTER : # these need to set dimension flag!!!
770770
LaTeXML::Package::Pool::pgfmath_getdepth($item[2]); }
771771
| CS { LaTeXML::Package::Pool::pgfmath_register($item[1]); }
772772
773-
CS : /\\[a-zA-Z@]*/
773+
CS : /\\[a-zA-Z_@]*/
774774
775775
# NOTE: Need to recognize octal, binary and hex! AND scientific notation!
776776
NUMBER :

0 commit comments

Comments
 (0)