From 92834b524edab0fe7ee9e5cfedc27b0c3afe5f65 Mon Sep 17 00:00:00 2001 From: teridax Date: Fri, 15 Sep 2023 16:13:18 +0200 Subject: [PATCH] added dependencies to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b31298f..49abe47 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file