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