Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 31, 2018. It is now read-only.

jbub/latex-bachelor-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latex-bachelor-thesis

Template for slovak bachelor thesis written in LaTeX.

What you can find here

  • 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.

Building using the provided Makefile

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/makeindex

Study 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 clean

Good luck with writing your thesis :) Feel free to contact me if you run into some issues.

About

Template for slovak bachelor thesis written in LaTeX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published