aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-08-11 11:46:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-08-11 11:46:47 -0700
commit8ea41996bf982835ab0d7559d2801e93c8b8f91b (patch)
treebe628e56b9b716abedacbdcd75c7cfb05d7f7a08
parent988a712310194d1994b71aacfc42616c6c75ac06 (diff)
downloadpandoc-8ea41996bf982835ab0d7559d2801e93c8b8f91b.tar.gz
Revert "LaTeX template: move abstract to before `\maketitle`."
This reverts commit 988a712310194d1994b71aacfc42616c6c75ac06.
-rw-r--r--default.latex6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.latex b/default.latex
index a57b030d0..26684135d 100644
--- a/default.latex
+++ b/default.latex
@@ -162,14 +162,14 @@ $endfor$
\fi
\begin{document}
+$if(title)$
+\maketitle
+$endif$
$if(abstract)$
\begin{abstract}
$abstract$
\end{abstract}
$endif$
-$if(title)$
-\maketitle
-$endif$
$for(include-before)$
$include-before$