aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-12-10 11:59:37 +0100
committerJonas Smedegaard <dr@jones.dk>2023-12-10 12:24:36 +0100
commit4c3ca2284f27a16799754fc82eff46d19715dbb5 (patch)
tree45fb39b9c0896dfec74b37c22bbcbbe7058788b3 /templates
parent3f153cac134a19edd1cbd39f1c0af557e95c0ea6 (diff)
apply local changes to unversioned template
Diffstat (limited to 'templates')
-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