parent
0529b0908f
commit
a2b4f5efb4
|
|
@ -30,7 +30,18 @@
|
||||||
"-synctex=1",
|
"-synctex=1",
|
||||||
"-interaction=nonstopmode",
|
"-interaction=nonstopmode",
|
||||||
"-file-line-error",
|
"-file-line-error",
|
||||||
"%DOC%"
|
"%DOCFILE%"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "makeindex",
|
||||||
|
"command": "makeindex",
|
||||||
|
"args": [
|
||||||
|
"%DOCFILE%.nlo",
|
||||||
|
"-s",
|
||||||
|
"nomencl.ist",
|
||||||
|
"-o",
|
||||||
|
"%DOCFILE%.nls"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -55,6 +66,16 @@
|
||||||
"xelatex"
|
"xelatex"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "xe->mkind->bib->xe*2",
|
||||||
|
"tools": [
|
||||||
|
"xelatex",
|
||||||
|
"makeindex",
|
||||||
|
"biber",
|
||||||
|
"xelatex",
|
||||||
|
"xelatex"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "xe->bib->xe->xe",
|
"name": "xe->bib->xe->xe",
|
||||||
"tools": [
|
"tools": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue