Template_These_MathSTIC/thesis_report.code-workspace
2022-12-02 19:18:41 +01:00

52 lines
1.4 KiB
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"ltex.language": "en-US",
// If you want to use an external viewer, uncomment the next line
// "latex-workshop.view.pdf.viewer": "external",
"latex-workshop.latex.tools": [
{
"name": "latexmk",
"command": "latexmk",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-shell-escape",
"-pdf",
"-pdflatex=lualatex %O %S",
"-outdir=%OUTDIR%",
"%DOC%"
],
"env": {}
}
],
// "latex-workshop.view.pdf.external.viewer.command": "okular",
// "latex-workshop.view.pdf.external.viewer.command": "evince",
// "latex-workshop.view.pdf.external.viewer.command": "zathura",
// "latex-workshop.view.pdf.external.viewer.args": [
// "--synctex-editor-command",
// "code --no-sandbox -r -g \"%{input}:%{line}\"",
// "%PDF%"
// ],
// "latex-workshop.view.pdf.external.synctex.command": "zathura",
// "latex-workshop.view.pdf.external.synctex.args": [
// "--synctex-forward=%LINE%:0:%TEX%",
// "%PDF%"
// ],
// "on-File-Change" or "ne-ver"
"latex-workshop.latex.autoBuild.run": "onFileChange",
"cSpell.language": "en,fr",
"latex-workshop.message.latexlog.exclude": [
"(hyperref)*acr*",
"Font shape `U/stmry/b/n' undefined",
"Font shape `TU/.*/m/sc' undefined"
],
"latex-workshop.intellisense.citation.backend": "biblatex"
}
}