Repository to track everything related to my PhD thesis. There is a [wiki](https://gitlab1.ptb.de/graefl01/thesis/-/wikis/home) where I collect infos about my tech stack, reading and general notes. `.tex` files tracked by [CI/CD](https://gitlab1.ptb.de/graefl01/thesis/-/pipelines) are built automatically using $`\rm Lua\LaTeX`$. The built PDFs can be downloaded; available files are found in the [jobs browser](https://gitlab1.ptb.de/graefl01/thesis/-/jobs).
Unfortunately it is not possible to link the artifacts here directly because of the build process. It is possible to build files from source by changing into the directory of the document to be built and then running `lualatex` and `biber`. All files can also be built using [`arara`](https://github.com/islandoftex/arara). For example, if you want to build my thesis, you can do the following:
```shell
git clone gitlab1.ptb.de/graefl01/thesis.git
cd thesis/thesis
arara
```
## Legal notice
The Rust and Cargo word marks and logos are part of the Rust Trademarks and owned by Mozilla and is distributed under [Creative Commons Attribution license (CC BY)](https://creativecommons.org/licenses/by/4.0/). More information is found [here](https://www.rust-lang.org/policies/media-guide).