From 418f122485129306177be727e80b156b2415c8d0 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 17 Oct 2022 17:52:30 +0200 Subject: [PATCH] Feat: add shell escape --- nvim/.latexmkrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.latexmkrc b/nvim/.latexmkrc index 2a1f29e..4faacf4 100644 --- a/nvim/.latexmkrc +++ b/nvim/.latexmkrc @@ -1,2 +1,2 @@ $pdf_mode = 4; -$lualatex='lualatex --interaction=nonstopmode'; +$lualatex='lualatex --interaction=nonstopmode -shell-escape';