Replies: 1 comment 16 replies
-
Regarding Journal Template, you'll find a list of existing example in https://quarto.org/docs/extensions/listing-journals.html There will be example there of how authors are handled in the . It is is not just a simple
I'll think more if we have some ways to express this iteration when a template require different command according to the number of authors. Not something we have encountered yet I think. Did you @dragonstyle ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i'm trying to create a pdf latex template for the document class apa7.
However the handling of the authors is not typical from other latex template (see https://ctan.math.illinois.edu/macros/latex/contrib/apa7/apa7.pdf for details)
Therefore quarto yaml metadata author is not working
My first ideas was to use the length of author meta data and could have look like that :
but could find a way to access author length or to access a specific rank in author.
$if (author2)$
\twoauthors{John Jim}{Mary Sue}
Beta Was this translation helpful? Give feedback.
All reactions