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

62 lines
1.1 KiB

\documentclass[twoside]{ctuthesis}
\input{document_config} % import balíků a nastavení ctuthesis
\usepackage[firstpage]{draftwatermark}
\SetWatermarkLightness{0.9}
% --- obsah zvláštních oddílů ---
\input{thesis.abstract}
\input{thesis.thanks}
\input{thesis.declaration}
%\addbibresource{thesis.bib}
\bibliography{thesis.bib}
\input{thesis.acronyms}
% --- vlastní dokument ---
\begin{document}
\maketitle % titulní strana a automatické oddíly
\part{Introduction}
\input{ch.introduction}
\input{ch.requirement_analysis}
\input{ch.existing_solutions}
\part{Theoretical Background}
\input{ch.usb}
\input{ch.freertos}
\input{ch.fat16}
\input{ch.hw_buses}
\input{ch.hw_functions}
\part{Implementation}
\input{ch.fw_structure_toplevel}
\input{ch.fw_structure}
\input{ch.source_and_porting}
\input{ch.tinyframe}
\input{ch.wireless}
\input{ch.hardware_realization}
\input{ch.gex_units}
\input{ch.pc_software}
\part{Results}
\input{ch.conclusion}
\printbibliography
\appendix % začátek příloh
% seznam bibliografie
\newpage
\todo[inline]{Schematics here ....}
% ... appendices
\end{document}