aboutsummaryrefslogtreecommitdiff
path: root/test/command/3983.md
AgeCommit message (Collapse)AuthorFilesLines
2018-10-07LaTeX reader: fix bugs omitting raw tex.John MacFarlane1-3/+3
The default is `-raw_tex`, so no raw tex should result unless we explicitly say `+raw_tex`. Previously some raw commands did make it through. Closes #4527.
2017-10-19LaTeX reader: support `\expandafter`.John MacFarlane1-0/+29
Closes #3983.