40 lines
741 B
TeX
40 lines
741 B
TeX
$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 |