| Age | Commit message (Collapse) | Author |
|
* Typst writer: support Typst 0.11 table features.
- colspans
- rowspans
- cell alignment overrides
- relative column widths
- header and footer
- multiple table bodies with intermediate headers
Row heads are not yet supported.
The default typst template has been modified so that tables
don't have lines by default. As is standard with pandoc, we only
add a line under a header or over a footer. However, a different
default stroke pattern can easily be added in a template.
Closes #9588.
|
|
This hardcoded `inset` prevented global customizations in
a template.
Closes #9580.
|
|
This helps to distinguish tables from other figures for
purposes of labeling and numbering.
Closes #9574.
|
|
We now put these in a figure with a caption argument.
Closes #9194.
|
|
|
|
See #8713.
|