aboutsummaryrefslogtreecommitdiff
path: root/test/tables
AgeCommit message (Expand)Author
2025-10-05Typst writer: don't add semicolons as much.John MacFarlane
2025-10-02Markdown tables: implement `table_attributes` extension.John MacFarlane
2025-05-28T.P.Writer.Shared gridTable: more grid table fixes.John MacFarlane
2025-05-20gridTable - small improvements.John MacFarlane
2025-05-19gridTable: fix (3.7) regression with missing cell alignments.John MacFarlane
2025-05-16Fix problems with gridTable and add tests.John MacFarlane
2025-04-09LaTeX writer: make alignment work within multirow in tables.John MacFarlane
2025-03-14LaTeX writer: use `*` for multirow width when no colwidth specified.John MacFarlane
2024-06-07Fixes to #9376.John MacFarlane
2024-06-07Don't emit unnecessary classes in HTML tables (#9376)ThomasSoeiro
2024-05-31Use `\linewidth` instead of `\columnwidth` or `\textwidth`...John MacFarlane
2024-03-20Typst writer: support Typst 0.11 table features. (#9593)John MacFarlane
2023-10-17LaTeX writer: fix rowspans in tables...John MacFarlane
2023-10-17LaTeX writer: don't treat table as "simple" if they have col widths.John MacFarlane
2023-05-08LaTeX writer: better fix for colspecs for multicolumn table.John MacFarlane
2023-02-05LaTeX writer: include short figure/table caption if one is given.Albert Krewinkel
2023-01-04Use `\toprule\noalign{}` instead of `\toprule()` in LaTeX tables.John MacFarlane
2022-11-11Add tests for the new table featuresWout Gevaert
2022-10-06LaTeX writer: add separator line between table's body and its foot.Albert Krewinkel
2022-10-01JATS writer: use `<break/>` for LineBreak...John MacFarlane
2022-08-17LaTeX writer: add label to tables that have an identifierAlbert Krewinkel
2022-08-07LaTeX writer: fix widths of multicolumn cellsAlbert Krewinkel
2022-06-01Fix LaTeX tests for tables with colspansAlbert Krewinkel
2022-03-30LaTeX writer: add () after booktabs rules.John MacFarlane
2022-01-28HTML writer: avoid duplicate "style" attributes on table cellsAlbert Krewinkel
2021-09-21Use pretty-simple to format native output.John MacFarlane
2021-08-03LaTeX table writer: Increase column width precision (#7466)Peter Fabinski
2021-06-21LaTeX writer: add strut at end of minipage if it contains...John MacFarlane
2021-06-05LaTeX writer: Fix regression in table header position.John MacFarlane
2021-01-02LaTeX writer: revert table line height increase in 2.11.3.John MacFarlane
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel
2020-11-24test/tables/*.native: normalized (#6888)Kolen Cheung
2020-11-19JATS writer: support advanced table featuresAlbert Krewinkel
2020-10-30Fix duplicate "class" attribute in HTML writerAndy Morris
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel
2020-09-13HTML writer: support intermediate table headersAlbert Krewinkel
2020-09-13HTML writer: support attributes on all table elementsAlbert Krewinkel
2020-09-12HTML writer: render table footers if presentAlbert Krewinkel
2020-09-10Support colspans and rowspans in HTML tables (#6644)Albert Krewinkel