aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX/Table.hs
AgeCommit message (Expand)AuthorFilesLines
2021-08-03LaTeX table writer: Increase column width precision (#7466)Peter Fabinski1-1/+1
2021-06-21LaTeX writer: add strut at end of minipage if it contains...John MacFarlane1-2/+5
2021-06-21LaTeX writer: always use a minipage for cells with line breaks...John MacFarlane1-2/+7
2021-06-05LaTeX writer: Fix regression in table header position.John MacFarlane1-3/+10
2021-05-11LaTeX writer: better handling of line breaks in simple tables.John MacFarlane1-3/+1
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2021-01-02LaTeX writer: revert table line height increase in 2.11.3.John MacFarlane1-1/+1
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel1-94/+207
2020-12-12LaTeX writer: extract table handling into separate module.Albert Krewinkel1-0/+181