index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
LaTeX
/
Table.hs
Age
Commit message (
Expand
)
Author
2024-01-20
LaTeX writer: create valid table even when table is empty.
John MacFarlane
2023-10-17
LaTeX writer: fix rowspans in tables...
John MacFarlane
2023-10-17
LaTeX writer: don't treat table as "simple" if they have col widths.
John MacFarlane
2023-05-08
LaTeX writer: better fix for colspecs for multicolumn table.
John MacFarlane
2023-05-08
LaTeX writer: fix width for multicolumn simple table.
John MacFarlane
2023-02-22
LaTeX writer: do not use longtable foot with Beamer
Albert Krewinkel
2023-02-05
LaTeX writer: include short figure/table caption if one is given.
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2023-01-04
Use `\toprule\noalign{}` instead of `\toprule()` in LaTeX tables.
John MacFarlane
2022-10-31
Add explicit imports to fix compiler warnings.
John MacFarlane
2022-10-31
First stab at mtl 2.3 compliance.
John MacFarlane
2022-10-06
LaTeX writer: add separator line between table's body and its foot.
Albert Krewinkel
2022-09-21
LaTeX writer: do not repeat caption on headless tables
Albert Krewinkel
2022-09-21
LaTeX writer: clarify why `\endfirsthead` is used for tables
Albert Krewinkel
2022-08-17
LaTeX writer: add label to tables that have an identifier
Albert Krewinkel
2022-08-07
LaTeX writer: fix widths of multicolumn cells
Albert Krewinkel
2022-06-01
LaTeX writer: fix width of multicolumn cells.
Albert Krewinkel
2022-03-30
LaTeX writer: add () after booktabs rules.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-08-03
LaTeX table writer: Increase column width precision (#7466)
Peter Fabinski
2021-06-21
LaTeX writer: add strut at end of minipage if it contains...
John MacFarlane
2021-06-21
LaTeX writer: always use a minipage for cells with line breaks...
John MacFarlane
2021-06-05
LaTeX writer: Fix regression in table header position.
John MacFarlane
2021-05-11
LaTeX writer: better handling of line breaks in simple tables.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2021-01-02
LaTeX writer: revert table line height increase in 2.11.3.
John MacFarlane
2020-12-20
LaTeX writer: support colspans and rowspans in tables. (#6950)
Albert Krewinkel
2020-12-12
LaTeX writer: extract table handling into separate module.
Albert Krewinkel