Files
bachelor-thesis/README.md
2022-04-28 17:55:25 +02:00

5 lines
445 B
Markdown

## 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.~~