summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thesis-ekf/thesis-ekf-templates/thesis-ekf-template-en.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/thesis-ekf/thesis-ekf-templates/thesis-ekf-template-en.tex')
-rw-r--r--Master/texmf-dist/doc/latex/thesis-ekf/thesis-ekf-templates/thesis-ekf-template-en.tex36
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/thesis-ekf/thesis-ekf-templates/thesis-ekf-template-en.tex b/Master/texmf-dist/doc/latex/thesis-ekf/thesis-ekf-templates/thesis-ekf-template-en.tex
new file mode 100644
index 00000000000..9b929ce4109
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/thesis-ekf/thesis-ekf-templates/thesis-ekf-template-en.tex
@@ -0,0 +1,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{2016}
+\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}