- Commit
- a05908f160f418ea797ffd5b11f50e28c0428984
- Parent
- 1d97a3d7260a324cbc6abf852394673c9e9efd23
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Added further compilation instructions to the README
Source code for my notes on representations of semisimple Lie algebras and Olivier Mathieu's classification of simple weight modules
Added further compilation instructions to the README
1 files changed, 1 insertions, 1 deletions
Status | Name | Changes | Insertions | Deletions |
Modified | README.md | 2 files changed | 1 | 1 |
diff --git a/README.md b/README.md @@ -6,7 +6,7 @@ Compiling the document requires [LuaTeX](https://luatex.org/). To compile the document simply run ```console -latexmk tcc.tex +latexmk -lualatex tcc.tex ``` or, equivalently,