$author.name$ not available in reveal.js template? #4180
-
I'm trying to define a partial template for reveal.js. I defined the authors in the yaml header as below. For some reason
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
We generally recommend that you use our normalized author scheme whenever possible. This will mean that your partial will support a variety of syntaxes for writing authors without modification of the source document. More here: https://quarto.org/docs/journals/authors.html Ideally that would mean writing something like:
and
Would this work for you? |
Beta Was this translation helpful? Give feedback.
We generally recommend that you use our normalized author scheme whenever possible. This will mean that your partial will support a variety of syntaxes for writing authors without modification of the source document. More here:
https://quarto.org/docs/journals/authors.html
Ideally that would mean writing something like:
and
Would this work for you?