FBMI Thesis Template
Autor
Marek Sokol
Letzte Aktualisierung
vor 10 Monaten
Lizenz
Creative Commons CC BY 4.0
Abstrakt
Official template for thesis at the Faculty of Biomedical Engineering, CTU in Prague.
% Template for CTU FBMI theses
%
% @author: Marek Sokol <marek.sokol@cvut.cz>,
%
% @version: 2023-01-10
%
% Read more here:
% https://github.com/cvut-fbmi/thesis
%
\documentclass[thesis=B,czech]{template/FBMIThesis}
% Required template options
\titleCS{Název práce}
\titleEN{Thesis title}
\authorWithDegrees{John Doe}
\program{Mysteries of the Force}
\author{John Doe}
\supervisor{prof. John Skywalker}
\department{Department of Magical Arts}
% \assignment{assignment.pdf}
\acknowledgements{\input{chapters/acknowledgements}}
\abstractCS{\input{chapters/abstract_cs.tex}}
\abstractEN{\input{chapters/abstract_en.tex}}
\keywordsCS{výčet tří až pěti klíčových slov nebo sousloví charakterizujících obsah práce}
\keywordsEN{Listing 3 to 5 key words characterizing the subject-matter of the thesis}
% Document
\begin{document}
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Content
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\chapter{\chapintro}
\input{chapters/01_introduction}
\clearpage
\chapter{\chapstate}
\input{chapters/02_state_of_the_art}
\clearpage
\chapter{\chapaims}
\input{chapters/03_aims}
\clearpage
\chapter{\chapmeth}
\input{chapters/04_methods}
\clearpage
\chapter{\chapres}
\input{chapters/05_results}
\clearpage
\chapter{\chapdis}
\input{chapters/06_discussion}
\clearpage
\chapter{\chapconc}
\input{chapters/07_conclusion}
\clearpage
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Citations
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\printbibliography[title=\chapref]
\clearpage
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Appendices
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\begin{appendices}
\appendixpage
\input{chapters/08_appendices}
\end{appendices}
\end{document}