aboutsummaryrefslogtreecommitdiff
path: root/test/command/7340.md
AgeCommit message (Collapse)AuthorFilesLines
2021-06-01LaTeX reader: don't allow optional * on symbol control sequences.John MacFarlane1-0/+6
Generally we allow optional starred variants of LaTeX commands (since many allow them, and if we don't accept these explicitly, ignoring the star usually gives acceptable results). But we don't want to do this for `\(*\)` and similar cases. Closes #7340.