Un-official template for Bachelor's thesis.
If you have any suggestions, please submit an issue or pull request!
You may check out the preview to see whether you like it.
Just clone, and explore and use.
NOTE: You may also use the package \usepackage{emptypage} to disable showing of header on empty pages instead of my \emptypage command to align pages for chapters to always start on the right side. - Suggested by Lukáš Anda @LukasAnda
To change the language from Slovak to English, please edit values.tex like so:
From:
\newcommand{\FIITlanguage}[0] {slovak}
%\def\FIITlagEN{}
To:
\newcommand{\FIITlanguage}[0] {slovak,english}
\def\FIITlagEN{}
This will then use variables without the SK suffix.
- assets - contains any assets used in the project
- content - this folder contains the actual content of the document
- pages - this folder contains main pages (title, cover, annotation, etc.)
- templates - this folder contains templates for parts of the document (components of pages, etc.)
bibliography.bib- contains sample bibliographyinitialize.tex- contains initializations that happen after the document beginsmain.tex- is the main document file - containing the actual structure of the documentpackages.tex- contains includes for packages, and some custom commandsvalues.tex- contains global variables (author, title, etc., font size, ...) and language selection
I got some templates from one or two folks, but they weren't working that good for me, or the file structure was a mess.
Nevermind that, thank you for the tips and tricks you used!