You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows to add a new line between author and dates. It is not great when you use list in author and institute as it will create new lines for each.
This would be something to solve in Pandoc or that we will deal with later by patching the template.
---title: "Untitled"author: Bob, Joeinstitute: One PBC, Two PBCdate: "09/08/2021"output:
revealjs::revealjs_presentation: default---
Note that only the author field can be used for this too
---title: "Untitled"author:
- Bob, One PBC
- Joe, Two PBCdate: "09/08/2021"output:
revealjs::revealjs_presentation: default---
Sorry for the stupid question, is it possible to add affiliation/institution for multiple authors? As it is for Beamer presentations.
The text was updated successfully, but these errors were encountered: