Archived
1
0
Fork 0

latexmkrc: Switch default PDF viewer to zathura

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2022-12-26 21:12:04 +01:00
parent b2c178f263
commit 2d68111eca
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -1,3 +1,3 @@
$pdf_previewer = 'okular'; $pdf_previewer = 'zathura';
$latex = 'latex -interaction=nonstopmode'; $latex = 'latex -interaction=nonstopmode';
$pdflatex = 'pdflatex -interaction=nonstopmode'; $pdflatex = 'pdflatex -interaction=nonstopmode';