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
+40
View File
@@ -0,0 +1,40 @@
$for(by-author)$
\author{$by-author.name.literal$}
$if(by-author.affiliations)$
$if(by-author.affiliations/first)$
$for(by-author.affiliations/first)$
\affiliation{$_affiliation.tex()$}
$endfor$
$if(by-author.affiliations/rest/first)$
$for(by-author.affiliations/rest/first)$
\affiliation{$_affiliation.tex()$}
$endfor$
$endif$
$endif$
$endif$
$if(by-author.note.text)$
\altaffiliation{$by-author.note.text$}
$endif$
$if(by-author.email)$
\email{$by-author.email$}
$endif$
$if(by-author.phone)$
\phone{$by-author.phone$}
$endif$
$if(by-author.fax)$
\fax{$by-author.fax$}
$endif$
$endfor$
$if(abbr)$
\abbreviations{$journal.abbreviations$}
$endif$
$if(keywords)$
\keywords{$keywords$}
$endif$
\title[$title-short$]{$title$}
\makeatletter