workspace setting
This commit is contained in:
13
.latexmkrc
Normal file
13
.latexmkrc
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
# @default_files = ("main");
|
||||||
|
|
||||||
|
# $pdf_mode = 4;
|
||||||
|
# $lualatex = 'lualatex -shell-escape -interaction=nonstopmode';
|
||||||
|
$pdf_mode = 3;
|
||||||
|
$latex = 'platex --kanji=utf8 -synctex=1 -file-line-error -halt-on-error %O %S';
|
||||||
|
$max_repeat = 4;
|
||||||
|
$bibtex = 'pbibtex';
|
||||||
|
$biber = 'biber --bblencoding=utf8 -u -U --output_safechars %O %S';
|
||||||
|
$dvipdf = 'dvipdfmx %O -o %D %S';
|
||||||
|
$makeindex = 'mendex %O -o %D %S';
|
||||||
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -17,5 +17,7 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"latex-workshop.latex.recipe.default": "lastUsed",
|
||||||
|
"latex-workshop.latex.autoBuild.run": "onSave"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user