Adding new custom properties into template-partials (i.e. supervisor to the page title) #12099
Replies: 2 comments 2 replies
-
the |
Beta Was this translation helpful? Give feedback.
-
Those are pandoc variables, and needs to be passed as metadata. They are pandoc level feature and needs to be passed inside a document, or as first level in Currently you are trying to set them under It may not be really clear and I understand. Our current doc lives at https://quarto.org/docs/journals/templates.html but we don't have exemple of passing variables. Those examples can be found in some custom format like those in https://github.com/quarto-journals/ Hope it helps |
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 found serveral discussion about partials, but nowhere I cannot find how to pass new custom propereties to partials. I want to modify only the titlepage in the book project how can I correctly pass it with minimal changes/code boilerplate?
My example
title.tex
:with the
_quarto.yml
I dont know how to pass
supervisor
anddissertation_details
into pandoc to use in mytitle.tex
Beta Was this translation helpful? Give feedback.
All reactions