Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bgmp/thesis
My Thesis, written in TeX
https://github.com/bgmp/thesis
latex latex-thesis re-volt rva rvgl spanish tex ubb
Last synced: 28 days ago
JSON representation
My Thesis, written in TeX
- Host: GitHub
- URL: https://github.com/bgmp/thesis
- Owner: BGMP
- Created: 2023-10-07T04:08:45.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-07T16:37:07.000Z (7 months ago)
- Last Synced: 2024-10-07T20:11:12.042Z (about 1 month ago)
- Topics: latex, latex-thesis, re-volt, rva, rvgl, spanish, tex, ubb
- Language: TeX
- Homepage:
- Size: 120 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Thesis
My thesis, written in TeX.## Compiling
Run the following command from command line, or configure you TeX editor to compile with it:Windows
```bash
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape %.tex
```Linux & MacOS
```bash
pdflatex -synctex=1 -interaction=nonstopmode -shell-escape %.tex
```## Dependencies
The `minted` package was used for code highlighting. This package depends on
`pygments`, which you will have to install via python.- [Python 3.8 or above](https://www.python.org/downloads/)
- Python modules:
- pygments