Fork of the https://github.com/exaexa/better-mff-thesis
build | ||
img | ||
.gitignore | ||
abstract-cz.tex | ||
abstract-cz.xmpdata | ||
abstract-en.tex | ||
abstract-en.xmpdata | ||
bibliography.tex | ||
ch1.tex | ||
ch2.tex | ||
ch3.tex | ||
conclusion.tex | ||
howto.tex | ||
intro.tex | ||
macros.tex | ||
Makefile | ||
metadata.tex | ||
README.md | ||
refs.bib | ||
thesis.tex | ||
thesis.xmpdata | ||
title.tex |
A slightly improved bachelor thesis template
- modern packages
- modern fonts
- less confusing directory structure
- slightly more useful examples (figures, diagrams, tables, code listings)
- Czech version has correctly named references
- builds abstracts
See the pre-built version for details
How-to
- Type
make
, check that everything compiles. You should get athesis.pdf
that passes PDF-A validation. If not, complain. - Fill in
metadata.tex
and allxmpdata
files. - Look at the example code (there are several hints), remember it, erase it.
- Write the thesis.
- Submit and defend the thesis.
PDF-A validation can be checked using the validator: https://github.com/mff-cuni-cz/cuni-thesis-validator
Ideas/improvements/more examples?
Pull requests welcome.
License?
Everything in this repository is released into the public domain, not encumbered by any kind of copyright at all.
Parts of the code (esp. the title page) are based on the original template (available from the faculty website) by Martin Mareš, Arnošt Komárek, and Michal Kulich. (Thanks!)