summaryrefslogtreecommitdiffstats
path: root/latexmk
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2017-04-26 21:08:01 -0400
committerAmin Bandali <amin@aminb.org>2017-04-26 21:08:01 -0400
commit63566c21b2e873091d0eed994bfbd501db4629f7 (patch)
tree6e381d329ac82816b2d2efb01c3fbadfd2b84905 /latexmk
parentde501b14021092d73575dde7229252c0ee2666d0 (diff)
downloadconfigs-63566c21b2e873091d0eed994bfbd501db4629f7.tar.gz
configs-63566c21b2e873091d0eed994bfbd501db4629f7.tar.xz
configs-63566c21b2e873091d0eed994bfbd501db4629f7.zip
Add .latexmkrc
Diffstat (limited to '')
-rw-r--r--latexmk/.latexmkrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/latexmk/.latexmkrc b/latexmk/.latexmkrc
new file mode 100644
index 0000000..fba0b29
--- /dev/null
+++ b/latexmk/.latexmkrc
@@ -0,0 +1,10 @@
+$pdf_previewer = "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';