diff options
| author | John MacFarlane <[email protected]> | 2013-12-11 22:05:20 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2013-12-11 22:05:20 -0800 |
| commit | dd178889f642f47fc74aaeeb1d8368f32a7cc258 (patch) | |
| tree | d605652264282a9c3a7cd13501d7a00c8020cc42 | |
| parent | e3c8bae0b1fb8995c784a457fde73b486f9b6fda (diff) | |
Added abstract variable in latex template.
| -rw-r--r-- | default.latex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default.latex b/default.latex index cfa3460f7..e9be55382 100644 --- a/default.latex +++ b/default.latex @@ -146,6 +146,11 @@ $endif$ $if(title)$ \maketitle $endif$ +$if(abstract)$ +\begin{abstract} +$abstract$ +\end{abstract} +$endif$ $for(include-before)$ $include-before$ |
