{.unnumbered} messing up Typst pagebreaks
#13715
-
|
I have a line in the template partial This works normally. However, if my qmd document has any heading which is Setting headings as |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
With this little information, it would seem that the issue is a Typst issue in your code that is unrelated to Quarto. Typst has a forum, but if you don't provide the means for others to help, it's unlikely you'll get a solution. Did you try to modify your code as suggested by Typst? Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
Possibly related to this We do our own Header creation when This may not be necessary anymore following recent Pandoc support |
Beta Was this translation helpful? Give feedback.
-
|
Minimum working example: test.qmd: typst-template.typ: The default |
Beta Was this translation helpful? Give feedback.
Possibly related to this
We do our own Header creation when
unnumberedis set.This may not be necessary anymore following recent Pandoc support