dotfiles/latexmk/latexmkrc

3 lines
88 B
Plaintext
Raw Normal View History

2022-01-18 01:25:46 -05:00
$pdf_previewer = "zathura %O %S";
2024-11-14 03:41:41 -05:00
$pdflatex = "xelatex -synctex=1 -shell-escape %O %S";