Skip to content
Snippets Groups Projects
Commit a8520d32 authored by Jasper Clemens Gräflich's avatar Jasper Clemens Gräflich
Browse files

Add build instructions to README.md

parent 07e9d665
No related branches found
No related tags found
No related merge requests found
Pipeline #86560 passed
......@@ -5,6 +5,14 @@
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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment