diff options
author | Amin Bandali <amin@aminb.org> | 2018-03-17 10:13:13 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-03-17 10:13:13 -0400 |
commit | c650ad3754c4226be05c7fc46d20e6e8c46781b5 (patch) | |
tree | 70847ce8ff2bd10bbf5815052413831344d78320 /latexmk | |
parent | 96a687feca263f2aebeb08d5985889414c096f0a (diff) | |
download | configs-c650ad3754c4226be05c7fc46d20e6e8c46781b5.tar.gz configs-c650ad3754c4226be05c7fc46d20e6e8c46781b5.tar.xz configs-c650ad3754c4226be05c7fc46d20e6e8c46781b5.zip |
a few small tweaks
Diffstat (limited to '')
-rw-r--r-- | latexmk/.latexmkrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/latexmk/.latexmkrc b/latexmk/.latexmkrc index fba0b29..c86e34e 100644 --- a/latexmk/.latexmkrc +++ b/latexmk/.latexmkrc @@ -1,4 +1,4 @@ -$pdf_previewer = "zathura %O %S"; +$pdf_previewer = "start okular %O %S"; $clean_ext = "aux out"; #$pdf_update_method = 4; #$pdf_update_command = "zathura %O %S"; |