diff --git a/README.md b/README.md index e4d81bec41749a67cc87e0f5fcddd4037ca449d4..92bae5a524ec2bb3890b7b8173009417e90d00cf 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ The provided Makefile demonstrates how to run a successful build, you might want The Project comes with `latexmk` setting, so you should be able to instantly compile using it. +```shell +latexmk project.tex +``` + # Documentation @@ -124,7 +128,7 @@ used in pretty much every project anyway. - `fontenc` for output encoding, set to T1, if you use non-Latin characters (like Cyrillic, etc.) you need to add that - `lmodern` is a font - `babel` for German typesetting -- `geometry` for margins and stuff, (will probably be removed at some point) +- `geometry` for pagelayout and margins - `scrlayer-scrpage` KOMA package for headers and footers - `scrhack` KOMA package for compatibility with listings - `pgffor` allows for the use of for-loops (internal) @@ -228,7 +232,7 @@ You need to do this if you get errors like this: > ! LaTeX Error: File `HsH-report.cls' not found. -Usually the `latexmkrc` files handles setting this up, but if you have problem or just want more controll, +Usually the `latexmkrc` files handles setting this up, but if you have problems or just want more controll, [here](https://lab.it.hs-hannover.de/qxx-tul-u1/latex-template-hsh/-/snippets/121) are more details. ## Using an _.aux_ directory