\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 % thanks % abstract % TOC %TODO FAT 16 and its emulation %TODO touch sensing -> hw functions %TODO wireless %TODO schematics, pcb, photos %TODO add references (datasheet, specs) %TODO look for liberty free photos %TODO add image source references %TODO retrace diagrams? \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} \input{ch.tinyframe} \input{ch.wireless} \input{ch.gex_units} \appendix % začátek příloh % seznam bibliografie \printbibliography % ... appendices \end{document}