- Commit
- b86fff2dff9e1bff6d8e3f8e63fb8ccf15935653
- Parent
- 1d88b43f8c707d9b5097c9cab193cf6b226f2091
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Added information on how to compile the document to the README
Source code for my notes on representations of semisimple Lie algebras and Olivier Mathieu's classification of simple weight modules
Added information on how to compile the document to the README
1 file changed, 13 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | README.md | 13 | 13 | 0 |
diff --git a/README.md b/README.md @@ -1,3 +1,16 @@ # Lie Algebras & their Representations Source code for my undergraduate dissertation. + +Compiling the document requires [LuaTeX](https://luatex.org/). To compile the +document simply run + +```console +latexmk tcc.tex +``` + +or, equivalently, + +```console +make compile +```