Be a bit more lenient on whether * is included in controlname
commit5edfaeaab788bc4e02561838dd719b5cc420d4ea
authorS. Gilles <sgilles@math.umd.edu>
Sat, 22 Sep 2018 11:32:35 +0000 (22 07:32 -0400)
committerS. Gilles <sgilles@math.umd.edu>
Sat, 22 Sep 2018 11:32:35 +0000 (22 07:32 -0400)
tree27eaf3d2516bd16689935562de790d0d2a416c32
parentfd09d257ff97f2921b9d81a2bf9ff3e5a2e699d3
Be a bit more lenient on whether * is included in controlname

When parsing

    \pi*I

don't immediately discard it (because * must be the last character
of a control name), instead consider the possibility that the control
name is only pi, and that * and I are not part of the control
sequence.
llf.lua
tests/29.input.tex [new file with mode: 0644]
tests/29.output.tex [new file with mode: 0644]