blob: 63360ee6ee49a0ba65c91e8a7c2697cf6f45be48 (
plain)
- $if(title)$
- \title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
- $endif$
- $if(subtitle)$
- $if(beamer)$
- $else$
- \usepackage{etoolbox}
- \makeatletter
- \providecommand{\subtitle}[1]{% add subtitle to \maketitle
- \apptocmd{\@title}{\par {\large #1 \par}}{}{}
- }
- \makeatother
- $endif$
- \subtitle{$subtitle$}
- $endif$
- \usepackage{marvosym}
- \usepackage{authblk,academicons}
- %\renewcommand*{\Authand}{ og }
- %\renewcommand*{\Authands}{ og }
- \renewcommand*{\Authsep}{\authorcr}
- \renewcommand*{\Authand}{\authorcr}
- \renewcommand*{\Authands}{\newline} %%new line after each author
- \newcommand*{\orcid}[1]{\href{https://orcid.org/#1}{\textcolor[HTML]{A6CE39}{\aiOrcid}}}
- \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)$,\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)$,\YinYang$endif$$if(it.attributes.corresponding)$,∗$endif$]{%
- \newline
- Vejleder:
- $it.name.literal$%
- $if(it.orcid)$%
- \,\orcid{$it.orcid$}%
- $endif$%
- }
- $endif$
- $endfor$
- $for(by-affiliation)$
- \affil[$it.number$]{%
- $it.name$%
- $if(it.department)$%
- {,}$it.department$%
- $endif$%
- $if(it.ror)$%
- \,\rorid{$it.ror$}%
- $endif$%
- }
- $endfor$
- \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: \href{mailto:$it.email$}{$it.email$}}
- $endif$
- $endfor$
- \date{$date$}
- $if(beamer)$
- $if(institute)$
- \institute{$for(institute)$$institute$$sep$ \and $endfor$}
- $endif$
- $if(titlegraphic)$
- \titlegraphic{\includegraphics{$titlegraphic$}}
- $endif$
- $if(logo)$
- \logo{\includegraphics{$logo$}}
- $endif$
- $endif$
|