summaryrefslogtreecommitdiffstats
path: root/.config/latexmk/latexmkrc
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-10-06 00:14:12 -0400
committerAmin Bandali <bandali@gnu.org>2020-10-06 00:14:12 -0400
commitca3a844af240ca87882522d14b530e0f1a6327ef (patch)
treeb01f2630bf8e9af96d9dd40d8e19540544dd6b71 /.config/latexmk/latexmkrc
parentd7dee82420a04e5c92e5b5ad316e14a49bd4d689 (diff)
downloadconfigs-ca3a844af240ca87882522d14b530e0f1a6327ef.tar.gz
configs-ca3a844af240ca87882522d14b530e0f1a6327ef.tar.xz
configs-ca3a844af240ca87882522d14b530e0f1a6327ef.zip
Move user-level configs out of rc.org
I will keep rc.org around for now, only for system-level (global) config files.
Diffstat (limited to '.config/latexmk/latexmkrc')
-rw-r--r--.config/latexmk/latexmkrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/latexmk/latexmkrc b/.config/latexmk/latexmkrc
new file mode 100644
index 0000000..3731a88
--- /dev/null
+++ b/.config/latexmk/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';