typst-show.typ is not recognizing variable from typst-template.typ #13034
Replies: 2 comments 1 reply
-
Why not follow the documentation about those files and follow the default one? Note that authors gets normalised, so you need to use There are already a lot of Typst templates for Quarto, I suggest looking again at the documentation and looking at the extensions: |
Beta Was this translation helpful? Give feedback.
-
There's a few things going on here on the
Then on the
All together, up to handling datetimes: typst-template.typ:
typst-show.typ:
Ideally, you want to set things up as a full template, for example with: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am very new to quarto and I would love to use it with typst, with which I wrote my papers until now. However, I have the problem that the typst-show.typ file does not recognize the variable given by template-show.typ. I have all my files in the same folder. And no .yml file. Here is the code, the variable "article" not recognized in the typst-show file:
##QMD-file
##typst-show
##typst-template
I use Nvim v.0.110 and Arch linux. Quarto 1.7.6. Typst 0.13.1.
Are there maybe any packages or dependencies I missed? Do I need more files?
Beta Was this translation helpful? Give feedback.
All reactions