How to add a role under author in revealjs / pptx / pdf? #7110
Answered
by
mcanouil
kamransoomro84
asked this question in
Q&A
-
DescriptionI would like to add a role under the author name in different formats including revealjs, pptx and pdf, like this: Title Any suggestions on how I can do this? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Oct 2, 2023
Replies: 1 comment 1 reply
-
You have to modify the templates/partials to do that. See: Note that the author schema has the "roles" attribute: https://quarto.org/docs/journals/authors.html#author-schema |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mcanouil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to modify the templates/partials to do that.
Or possibly write a Lua filter that add contents.
See:
Note that the author schema has the "roles" attribute: https://quarto.org/docs/journals/authors.html#author-schema