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