Files
Valère Plantevin b37e65cc2a first commit
2026-04-18 20:00:07 -04:00

58 lines
1.7 KiB
TeX
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
% paper title
% can use linebreaks \\ within to get better formatting as desired
% Do not put math or special symbols in the title.
$if(title)$
\title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
$endif$
\author{
$if(funding)$
\thanks{$for(funding)$$for(funding.statement)$$funding.statement$$endfor$$endfor$}
$endif$
$if(author/allbutlast)$
$for(by-author/allbutlast)$$author.tex()$$sep$,~$endfor$
and~${ by-author/last:author.tex() }%
$for(by-author)$
$if(tex-author-no-affiliation)$
$else$
$if(by-author.affiliations)$
$if(by-author.affiliations/first)$
$for(by-author.affiliations/first)$
\thanks{$by-author.name.literal$ is with $affiliation.tex()$%
$if(by-author.attributes.corresponding)$$if(by-author.email)$  Corresponding author: $by-author.email$$endif$
$else$$if(by-author.email)$ e-mail: $by-author.email$$endif$$endif$}
$endfor$
$if(by-author.affiliations/rest/first)$
$for(by-author.affiliations/rest/first)$
\thanks{$affiliation.tex()$}
$endfor$
$endif$
$endif$
$endif$%by-author.affiliations
$endif$
$if(by-author.note.text)$
\thanks{$by-author.note.text$}
$endif$
$endfor$
$else$
$for(by-author)$$author.tex()$%
$if(by-author.affiliations)$
$if(by-author.affiliations/first)$
$for(by-author.affiliations/first)$
\thanks{$by-author.name.literal$ is with $affiliation.tex()$%
$if(by-author.attributes.corresponding)$$if(by-author.email)$  Corresponding author: $by-author.email$$endif$
$else$$if(by-author.email)$#e-mail: $by-author.email$$endif$$endif$}
$endfor$
$if(by-author.affiliations/rest/first)$
$for(by-author.affiliations/rest/first)$
\thanks{$affiliation.tex()$}
$endfor$
$endif$
$endif$
$endif$
$if(by-author.note.text)$
\thanks{$by-author.note.text$}
$endif$
$endfor$
$endif$
}