Files
su2026rwep/_extensions/christopherkenny/nature/partials/title.tex
T
2025-04-28 23:44:10 +08:00

25 lines
641 B
TeX

$if(title)$
\title[$title$]{$title$}
$endif$
% author setup
$for(by-author)$
\author$if(by-author.attributes.corresponding)$*$endif$[$if(by-author.affiliations)$$for(by-author.affiliations)$$it.id$$sep$,$endfor$$endif$]{$_author.tex()$}$if(by-author.email)$
\email{$by-author.email$}$endif$$if(by-author.attributes.equal-contributor)$
\equalcont{These authors contributed equally to this work.}$endif$$endfor$
% affil setup
$for(by-affiliation)$
\affil[$it.id$]{$_affiliation.tex()$}
$endfor$
% abstract
$if(abstract)$
\abstract{$abstract$}
$endif$
% keywords
$if(keywords)$
\keywords{$for(keywords)$$keywords$$sep$, $endfor$}
$endif$