added dependencies to readme
This commit is contained in:
parent
c4d343c8d0
commit
92834b524e
|
@ -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)
|
Reference in New Issue