This repository contains a LaTeX template for bachelor's and master's theses in Computer Science at the Comenius University Faculty of Mathematics, Physics and Informatics.
Linux, TeX Live, latexmk.
- Clone this repository.
- Add your information to
src/variables.tex
. - Replace the assignment files in
src/images
with your files from AIS. - Add/modify chapters in
src/chapters
and insrc/variables.tex
. - We recommend using VS Code with the LaTeX Workshop extension to build the PDF (also with live preview), but any text editor can be used instead. To build the PDF manually, run
make -C src main
. - Add your package imports and custom LaTeX commands to
src/definitions.tex
and your bibliography tosrc/references.bib
. - You can modify and use
src/attachments.sh
to zip your thesis attachments (this can be useful e.g. if you often share the files with your supervisor).
If you improve the template in any way, please open a pull request with the changes!
Contributors: Dávid Mišiak, Samuel Čavoj, Matúš Hedera