Commit | Line | Data |
---|---|---|
63566c21 AB |
1 | $pdf_previewer = "zathura %O %S"; |
2 | $clean_ext = "aux out"; | |
3 | #$pdf_update_method = 4; | |
4 | #$pdf_update_command = "zathura %O %S"; | |
5 | ||
6 | # Synctex allows one to jump to from the PDF in Zathura to the source in Emacs | |
7 | # by Ctrl+click in the PDF. | |
8 | # Tell latexmk to use Zathura as a previewer, and run emacsclient as the Synctex | |
9 | # editor. | |
10 | # $pdf_previewer = 'exec zathura --synctex-forward -x \'emacsclient --no-wait +%{line} %{input}\' %O %S'; |