-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
33 lines (28 loc) · 837 Bytes
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\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}