about summary refs log blame commit diff stats
path: root/templates/latex/academia/%INIT_APPLICATION_NAME.tex
blob: 72db095ad030ad1a0b91e6e90953e1de63890aed (plain) (tree)
1
2
3
4
5
6
7
                               




                           









                                                           
                              



                     
                          
                     


            

                                          
                

                            
 
                          
 
                        
           
              
% LTeX: language=%INIT_LANGUAGE
\documentclass[
  a4paper, 12pt, twocolumn,
  % nosolutions,
  draft,
  % final,
]{report}

\input{headers/preamble.tex}
\input{headers/preamble_local.tex}

\title{\textbf{%INIT_APPLICATION_NAME_STYLIZED}}
\author{%INIT_AUTHOR_NAME \\
\href{mailto:%INIT_AUTHOR_EMAIL}{%INIT_AUTHOR_EMAIL}\\[1cm]
{\small Supervisor: TODO}}
\date{\DTMToday}

% For the copyright section
\SetYears{%INIT_YEAR}
\SetAuthors{%INIT_AUTHOR_NAME}

\makeatletter
\hypersetup{
  pdftitle={\@title},
  pdfsubject={},
  pdfauthor={\AuthorList},
  pdfkeywords={TODO},
}
\makeatother


\includeonly {
    % lpm::next_chapter_includeonly_marker
}

\begin{document}
\onecolumn
\input{content/static/title}
\twocolumn

% lpm::next_chapter_marker

\clearpage{}
\printbibliography\relax
\printindex
\end{document}