projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de501b1
)
Add .latexmkrc
author
Amin Bandali
<amin@aminb.org>
Thu, 27 Apr 2017 01:08:01 +0000
(21:08 -0400)
committer
Amin Bandali
<amin@aminb.org>
Thu, 27 Apr 2017 01:08:01 +0000
(21:08 -0400)
latexmk/.latexmkrc
[new file with mode: 0644]
patch
|
blob
diff --git a/latexmk/.latexmkrc
b/latexmk/.latexmkrc
new file mode 100644
(file)
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';