From 47f5781c7d2c23910c7918f668a462445378545c Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Mon, 13 Sep 2021 15:49:00 +0200 Subject: [PATCH] Better integration of tikz? --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index b0b3425..7c263ef 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,6 +37,7 @@ "command": "latexmk", "args": [ "-xelatex", + "-shell-escape", //"-outdir=out", "hdrmain.tex" ] -- 2.30.2