Analysis tool

This commit is contained in:
2022-05-09 17:58:25 +02:00
parent 15497619dd
commit c11f09ebe2
9 changed files with 368 additions and 229 deletions

View File

@@ -2,4 +2,25 @@
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.~~
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.~~
### Nomenclature
https://tex.stackexchange.com/a/96596
```
Using kile, I have configured the QuikBuild command as follows:
go to: Settings -> Configure Kile... -> Build
create a new tool:
Name: "MakeIndexNomencl"
Command: makeindex
Options: '%S.nlo' -s nomencl.ist -o '%S.nls'
add MakeIndexNomencl and a second PDFLaTeX to the QuickBuild tool:
PDFLaTeX
MakeIndexNomencl
PDFLaTeX
```