2018-11-27 17:35:59 +00:00
|
|
|
\documentclass[12pt,a4paper]{report}
|
2018-11-26 13:02:52 +00:00
|
|
|
\usepackage{latexplate}
|
2018-11-27 17:35:59 +00:00
|
|
|
\usepackage[left=30mm,right=30mm,top=15mm,bottom=15mm]{geometry}
|
2018-11-26 13:02:52 +00:00
|
|
|
\usepackage[magyar,english]{babel}
|
2018-11-27 15:49:38 +00:00
|
|
|
\usepackage[defaultlines=10,all]{nowidow}
|
2018-11-26 13:02:52 +00:00
|
|
|
\usepackage{advdate}
|
2018-11-27 15:49:38 +00:00
|
|
|
\usepackage{cite}
|
|
|
|
\usepackage{url}
|
|
|
|
\usepackage{hyperref}
|
2018-11-26 13:02:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
\setmainfont{Constantia}
|
|
|
|
\setsansfont{Constantia}
|
|
|
|
\setmonofont{Constantia}
|
|
|
|
|
|
|
|
\renewcommand{\headrulewidth}{0pt}
|
|
|
|
\fancyhead{}
|
|
|
|
\fancyfoot{}
|
|
|
|
\pagestyle{fancy}
|
|
|
|
\fancyfoot[C]{\thepage}
|
|
|
|
|
|
|
|
\newcommand{\crule}{\rule{\textwidth}{1px}\\\\}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\include{content/titlepage}
|
|
|
|
|
|
|
|
\microtypesetup{protrusion=false}
|
|
|
|
\tableofcontents
|
|
|
|
\microtypesetup{protrusion=true}
|
|
|
|
\thispagestyle{empty}
|
|
|
|
\cleardoublepage
|
|
|
|
|
|
|
|
\include{content/declaration}
|
|
|
|
\include{content/abstract}
|
|
|
|
\include{content/introduction}
|
|
|
|
|
2018-11-27 15:49:38 +00:00
|
|
|
\bibliography{bibliography}{}
|
|
|
|
\bibliographystyle{unsrt}
|
2018-11-26 13:02:52 +00:00
|
|
|
\end{document}
|