aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX/Table.hs
AgeCommit message (Collapse)AuthorFilesLines
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel1-94/+207
Note that the multirow package is needed for rowspans. It is included in the latex template under a variable, so that it won't be used unless needed for a table.
2020-12-12LaTeX writer: extract table handling into separate module.Albert Krewinkel1-0/+181