Set zathura as a default viewer while using latexmk

215 views Asked by At

$ latexmk -pvc

When I use the above command, it open using XDvi. How to set zathura as a default viewer while using latexmk?

1

There are 1 answers

0
Baltasar del Sol de Haro On

In macOs/Linux add:

$pdf_previewer = 'zathura';
$pdf_update_method = 2

to .conf/latexmk/latexmkrc and

set filemonitor "signal"

to .config/zathura/zathurarc.