forked from 3zuli/FEIStyle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
68 lines (56 loc) · 2.29 KB
/
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
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
% Arguments for the template
% Choose the type of thesis (required):
% - bp - Bachelor thesis
% - dp - Diploma thesis
% - dizp - Dissertation thesis
% - sp - Seminar paper
% Argument `tnr` selects the Times New Roman font, which is required by URK FEI STU
\documentclass[bp, tnr, utf8]{FEIstyle}
% \documentclass[dp, tnr, en]{FEIstyle} % If you want to write the thesis in English, add the argument `en`
% Fill in your name, thesis title and details
\FEIauthor{Filip Lobpreis}
\FEItitle{Vytvorenie Ovládača v prostredí ROS pre~mobilného robota}
\FEItitleEn{Implementation of ROS Driver for Mobile Robot}
\FEIkeywords{ROS, ROS2, robot, klient, filter, ovládač, odometria}
\FEIkeywordsEn{ROS, ROS2, robot, client, filter, driver, odometry}
\FEIregNr{FEI-100863-111124}
\FEIsupervisor{Ing. Michal Dobiš, PhD.}
\FEIconsultant{Ing. Michal Dobiš, PhD.}
\FEIdate{02}{06}{2023} % Date of submission (Day, month, year)
\FEIstudyProgramme{Robotika a kybernetika}
\FEIstudyProgrammeEn{Robotics and cybernetics}
\FEItrainingWorkplace{\a'Ustav robotiky a kybernetiky}
\FEItrainingWorkplaceEn{Institute of robotics and cybernetics}
\FEIstudyField{kybernetika}
\FEIstudyFieldEn{cybernetics}
\FEIglossaries{includes/glossary}
\bibliography{includes/bibliography.bib}
\iffalse \input{includes/glossary} \fi
\begin{document}
\frontmatter
\FEIpdfInfo
\FEIcover
\FEItitlePage
\FEIassignment{includes/Bakalarka_zadanie.pdf}
\FEIabstract{includes/abstract}
\FEIabstractEn{includes/abstractEN}
\FEIthanks{includes/thanks}
\FEIcontent
\FEIlistOfFiguresAndTables
\FEIlistOfGlossaries
% \FEIlistOfAlgorithms
% \FEIlistOfListings
\mainmatter
\FEIintroduction{includes/introduction}
\FEIcore{includes/core}
\FEIconclusion{includes/conclusion}
% \FEIresume{includes/resume} % Use only if document is in English language
% bibliography should use UTF-8 accents (write as is ľščťžýáí...) NOT converted by BibDesk
% http://tex.stackexchange.com/questions/57743/how-to-write-%C3%A4-and-other-umlauts-and-accented-letters-in-bibliography
\FEIbibliography %includes/bibliography.bib
\backmatter
\FEIlistOfAppendix
\FEIappendix{Dokumentácia ku kódu\label{att:A}}{includes/attachmentA}
\FEIappendix{Kód ovládača\label{att:B}}{includes/attachmentB}
\FEIappendix{Videá ovládania robota\label{att:C}}{includes/attachmentC}
\end{document}