/thesis-template

LaTeX template for bachelor's and master's theses in Computer Science at FMFI UK

Primary LanguageTeXMIT LicenseMIT

Thesis Template (FMFI UK, Computer Science)

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.

Dependencies

Linux, TeX Live, latexmk.

Usage

  1. Clone this repository.
  2. Add your information to src/variables.tex.
  3. Replace the assignment files in src/images with your files from AIS.
  4. Add/modify chapters in src/chapters and in src/variables.tex.
  5. 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 cd src && make out/main.pdf.
  6. Add your package imports and custom LaTeX commands to src/definitions.tex and your bibliography to src/references.bib.
  7. 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).

Contributions

If you improve the template in any way, please open a pull request with the changes!

Authors: Dávid Mišiak, Samuel Čavoj.