GEX thesis source code, full text, references
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gex-thesis/thesis.tex

56 lines
858 B

7 years ago
\documentclass[twoside]{ctuthesis}
\input{document_config} % import balíků a nastavení ctuthesis
% --- obsah zvláštních oddílů ---
\input{sec_abstract}
\input{sec_thanks}
\input{sec_declaration}
\addbibresource{thesis.bib}
% --- vlastní dokument ---
\begin{document}
\maketitle % titulní strana a automatické oddíly
7 years ago
% thanks
% abstract
% TOC
\part{Introduction}
7 years ago
\input{ch.introduction}
7 years ago
\input{ch.requirement_analysis}
7 years ago
\input{ch.existing_solutions}
7 years ago
\part{Theoretical Background}
7 years ago
\input{ch.usb}
7 years ago
\input{ch.freertos}
7 years ago
\input{ch.fat16} % TODO
\input{ch.hw_buses} % TODO
\input{ch.hw_functions} % TODO
7 years ago
\part{Firmware Implementation}
\input{ch.fw_structure}
7 years ago
\input{ch.gex_units}
7 years ago
\part{Hardware Design}
7 years ago
\input{ch.prototype1_hw}
7 years ago
7 years ago
7 years ago
\appendix % začátek příloh
% seznam bibliografie
\printbibliography
% ... appendices
\end{document}