Revert "LaTeX template: move abstract to before \maketitle."

This reverts commit 988a712310.
This commit is contained in:
John MacFarlane 2015-08-11 11:46:47 -07:00
parent 988a712310
commit 8ea41996bf

View file

@ -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$