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:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user