Added abstract variable in latex template.
This commit is contained in:
parent
e3c8bae0b1
commit
dd178889f6
1 changed files with 5 additions and 0 deletions
|
@ -146,6 +146,11 @@ $endif$
|
||||||
$if(title)$
|
$if(title)$
|
||||||
\maketitle
|
\maketitle
|
||||||
$endif$
|
$endif$
|
||||||
|
$if(abstract)$
|
||||||
|
\begin{abstract}
|
||||||
|
$abstract$
|
||||||
|
\end{abstract}
|
||||||
|
$endif$
|
||||||
|
|
||||||
$for(include-before)$
|
$for(include-before)$
|
||||||
$include-before$
|
$include-before$
|
||||||
|
|
Loading…
Add table
Reference in a new issue