aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX/Types.hs
AgeCommit message (Collapse)AuthorFilesLines
2021-05-16LaTeX template: define commands for zero width non-joiner characterAlbert Krewinkel1-1/+2
Closes: #6639 The zero-width non-joiner character is used to avoid ligatures (e.g. in German).
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel1-0/+2
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/+80