Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

LaTeX Vorlage für eine Bachelor/Masterarbeit.

Awesome Lists containing this project

README

        

# TUDoThesis [![Build Thesis](https://github.com/maxnoe/tudothesis/actions/workflows/build.yml/badge.svg)](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)