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, 0 insertions, 36 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
deleted file mode 100644
index d34f80cc3e3..00000000000
--- a/Master/texmf-dist/doc/latex/thesis-ekf/thesis-ekf-templates/thesis-ekf-template-en.tex
+++ /dev/null
@@ -1,36 +0,0 @@
-\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}