Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maxnoe/tudothesis
- Owner: maxnoe
- License: mit
- Created: 2014-07-23T11:36:10.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T07:35:13.000Z (over 1 year ago)
- Last Synced: 2024-10-14T15:30:08.007Z (3 months ago)
- Topics: bachelor-thesis, latex, master-thesis, thesis
- Language: TeX
- Homepage:
- Size: 2.31 MB
- Stars: 40
- Watchers: 4
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)