This commit is contained in:
2025-04-28 23:44:10 +08:00
parent da5b7ef20f
commit 5da805da50
44 changed files with 28969 additions and 37 deletions
@@ -0,0 +1,25 @@
$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$