diff options
Diffstat (limited to '_templates')
-rw-r--r-- | _templates/title.tex | 9 |
1 files changed, 5 insertions, 4 deletions
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$} |