https://github.com/maxnoe/tudothesis
LaTeX Vorlage für eine Bachelor/Masterarbeit.
https://github.com/maxnoe/tudothesis
bachelor-thesis latex master-thesis thesis
Last synced: 9 days ago
JSON representation
LaTeX Vorlage für eine Bachelor/Masterarbeit.
- Host: GitHub
- URL: https://github.com/maxnoe/tudothesis
- Owner: maxnoe
- License: mit
- Created: 2014-07-23T11:36:10.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T07:35:13.000Z (about 2 years ago)
- Last Synced: 2025-03-18T09:21:35.637Z (7 months ago)
- Topics: bachelor-thesis, latex, master-thesis, thesis
- Language: TeX
- Homepage:
- Size: 2.31 MB
- Stars: 41
- Watchers: 3
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TUDoThesis [](https://github.com/maxnoe/tudothesis/actions/workflows/build.yml)
LaTeX class file and template for a thesis written at TU Dortmund
The template is build for use with _lualatex_ and _biblatex_ with _biber_,
the class file can be used with the LaTeX engine of your choice, it is completely independent.This is an unofficial document which was created from my bachelor thesis, which itself
was strongly influenced by the latex files which [@kdungs](https://github.com/kdungs) used for his bachelor's thesis.All used packages and commands are explained
in depth in the materials of the PeP et al. LaTeX Workshop:http://toolbox.pep-dortmund.de/notes.html
# Compiliation
compile with
```
$ latexmk
```or
```
$ make
```For more information, have a look into [example.pdf](https://github.com/maxnoe/TuDoThesis/blob/main/example.pdf)