-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBP_Hubner_David_2017.tex
96 lines (75 loc) · 2.14 KB
/
BP_Hubner_David_2017.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
% options:
% thesis=B bachelor's thesis
% thesis=M master's thesis
% czech thesis in Czech language
% english thesis in English language
% hidelinks remove colour boxes around hyperlinks
% arara: xelatex: { shell: yes }
% arara: makeglossaries
% arara: biber
% arara: xelatex: { shell: yes }
% arara: xelatex: { shell: yes }
% arara: xelatex: { shell: yes }
\documentclass[thesis=B,czech,hidelinks]{template/FITthesisXE}
\bibliography{reference.bib}
\usepackage{ graphicx } % graphics files inclusion
\usepackage{ dirtree } % directory tree visualisation
\usepackage{ longtable } % tables which Pandoc use
\usepackage{ lscape } % to be able to rotate stuff
\usepackage{ metalogo } % for \XeLaTeX
\usepackage{ textcomp }
\usepackage{ enumitem }
\usepackage{float}
\floatstyle{plaintop}
\restylefloat{table}
\usemintedstyle{perldoc}
\setminted{
startinline,
linenos,
breaklines,
autogobble,
fontsize=\small,
% bgcolor=codebg
}
% \setmintedinline{
% bgcolor=white,
% }
% make list of acronyms
\makeglossaries
\input{glossary.tex}
\glsaddall % add even unused acronyms
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\acknowledgements{\input{podekovani.tex}}
\abstractCS{\input{abstrakt_cs.tex}}
\abstractEN{\input{abstrakt_en.tex}}
\input{meta.tex}
\begin{document}
\begin{introduction}
\input{sections/uvod}
\end{introduction}
\input{sections/reserse/main}
\input{sections/pozadavky/main}
\input{sections/navrh/main}
\input{sections/implementace/main}
\input{sections/testovani_nasazeni/main}
\input{sections/pravo}
\begin{conclusion}
\input{sections/zaver}
\label{conclusion}
\end{conclusion}
\printbibliography[title={Zdroje}]
\appendix
\chapter{Seznam použitých zkratek}
\printglossary[type=\acronymtype,style=acronyms]
\input{sections/instalace}
\chapter{Obsah přiloženého média}
\begin{figure}
\dirtree{%
.1 README.md\DTcomment{stručný popis obsahu média}.
.1 src\DTcomment{zdrojové kódy implementace}.
.1 thesis\DTcomment{text práce}.
.2 latex\DTcomment{zdrojová forma práce ve formátu \XeLaTeX{}}.
.2 BP\_Hubner\_David\_2017.pdf\DTcomment{text práce ve formátu PDF}.
}
\end{figure}
\end{document}