tldr: KOMA script based latex template for bachelor- and master-thesis (TH Wildau).
This repository contains a latex template for bachelor- and master-thesis at Technical University of Applied Sciences Wildau (Technische Hochschule Wildau, TH Wildau). NOT OFFICIAL. ... because it doesn't exist
- main.tex main file (to compile)
- main.pdf document preview
- packages-settings self provided package, which include the packages and general settings
- texmaker.tks texmaker session file (e.g. define main file) - update file paths
- chapters/00-prefix.tex prefix (abstract, indexes etc.)
- chapters/01-chapter.tex main content - first chapter
- chapters/02-chapter.tex main content - second chapter
- chapters/03-chapter.tex main content - third chapter
- chapters/appendix.tex appendix
You have an styling request or no idea to integrat things? Do not be frustrated. Use the issus tracker or write me an email.
Please make a pull request of your improvements and share your knowledge.
If you use the latest texlive version? You need the following packages to compile this latex document.
$ tlmgr install csquotes acronym moderncv bigfoot xstring harvard blindtext
- Windows: MiKTeX
- Mac OS X: MacTeX
- Linux
- Debian, Ubuntu:
$ apt-get install texlive-full
- RedHat, CentOS:
$ yum install tetex
- Debian, Ubuntu:
You can write generally your .tex file in a simple text editor.
Useful free/open source tools are listed below:
- Editor
- Notepad++ Win
- Texmaker Win, Mac, Linux
- TeXShop Mac
- TeXworks Win, Mac, Linux
- Lyx Win, Mac, Linux, +
- TeXstudio Win, Max, Linux, +
- Sublime Text Win, Mac, Linux
- Eclipse plugin TeXlipse Win, Mac, Linux
- For equations
- LaTeXiT Mac
- For bibliography
My favorite tool chain are MacTeX (distribution), texmaker (editor), LaTeXiT and BibDesk.