aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/default.latex10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/default.latex b/templates/default.latex
index 16ea51e..bd9fc59 100644
--- a/templates/default.latex
+++ b/templates/default.latex
@@ -446,7 +446,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)$
@@ -464,6 +464,9 @@ $endif$
$if(has-frontmatter)$
\frontmatter
$endif$
+$for(include-before)$
+$include-before$
+
$if(title)$
$if(beamer)$
\frame{\titlepage}
@@ -477,9 +480,6 @@ $abstract$
$endif$
$endif$
-$for(include-before)$
-$include-before$
-
$endfor$
$if(toc)$
$if(toc-title)$
@@ -554,4 +554,4 @@ $for(include-after)$
$include-after$
$endfor$
-\end{document}
+\end{document} \ No newline at end of file