dotfiles/.latexmkrc

9 lines
201 B
Plaintext
Raw Normal View History

2018-05-28 23:32:43 +00:00
# -*-: mode perl -*-
# vi: set ft=perl :
$pdflatex = 'lualatex -interaction=nonstopmode -file-line-error -shell-escape -synctex=1 %O %S';
$bibtex = 'biber -u -U';
$pdf_previewer = '';
$pdf_mode = 1;