aboutsummaryrefslogtreecommitdiff
path: root/test/command/2378.md
AgeCommit message (Collapse)AuthorFilesLines
2020-11-22LaTeX writer: Improve table spacing.John MacFarlane1-3/+3
+ Remove the `\strut` that was added at the end of minipage environments in cells. + Replace `\tabularnewline` with `\\ \addlinespace`. Closes #6842, closes #6860.
2017-06-20Fixed footnotes in table captions.John MacFarlane1-0/+27
Note that if the table has a first page header and a continuation page header, the notes will appear only on the first occurrence of the header. Closes #2378.