X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/44b93a2077e666cd1c437ab513a7d2160d750d11..ec80f07afe6f0985de1aff4d321292c93b3cb4ef:/.latexmkrc diff --git a/.latexmkrc b/.latexmkrc new file mode 100644 index 0000000..3731a88 --- /dev/null +++ b/.latexmkrc @@ -0,0 +1,11 @@ +$pdf_previewer = "start zathura %O %S"; +$clean_ext = "aux out"; + +# $pdf_update_method = 4; +# $pdf_update_command = "zathura %O %S"; + +# Synctex allows one to jump to from the PDF in Zathura to the source in Emacs +# by Ctrl+click in the PDF. +# Tell latexmk to use Zathura as a previewer, and run emacsclient as the Synctex +# editor. +# $pdf_previewer = 'exec zathura --synctex-forward -x \'emacsclient --no-wait +%{line} %{input}\' %O %S';