2021-11-05 19:32:55 +01:00
|
|
|
# Master Thesis - Latex Source
|
2022-02-03 13:48:53 +01:00
|
|
|
[](https://drone.nareshkumarrao.com/naresh/master-thesis)
|
2021-11-05 19:32:55 +01:00
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
The provided Makefile runs pdflatex, and bibtex in order to build the Main.pdf
|
|
|
|
|
|
|
|
Simply run
|
|
|
|
```bash
|
|
|
|
make
|
|
|
|
```
|
|
|
|
|
|
|
|
To clean the directory from output files, use:
|
|
|
|
```bash
|
|
|
|
make clean
|
|
|
|
```
|
|
|
|
|