1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-05-01 10:01:39 +02:00

Compare commits

...

3 Commits

4 changed files with 28 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ Branch
Branch
Branches
Crowd
Cutie
Destruction
Developer
Dictation
@@ -23,6 +24,7 @@ GOAT
Genervtheit
Gestresstheit
Gym
Handwerksunternehmen
Homeserver
Immigrationsgeschichte
Impro
@@ -82,6 +84,8 @@ Xiayun
Zweifelsfall
algenverseucht
aneinandergelehnt
awkward
be
bürgerlicher
bürgerlichere
bürgerlicheren
@@ -93,6 +97,7 @@ fois
gedätscht
gepiekst
geupdatet
gonna
histoire
ira
kinky
@@ -106,8 +111,11 @@ reingeredet
rumgealbert
shiftete
temps
this
to
ultra
warpl
well
will
Ça
ça

View File

@@ -1,3 +1,4 @@
AI
APV
Accuracy
Akallabêth
@@ -6,6 +7,7 @@ An
Anki
Annoyed
ApoRed
Applied
Arrabbiata
Asiahung
Aule
@@ -36,8 +38,11 @@ Color
Combi
Commander
Crusader
DFKI
DFKIs
DPU
Daisy's
Darth
DeepSeek
Dekarldent
Delivery
@@ -51,6 +56,7 @@ Edain
Elodie
Ernsting's
Euphoria
Explainable
Explodes
Eyal
FIDO
@@ -75,6 +81,7 @@ Grixis
Grosshardt
Gump
Guttersnipe
Haarentor
Habenhausen
Hailo
Helldivers
@@ -100,6 +107,7 @@ Karamasov
Keep
Kingdoms
Kluge
KohakuHub
Kratom
Kreyenhop
Kubitschek
@@ -115,6 +123,8 @@ LightDM-GTK-Greeter
LightDM-Mini-Greeter
LilyPond
Line Dance
Lounge
MEVIS
MTG
Maarten
Magic
@@ -125,6 +135,7 @@ Mathis
Matvey
Mauli
Mentos
Meshtastic
Metzener
MiiMii
Mint
@@ -141,6 +152,7 @@ Nim
Nobody
Noel
North
Novruz
Númenor
OFFIS
Oberhausern
@@ -167,6 +179,7 @@ Precision
Precon
Precons
PyEnv
RStudio
Rebowl
Reed
Reeves
@@ -188,6 +201,7 @@ Shinies
Shiny
Skyrim
Snape
Softbrod
SommerAka
SommerAkademie
Souleyman
@@ -195,6 +209,7 @@ SpotiFLAC
Sprave
Stina
Stud.IP
Study
Styropyro
TCAV
Talking
@@ -209,6 +224,7 @@ Umbar
V1del
VIM
Verdener
Wechloy
Weizman
Whisper
Wife

View File

@@ -23,13 +23,14 @@ return {
if engine == "xelatex" then
vim.g.knap_settings.textopdf = "xelatex -synctex=1 -interaction=batchmode %docroot%"
else
vim.g.knap_settings.textopdf = "pdflatex -synctex=1 -interaction=batchmode %docroot%"
vim.g.knap_settings.textopdf = "pdflatex --shell-escape -synctex=1 -interaction=batchmode %docroot%"
end
end
vim.g.knap_settings = {
delay = 100,
texoutputext = "pdf",
textopdf = "pdflatex -synctex=1 -interaction=batchmode %docroot%",
-- textopdf = "pdflatex --shell-escape -synctex=1 -interaction=batchmode %docroot%",
textopdf = "xelatex -synctex=1 -interaction=batchmode %docroot%",
textopdfviewerlaunch = "zathura --synctex-editor-command 'nvim --headless -es --cmd \"lua require('\"'\"'knaphelper'\"'\"').relayjump('\"'\"'%servername%'\"'\"','\"'\"'%{input}'\"'\"',%{line},0)\"' ./%outputfile%",
textopdfviewerrefresh = "reload",
textopdfforwardjump = "zathura --synctex-forward=%line%:%column%:%srcfile% %outputfile%",

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 &&