22 lines
588 B
Markdown
22 lines
588 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://git.scc.kit.edu/ba_duo/ba_sw))
|
|
|
|
|
|
## 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.
|
|
|