1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-04-27 08:11:37 +02:00

Nvim: Knap now uses shell-escape which works better for some compiled data (for example svg)

This commit is contained in:
2026-04-26 06:35:16 +02:00
parent 6cbc979c4d
commit 30196f3653
2 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ vipercmd="carbon" #"silicon"
cd "$dir" || exit
textype() { \
command="pdflatex"
command="pdflatex --shell-escape"
( sed 5q "$file" | grep -i -q 'xelatex' ) && command="xelatex"
$command --output-directory="$dir" "$base" &&
grep -i addbibresource "$file" >/dev/null &&