Added build scripts and ammended REAMDE accordingly

This commit is contained in:
Andreas Tsouchlos 2022-12-09 15:50:22 +01:00
parent 92263fdb8e
commit 508e0ee821
6 changed files with 27 additions and 1 deletions

View File

@ -1,5 +1,21 @@
# ba_thesis # ba_thesis
This repository contains resources related to the Bachelor-Thesis This repository contains resources related to the Bachelor-Thesis
"Application of Optimization Algorithms for Channel Decoding" `Application of Optimization Algorithms for Channel Decoding`
(The related sofware has it's own [repo](https://git.scc.kit.edu/ba_duo/ba_sw)) (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.

View File

@ -0,0 +1,2 @@
$pdflatex="pdflatex -interaction=nonstopmode %O %S";
$out_dir = 'build';

View File

@ -0,0 +1,2 @@
mkdir -p build/build
latexmk -pdf

View File

@ -0,0 +1,2 @@
$pdflatex="pdflatex -interaction=nonstopmode %O %S";
$out_dir = 'build';

View File

@ -0,0 +1,2 @@
mkdir -p build/build
latexmk -pdf

2
latex/thesis/build.sh Executable file
View File

@ -0,0 +1,2 @@
mkdir -p build/build
latexmk -pdf