A LaTeX thesis template, originally made for seminar, bachelor and master paper.
I created this LaTeX thesis template during my studies. It is very much based on the guidelines from the Chair of Information Management at the University of Göttingen. Please keep in mind that this is a private and unofficial template made by myself which isn't related or reviewed by the University of Göttingen. Thus, it can be used for different projects at different universities.
Make sure that you have installed TeX correctly. If you get some errors, check if you installed all packages / dependencies. It should also work with online editors like Overleaf.
It is highly recommend to use a reference management software to generate the literature.bib
file automatically. I suggest using Zotero in combination with Better BibTeX.
- Clone the repository
git clone https://github.com/mhellmeier/LaTeX-Thesis-Template.git
cd LaTeX-Thesis-Template
- Open the
thesis.tex
with the LaTeX editor of your choice - Compile it and get started!
Some additional hints:
- Examples are giving in the
*.tex
files - The citation style is based on the MISQ reference format
- Important files and folders:
thesis.tex
: Main filefront-page.tex
: First page of your thesispackages.tex
: Put all your\usepackage
commands in heredefinitions.tex
: Location for custom preamble codeacronyms.tex
: Collection of your acronyms / abbreviationsliterature.bib
: Collection of your literature (for BibLaTeX)images/
: Put all your figures in this directory
All planned features, bugs and discussions can be found in the issues tab.
Feel free to fork the project, work in your personal branch and create a pull request or you simply interact in the issue section.
This is an open-source project! Every contribution is greatly appreciated!
The template is inspired by others like this one. I found a lot of help at TeX Stackexchange. Some adopted code snippets are linked to their original answers in a comment at the respective positions.
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/mhellmeier/LaTeX-Thesis-Template