added dependencies to readme

This commit is contained in:
Sven Vogel 2023-09-15 16:13:18 +02:00
parent c4d343c8d0
commit 92834b524e
1 changed files with 7 additions and 0 deletions

View File

@ -21,3 +21,10 @@ Acronyms are defined in the file `acros.tex`. Likewise, glossaries are all defin
## Build
The project is intended to be build by TexLive through the use of latexmk. This is why there is a custom `.latexmkrc` file specified to keep the build process clean.
## Dependencies
This project requires the following:
- TexLive
- latexmk (often packaged with TexLive full-scheme)
- python
- pygments (python package for minted)