\input{header} % Title page and various mandatory informational pages \begin{document} \include{title} %%% A page with automatically generated table of contents of the bachelor thesis \tableofcontents %%% Each chapter is kept in a separate file \include{intro} \include{chap01} \include{chap02} \include{epilog} %%% Bibliography \include{bibliography} \include{glossary} \chapwithtoc{List of Abbreviations} \XXX{In mathematical theses, it could be better to move the list of abbreviations to the beginning of the thesis.} \XXX{TODO} \appendix \chapter{Attachments} \XXX{Attachments to the bachelor thesis, if any. Each attachment must be referred to at least once from the text of the thesis. Attachments are numbered.} \XXX{The printed version should preferably contain attachments, which can be read (additional tables and charts, supplementary text, examples of program output, etc.). The electronic version is more suited for attachments which will likely be used in an electronic form rather than read (program source code, data files, interactive charts, etc.). Electronic attachments should be uploaded to SIS and optionally also included in the thesis on a~CD/DVD. Allowed file formats are specified in provision of the rector no. 72/2017.} \section{First Attachment} \openright \end{document}