Replies: 1 comment 1 reply
-
Did you look at the extension templates? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello
I'm struggling to implement an option within Quarto + Typst to present Authors and Affiliations in a more typical (at least of scientific manuscripts) layout with each of the authors listed in order and with one or more superscripts identifying their affiliation(s). This is, then, followed by a list of affiliations identified by their corresponding superscript.
The Typst starter-journal-article is an existing example of what I'm describing. My struggle has been translating the code/approach used in the starter-journal-article into the various Quarto partials for Typst (typst-show.typ, typst-template.typ). I'm still very much in the copy/paste + trial/error + bang-head-against-wall stage of learning Typst. So, I'm hoping this discussion can provide some tips or point me to some existing Quarto/Typst examples.
Key components I'm currently having a hard time grasping:
authors
and pull outauthor.affiliation
, etc. But, I've not been able to mimic this foraffiliations
;To get started, here's a basic qmd that matches the input in the examples for the starter-journal-article
and, here's the relevant (at least to my eye) Typst code from
starter-journal-article
that I've been trying to adapt:Beta Was this translation helpful? Give feedback.
All reactions