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

CEM fix template.latex

parent 6ec5d7dd
...@@ -157,9 +157,6 @@ $endif$ ...@@ -157,9 +157,6 @@ $endif$
$if(title)$ $if(title)$
\title{$title$} \title{$title$}
$endif$ $endif$
$if(subtitle)$
\subtitle{$subtitle$}
$endif$
\author{$for(author)$$author$$sep$ \and $endfor$} \author{$for(author)$$author$$sep$ \and $endfor$}
\date{$date$} \date{$date$}
$for(header-includes)$ $for(header-includes)$
...@@ -170,6 +167,17 @@ $endfor$ ...@@ -170,6 +167,17 @@ $endfor$
$if(title)$ $if(title)$
\maketitle \maketitle
$endif$ $endif$
$if(subtitle)$
%\makesubtitle
%\begin{subtitle}
$subtitle$
%\end{subtitle}
$endif$
$if(copyright)$
\begin{copyright}
$copyright$
\end{copyright}
$endif$
$if(abstract)$ $if(abstract)$
\begin{abstract} \begin{abstract}
$abstract$ $abstract$
......
...@@ -157,9 +157,6 @@ $endif$ ...@@ -157,9 +157,6 @@ $endif$
$if(title)$ $if(title)$
\title{$title$} \title{$title$}
$endif$ $endif$
$if(subtitle)$
\subtitle{$subtitle$}
$endif$
\author{$for(author)$$author$$sep$ \and $endfor$} \author{$for(author)$$author$$sep$ \and $endfor$}
\date{$date$} \date{$date$}
$for(header-includes)$ $for(header-includes)$
...@@ -170,6 +167,17 @@ $endfor$ ...@@ -170,6 +167,17 @@ $endfor$
$if(title)$ $if(title)$
\maketitle \maketitle
$endif$ $endif$
$if(subtitle)$
%\makesubtitle
%\begin{subtitle}
$subtitle$
%\end{subtitle}
$endif$
$if(copyright)$
\begin{copyright}
$copyright$
\end{copyright}
$endif$
$if(abstract)$ $if(abstract)$
\begin{abstract} \begin{abstract}
$abstract$ $abstract$
......
...@@ -157,14 +157,8 @@ $endif$ ...@@ -157,14 +157,8 @@ $endif$
$if(title)$ $if(title)$
\title{$title$} \title{$title$}
$endif$ $endif$
$if(subtitle)$
\subtitle{$subtitle$}
$endif$
\author{$for(author)$$author$$sep$ \and $endfor$} \author{$for(author)$$author$$sep$ \and $endfor$}
\date{$date$} \date{$date$}
$if(copyright)$
\copyright{$copyright$}
$endif$
$for(header-includes)$ $for(header-includes)$
$header-includes$ $header-includes$
$endfor$ $endfor$
...@@ -173,6 +167,17 @@ $endfor$ ...@@ -173,6 +167,17 @@ $endfor$
$if(title)$ $if(title)$
\maketitle \maketitle
$endif$ $endif$
$if(subtitle)$
%\makesubtitle
%\begin{subtitle}
$subtitle$
%\end{subtitle}
$endif$
$if(copyright)$
\begin{copyright}
$copyright$
\end{copyright}
$endif$
$if(abstract)$ $if(abstract)$
\begin{abstract} \begin{abstract}
$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