[rc] add rc.org for centralized literate configs
[~bandali/configs] / latexmk / .latexmkrc
1 $pdf_previewer = "start 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';