Commit Briefs

4448d0f2d2 Thomas Böhler

last small fixes (master, tags/v1.0.0)


16acc1bafb Thomas Böhler

prevent text running into margins


07595e9f98 Thomas Böhler

remove Vorwort, fix page counters


ade75177b6 Thomas Böhler

last fixes reading over the thesis


02693033b8 Thomas Böhler

remove copyright notice on wrong files


ffa325d50b Thomas Böhler

improving: add missing "are" in introduction


3e2d31ef3f Thomas Böhler

background: write introduction and overview


42766949a1 Thomas Böhler

titlepage: end sentences with period


ad54c91934 Thomas Böhler

add sources, specify development ended


7db60ad5ea Thomas Böhler

correct grammar mistakes and a little structure


Branches

Tags

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

Please keep in mind that development of this thesis has ended as the thesis has
been published and it is likely that any bugs/features will not be
fixed/implemented.

## 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/public-inbox@lists.sr.ht](https://lists.sr.ht/~witcher/public-inbox).