Skip to content

Commit

Permalink
yeter
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Sep 26, 2023
1 parent fb93c20 commit ca9a7c0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions data/templates/neurolibre2.latex
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,19 @@ $if(subtitle)$
\subtitle{$subtitle$}
$endif$

\clearpage
\AtEndDocument{%
$for(affiliations)$
\affil[$affiliations.index$]{$affiliations.name$}
$endfor$
$if(article.author-notes.corresp)$
\affil[$$\mathparagraph$$]{Corresponding author}
$endif$
$if(article.has-equal-contributors)$
\affil[*]{$if(message.equal-contrib)$$message.equal-contrib$$else$These authors contributed equally.$endif$}
$endif$
}

\newcounter{authorcounter}
\setcounter{authorcounter}{1}

Expand Down Expand Up @@ -435,19 +448,6 @@ There are $author_number$ authors.
\fi
\date{\vspace{-2.5ex}}

\clearpage
\AtEndDocument{%
$for(affiliations)$
\affil[$affiliations.index$]{$affiliations.name$}
$endfor$
$if(article.author-notes.corresp)$
\affil[$$\mathparagraph$$]{Corresponding author}
$endif$
$if(article.has-equal-contributors)$
\affil[*]{$if(message.equal-contrib)$$message.equal-contrib$$else$These authors contributed equally.$endif$}
$endif$
}

$if(abstract)$
\begin{abstract}
$abstract$
Expand Down

0 comments on commit ca9a7c0

Please sign in to comment.