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/imageswith your files from AIS. - Add/modify chapters in
src/chaptersand 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.texand your bibliography tosrc/references.bib. - You can modify and use
src/attachments.shto 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