-
I asked this question on SO as well. Is it possible to include parameters in the header and / or footer text of a Quarto PDF document? This issue shows how to include general text in the header and footer, but I want to include a parameter in the header or footer that I can pass while rendering. In the example below, the parameter
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
(EDITED: I just realized our Use a shortcode: |
Beta Was this translation helpful? Give feedback.
-
For latex, you can use this workaround: have the header/footer refer to a macro, that you define later on in the document
|
Beta Was this translation helpful? Give feedback.
For latex, you can use this workaround: have the header/footer refer to a macro, that you define later on in the document