aboutsummaryrefslogtreecommitdiff
path: root/test/command/4056.md
AgeCommit message (Collapse)AuthorFilesLines
2017-11-12LaTeX reader: support column specs like `*{2}{r}`.John MacFarlane1-1/+14
This is equivalent to `rr`. We now expand it like a macro. Closes #4056.
2017-11-12LaTeX reader: allow optional args for parbox.John MacFarlane1-0/+11
See #4056.