summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thesis-ekf/thesis-ekf-templates/thesis-ekf-template-en.tex
blob: d34f80cc3e326b0ebf72c2d880757d47142bd542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\documentclass[colorlinks]{thesis-ekf}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{graphicx,amsmath,amssymb,amsthm}
\graphicspath{{./figures/}}

\newtheorem{thm}{Theorem}[chapter]
\newtheorem{lemma}[thm]{Lemma}
\theoremstyle{definition}
\newtheorem{defin}[thm]{Definition}
\newtheorem{exercise}[thm]{Exercise}
\theoremstyle{remark}
\newtheorem{remark}[thm]{Remark}
\newtheorem*{answer}{Answer}

\begin{document}
\logo{\includegraphics[width=9cm]{eku-logo}}
\institute{Institute of Mathematics and Informatics}
\title{Title}
\author{John Smith\\ Mathematics B.Sc.}
\supervisor{Dr.~John Brown\\ associate professor}
\city{Eger}
\date{2017}
\maketitle
\tableofcontents

\chapter*{Introduction}
\chapter{Chapter title}
\section{Section title}
\subsection{Subsection title}

\begin{thebibliography}{1}
\bibitem{Birkel} \textsc{Birkel, T.}, Moment bounds for associated sequences, Ann.\ Probab.\ 16, 1988.
\end{thebibliography}
\end{document}