Tree


.editorconfigcommits | blame
.gitignorecommits | blame
LICENSES/
Makefilecommits | blame
README.mdcommits | blame
figures/
flake.lockcommits | blame
flake.nixcommits | blame
src/

README.md

<!--
SPDX-FileCopyrightText: 2023 Thomas Böhler <thomas.boehler@wiredspace.de>

SPDX-License-Identifier: CC0-1.0
-->

# bachelor-thesis

This is the source to my bachelor thesis.

The template for the thesis was taken from the university that I studied at. It
can be found here: https://gitlab.com/emi-hsog/vorlage-abschlussarbeit-latex

## Building

You will need:

- `make`
- `latexmk`
- `lualatex`

A call to `make` will build the PDF using `latexmk` and `lualatex` and write it
to `.build/thesis.pdf`.

The PDF can be rebuilt on changes with `make watch`.

### Nix

You may also use Nix to build the thesis:

```
nix build
```

The resulting PDF can be found in `./result/thesis.pdf`.

## Resources

Send patches and questions to
[~witcher/bachelor-thesis@lists.sr.ht](https://lists.sr.ht/~witcher/bachelor-thesis).

Instructions for preparing a patch are available at
[git-send-email.io](https://git-send-email.io/).

Bugs and todo can be found at
[~witcher/bachelor-thesis](https://todo.sr.ht/~witcher/bachelor-thesis).