Go to file
2022-12-09 15:59:31 +01:00
latex Added compiled presentation 2022-12-09 15:59:31 +01:00
literature script admm, proximal uploaded 2022-11-24 16:27:30 +01:00
misc Moved pptx template to misc/ and deleted templates folder 2022-12-08 12:31:11 +01:00
.gitignore Removed software-specific stuff from gitignore 2022-12-09 15:00:11 +01:00
README.md Added section to README.md about already compiled documents 2022-12-09 15:55:12 +01:00

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)

Access compiled documents

Each document has a corresponding tag, where an already compiled pdf document can be found (See for example this 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

$ ./build.sh

A new build folder containing the compiled pdf will be created.