From 2ee35e1134753c0184a1c23bc74fd5ae4cf8dbba Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Mon, 18 Oct 2021 17:03:13 +0200 Subject: [PATCH] Updated VScode configuration --- .vscode/settings.json | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7c263ef..1529be7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,8 @@ { - "latex-workshop.latex.recipe.default": "xelatex bibtex", + "latex-workshop.latex.recipe.default": "latexmk (xelatex)", "latex-workshop.latex.autoBuild.run": "never", "latex-workshop.view.pdf.backgroundColor": "#333333", + "latex-workshop.latex.build.forceRecipeUsage": true, "latex-workshop.latex.tools": [ { "name": "xelatex", @@ -37,7 +38,11 @@ "command": "latexmk", "args": [ "-xelatex", + "-synctex=1", + "-file-line-error", "-shell-escape", + "-bibtex", + "-interaction=nonstopmode", //"-outdir=out", "hdrmain.tex" ] @@ -93,19 +98,5 @@ "**/*.ist": true, "**/*.fdb_latexmk": true, "**/*.vrb": true -}, -"grammarly.overrides": [ - { - "files": [ - "**/tex/2-output.tex" - ], - "config": { - "audience": "general", - "dialect": "american", - "domain": "academic", - "emotions": [], - "goals": [] - } } -], } \ No newline at end of file -- 2.30.2