LaTeX template: move abstract to before \maketitle.

This commit is contained in:
John MacFarlane 2015-08-09 09:45:11 -07:00
parent d171db3e6d
commit 988a712310

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$