thesis/thesis.tex

35 lines
729 B
TeX

\documentclass[12pt,a4paper]{article}
\usepackage{latexplate}
\usepackage[top=25mm,bottom=25mm,left=15mm,right=15mm]{geometry}
\usepackage[magyar,english]{babel}
\usepackage[defaultlines=5,all]{nowidow}
\usepackage{advdate}
\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}
\end{document}