diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-10 19:32:09 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-10 19:32:23 -0400 |
commit | 8f75d115fc0ec92467da14716df0b8e9965d1cfb (patch) | |
tree | dd2d7dcbaa8e715249edd06b316e3ea849c29263 /.latexmkrc | |
parent | 2deefd75e867a759013e7eee03ff8e54f6a9783c (diff) | |
download | configs-8f75d115fc0ec92467da14716df0b8e9965d1cfb.tar.gz configs-8f75d115fc0ec92467da14716df0b8e9965d1cfb.tar.xz configs-8f75d115fc0ec92467da14716df0b8e9965d1cfb.zip |
latexmk: move config to $XDG_CONFIG_HOME/latexmk
may need a recent version: https://tex.stackexchange.com/a/123438
Diffstat (limited to '.latexmkrc')
-rw-r--r-- | .latexmkrc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.latexmkrc b/.latexmkrc deleted file mode 100644 index 3731a88..0000000 --- a/.latexmkrc +++ /dev/null @@ -1,11 +0,0 @@ -$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'; |