41 lines
876 B
TeX
41 lines
876 B
TeX
\documentclass[12pt,a4paper]{report}
|
|
\usepackage{latexplate}
|
|
\usepackage[left=30mm,right=30mm,top=15mm,bottom=15mm]{geometry}
|
|
\usepackage[magyar,english]{babel}
|
|
\usepackage[defaultlines=10,all]{nowidow}
|
|
\usepackage{advdate}
|
|
\usepackage{cite}
|
|
\usepackage{url}
|
|
\usepackage{hyperref}
|
|
|
|
|
|
\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}
|
|
|
|
\renewcommand\bibname{References}
|
|
\bibliography{bibliography}{}
|
|
\bibliographystyle{unsrt}
|
|
\end{document}
|