diff options
-rw-r--r-- | templates/default.latex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/default.latex b/templates/default.latex index c567278..72d649f 100644 --- a/templates/default.latex +++ b/templates/default.latex @@ -413,7 +413,7 @@ $else$ $endif$ \subtitle{$subtitle$} $endif$ -\author{$for(author)$$author$$sep$ \and $endfor$} +\author{$for(author)$$author.name$$if(author.orcid)$\orcid{$author.orcid$}$endif$$sep$ \and $endfor$} \date{$date$} $if(beamer)$ $if(institute)$ @@ -431,6 +431,9 @@ $endif$ $if(has-frontmatter)$ \frontmatter $endif$ +$for(include-before)$ +$include-before$ + $if(title)$ $if(beamer)$ \frame{\titlepage} @@ -444,9 +447,6 @@ $abstract$ $endif$ $endif$ -$for(include-before)$ -$include-before$ - $endfor$ $if(toc)$ $if(toc-title)$ @@ -521,4 +521,4 @@ $for(include-after)$ $include-after$ $endfor$ -\end{document} +\end{document}
\ No newline at end of file |