Skip to content
Discussion options

You must be logged in to vote

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:

author:
  - name: Thierry Onkelinx
    orcid: 0000-0001-8804-4216

and

$for(by-author)$
  <p class="author">$by-author.name.family$, $by-author.name.given$ $by-author.orcid$</p>
$endfor$

Would this work for you?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ThierryO
Comment options

@fuhrmanator
Comment options

@fuhrmanator
Comment options

@dragonstyle
Comment options

@fuhrmanator
Comment options

Answer selected by cderv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
revealjs Issues with the revealjs format
3 participants