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 11:59:37 +0100
commit96ce3b10fc3cbb46c389e7d252feb8257a47c9c6 (patch)
tree85356ee77045f233da6c6bdac9bdb11184ad3270 /templates
parent2460538c276fdc0447fb5c049254ceae08f433ef (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 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