Template for slovak bachelor thesis written in LaTeX.
- pages - Some LaTeX pages included in the main LaTeX file.
- Makefile - Makefile for building and cleaning your document.
- main.bib - Your bibliography is stored here.
- main.tex - The main LaTeX file.
- stn690.bst - Bibliography styles for the STN690 norm.
You may need to mofify some paths in order to get building process working.
LATEX=/opt/local/bin/pdflatex
BIBTEX=/opt/local/bin/bibtex
MAKEINDEX=/opt/local/bin/makeindexStudy the Makefile to have a better understanding of what is going on in the building and cleaning process.
# to build the document
make
# to clean the files created in the building process
make cleanGood luck with writing your thesis :) Feel free to contact me if you run into some issues.