Commit Diff


commit - abf527cc99aceaa3e61f97cbdd04b8a054626fc6
commit + b874085a96b675785cf6fae55cce3a1fd7bfbabe
blob - /dev/null
blob + e4ae255a70b35f112bb1db2c7f5055f938667a51 (mode 644)
--- /dev/null
+++ README.md
@@ -0,0 +1,37 @@
+<!--
+SPDX-FileCopyrightText: 2023 Thomas Böhler <thomas.boehler@wiredspace.de>
+
+SPDX-License-Identifier: CC0-1.0
+-->
+
+# bachelor-thesis-presentation
+
+This is the source to my bachelor thesis presentation.
+
+## Building
+
+You will need:
+
+- `make`
+- `latexmk`
+- `lualatex`
+
+A call to `make` will build the PDF using `latexmk` and `lualatex` and write it
+to `.build/presentation.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/presentation.pdf`.
+
+## Resources
+
+Send patches and questions to
+[~witcher/public-inbox@lists.sr.ht](https://lists.sr.ht/~witcher/public-inbox).