Creating gt tables in Quarto/typst with template creates unwanted borders #10653
-
DescriptionHi -- I noticed then when outputting gt tables in Quarto/typst with template-partials, it generates unwanted borders. Please see example below. Reproducible exampleexample.qmd
typst-show.typ
typst-template.typ
Expected resultThis is what I was expecting (removing the template partials from the YAML resolves the issue). But I would like to use gt tables together with a template to produce typst PDFs. Session info
I'm using Quarto version 1.5.56. Thank you so much for your time! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Please check that your copy of I'm guessing you probably created your extension / custom format before we released these changes in late June. EDIT: Oh, I see, you have completely customized and are not using our typst-template.typ at all. Well, those lines are still what you need ( |
Beta Was this translation helpful? Give feedback.
-
@gordonwoodhull Thank you so much for your help. I'm new to using typst in Quarto so I was struggling with this all day. Really appreciate it! |
Beta Was this translation helpful? Give feedback.
Please check that your copy of
typst-template.typ
contains the following lines (inherited from Pandoc 3.2):quarto-cli/src/resources/create/extensions/format-typst/_extensions/qstart-filesafename-qend/typst-template.typ
Lines 102 to 105 in 0008520
I'm guessing you probably created your extension / custom format before we released these changes in late June.
EDIT: Oh, I see, you have completely customized and are not using our typst-template.typ at all. Well, those lines are still what you need (
stroke: none
specifically).