Initial template

This commit is contained in:
2022-04-28 17:43:10 +02:00
commit 15497619dd
10 changed files with 1141 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
## Use document in Kile
The option `-shell-escape` has to be appended to the PDFLatex command line. As of writing this note, the live preview does not work even after adding the option in the `kilerc` file.
~~Update:
Don't use the package `minted` that comes with the template. Instead use the one from the package manager. Then also the LivePreview works together with the `-shell-escape` command. The option `[cache=false]` is not required.~~