ba-thesis/README.md
2023-08-28 22:21:32 +00:00

30 lines
888 B
Markdown

# ba_thesis
This repository contains resources related to the Bachelor-Thesis
`Application of Optimization Algorithms for Channel Decoding`
(the related sofware has it's own [repo](https://gitlab.kit.edu/uhhxt/ba_sw))
## Access compiled documents
Each document has a corresponding tag, where an already compiled pdf document can be found
(See for example
[this](https://gitlab.kit.edu/uhhxt/ba_thesis/-/tree/prox_07_12_22/latex/presentations/02_12_2022)
tag, for one of the presentations under `latex/presentations`)
## Compiling the sources
The folders of each presentation (located in `latex/presentations`) and the thesis (`latex/thesis`)
contain a `build.sh` script.
In order to compile the sources for one of the documents, simply navigate into the corresponding
directory and run
```bash
$ ./build.sh
```
A new `build` folder containing the compiled pdf will be created.