From b779e8ecde3ba8d29f14ac2a1d84feeb03e13322 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 17 Mar 2024 15:37:25 +0100 Subject: use yinyang and asterisk (not asterisk and dagger) as front page markers, inspired by https://quarto-journals.github.io/plos/ --- _templates/title.tex | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '_templates/title.tex') diff --git a/_templates/title.tex b/_templates/title.tex index 8acfd6d..c825ba7 100644 --- a/_templates/title.tex +++ b/_templates/title.tex @@ -13,6 +13,7 @@ $else$ $endif$ \subtitle{$subtitle$} $endif$ +\usepackage{marvosym} \usepackage{authblk,academicons} %\renewcommand*{\Authand}{ og } %\renewcommand*{\Authands}{ og } @@ -23,14 +24,14 @@ $endif$ \newcommand*{\rorid}[1]{\href{https://ror.org/#1}{\aiROR}} $for(by-author)$ $if(it.attributes.equal-contributor)$% %% TODO: instead check lack of by-author.roles.supervisor -\author[$for(it.affiliations)$$it.number$$endfor$$if(it.attributes.equal-contributor)$,∗$endif$$if(it.attributes.corresponding)$,†$endif$]{% +\author[$for(it.affiliations)$$it.number$$endfor$$if(it.attributes.equal-contributor)$,\YinYang$endif$$if(it.attributes.corresponding)$,∗$endif$]{% $it.name.literal$% $if(it.orcid)$% \,\orcid{$it.orcid$}% $endif$% } $else$ %% FIXME: instead skip and append after author block -\author[$for(it.affiliations)$$it.number$$endfor$$if(it.attributes.equal-contributor)$,∗$endif$$if(it.attributes.corresponding)$,†$endif$]{% +\author[$for(it.affiliations)$$it.number$$endfor$$if(it.attributes.equal-contributor)$,\YinYang$endif$$if(it.attributes.corresponding)$,∗$endif$]{% \newline Vejleder: $it.name.literal$% @@ -51,10 +52,10 @@ $for(by-affiliation)$ $endif$% } $endfor$ -\affil[∗]{Disse forfattere bidrog ligeværdigt til dette arbejde.} +\affil[\YinYang]{Disse forfattere bidrog ligeværdigt til dette arbejde.} $for(by-author)$ $if(it.attributes.corresponding)$% %% TODO: somehow set a flag to ensure printing only once -\affil[†]{Korresponderende forfatter.} +\affil[∗]{Korresponderende forfatter.} $endif$ $endfor$ \date{$date$} -- cgit v1.2.3