Analysis tool
This commit is contained in:
23
README.md
23
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user