This is a simple thesis template for the LaTeX typesetting system. It is configured to fulfill the faculty thesis regulations and improve on the official .docx template. The output is also configured to be PDF/A-2u compliant.
You need a working installation of texlive
and latexmk
. Full thesis can be built by running make
.
All make targets:
Target | Description |
---|---|
pdf |
Build the entire thesis |
clean |
Remove all build files except the output PDF |
cleanall |
Remove all build files including the output PDF |
vlna |
Run vlna for adding Czech & Slovak non-breaking spaces |
remake |
Runs cleanall , vlna and pdf targets |
The default make targets are vlna
and pdf
.