Commit 923d77d2 authored by Kristina Markova's avatar Kristina Markova

CEM fix template.latex

parent 6ec5d7dd
......@@ -157,9 +157,6 @@ $endif$
$if(title)$
\title{$title$}
$endif$
$if(subtitle)$
\subtitle{$subtitle$}
$endif$
\author{$for(author)$$author$$sep$ \and $endfor$}
\date{$date$}
$for(header-includes)$
......@@ -170,6 +167,17 @@ $endfor$
$if(title)$
\maketitle
$endif$
$if(subtitle)$
%\makesubtitle
%\begin{subtitle}
$subtitle$
%\end{subtitle}
$endif$
$if(copyright)$
\begin{copyright}
$copyright$
\end{copyright}
$endif$
$if(abstract)$
\begin{abstract}
$abstract$
......
......@@ -157,9 +157,6 @@ $endif$
$if(title)$
\title{$title$}
$endif$
$if(subtitle)$
\subtitle{$subtitle$}
$endif$
\author{$for(author)$$author$$sep$ \and $endfor$}
\date{$date$}
$for(header-includes)$
......@@ -170,6 +167,17 @@ $endfor$
$if(title)$
\maketitle
$endif$
$if(subtitle)$
%\makesubtitle
%\begin{subtitle}
$subtitle$
%\end{subtitle}
$endif$
$if(copyright)$
\begin{copyright}
$copyright$
\end{copyright}
$endif$
$if(abstract)$
\begin{abstract}
$abstract$
......
......@@ -157,14 +157,8 @@ $endif$
$if(title)$
\title{$title$}
$endif$
$if(subtitle)$
\subtitle{$subtitle$}
$endif$
\author{$for(author)$$author$$sep$ \and $endfor$}
\date{$date$}
$if(copyright)$
\copyright{$copyright$}
$endif$
$for(header-includes)$
$header-includes$
$endfor$
......@@ -173,6 +167,17 @@ $endfor$
$if(title)$
\maketitle
$endif$
$if(subtitle)$
%\makesubtitle
%\begin{subtitle}
$subtitle$
%\end{subtitle}
$endif$
$if(copyright)$
\begin{copyright}
$copyright$
\end{copyright}
$endif$
$if(abstract)$
\begin{abstract}
$abstract$
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment