summaryrefslogtreecommitdiffstats
path: root/.config/latexmk/latexmkrc
blob: 3731a884e2ded4a3fce3e9a44c49f46131cca273 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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';