Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razielar/razielar-phd-thesis
PhD Thesis
https://github.com/razielar/razielar-phd-thesis
latex latex-document latex-examples latex-pdf latex-style latex-template
Last synced: 20 days ago
JSON representation
PhD Thesis
- Host: GitHub
- URL: https://github.com/razielar/razielar-phd-thesis
- Owner: razielar
- Created: 2021-06-14T13:15:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T18:36:29.000Z (over 2 years ago)
- Last Synced: 2024-11-15T15:49:32.938Z (3 months ago)
- Topics: latex, latex-document, latex-examples, latex-pdf, latex-style, latex-template
- Language: TeX
- Homepage: https://razielar.github.io/razielar-phd-thesis/
- Size: 58.7 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raziel Amador Rios PhD Thesis
This repository contains my PhD thesis, which can be used as a template for other thesis.
## 1) Requirements
Assumming you're using a debian/linux OS system you need to install `LaTEX` and `biber` (for bibliography):
* LaTEX:
``` bash
sudo apt install texlive-latex-extra
```
* biber:
``` bash
sudo apt install texlive-bibtex-extra biber
```
## 2) Compile the Thesis
To compile the file you need to do the following:
```{bash}
git clone https://github.com/razielar/razielar-phd-thesis.git
cd thesis
./buildThesis.sh```
The bash-script will generate the **pdf.output** directory with the Thesis compliled.