Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support new typst table features (Typst 0.11) #9588

Closed
jgm opened this issue Mar 19, 2024 · 1 comment · Fixed by #9593
Closed

Support new typst table features (Typst 0.11) #9588

jgm opened this issue Mar 19, 2024 · 1 comment · Fixed by #9593

Comments

@jgm
Copy link
Owner

jgm commented Mar 19, 2024

rowspans, colspans, header, footer, column widths, alignments:
https://typst.app/docs/guides/table-guide/

jgm added a commit that referenced this issue Mar 20, 2024
- 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.
@jgm
Copy link
Owner Author

jgm commented Mar 20, 2024

See PR #9593 -- testing and comments welcome.

@jgm jgm closed this as completed in #9593 Mar 20, 2024
jgm added a commit that referenced this issue Mar 20, 2024
* 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.
jgm added a commit that referenced this issue Mar 22, 2024
Colspans, rowspans, table head and foot.

See #9588.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant