\documentclass[12pt,a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage[czech]{babel}
\input{include/format-maturitni-prace}
\input{preambule}
\newcommand{\bigtext}[1]{{\normalfont\sffamily\huge\bfseries #1}\\}
\newcommand{\priloha}[2]{\newpage\pagestyle{empty}\noindent\bigtext{Příloha č.#1 -- #2}\\}
\begin{document}
\input{title}
\maketitle
\include{include/affidavit}
\include{podekovani}
\renewcommand{\abstractname}{Anotace}
\begin{abstract}
\input{abstrakt}
\end{abstract}
\tableofcontents
\clearpage
\setcounter{page}{5}
\input{text}
% zajistíme, aby \bibliography použil fancyhdr a poté necháme vygenerovat zdroje
\fancypagestyle{plain}{}
\renewcommand{\bibname}{Seznam použitých zdrojů}
\bibliographystyle{include/czplain}
%\bibliographystyle{unsrt}
\bibliography{zdroje}
\include{prilohy}
\end{document}

PDF Preview
Create an account to compile and preview