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

55 lines
827 B

6 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
6 years ago
% thanks
% abstract
% TOC
\part{Introduction}
6 years ago
\input{ch.introduction}
6 years ago
\input{ch.requirement_analysis}
6 years ago
\input{ch.existing_solutions}
6 years ago
\part{Theoretical Background}
6 years ago
\input{ch.usb}
6 years ago
\input{ch.freertos}
6 years ago
\input{ch.fat16} % TODO
\input{ch.hw_buses} % TODO
\part{Firmware Implementation}
\input{ch.fw_structure}
6 years ago
\input{ch.gex_units}
6 years ago
\part{Hardware Design}
6 years ago
\input{ch.prototype1_hw}
6 years ago
6 years ago
6 years ago
\appendix % začátek příloh
% seznam bibliografie
\printbibliography
% ... appendices
\end{document}