From 0050153c2f9ec54e8e518e63d61cedf7e1681e28 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 9 Mar 2015 00:13:31 -0400 Subject: use Zathura with AUCTeX in emacs https://bbs.archlinux.org/viewtopic.php?id=189071 --- zathura/.local/bin/zathura-sync.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 zathura/.local/bin/zathura-sync.sh (limited to 'zathura/.local/bin') diff --git a/zathura/.local/bin/zathura-sync.sh b/zathura/.local/bin/zathura-sync.sh new file mode 100755 index 0000000..70aa8c9 --- /dev/null +++ b/zathura/.local/bin/zathura-sync.sh @@ -0,0 +1,7 @@ +#!/bin/sh +pos="$1" +pdffile="$2" +zathura --synctex-forward "$pos" "$pdffile" || \ + ( + zathura -x "emacsclient --eval '(progn (switch-to-buffer (file-name-nondirectory \"%{input}\")) (goto-line %{line}))'" "$pdffile" & + sleep 1; zathura --synctex-forward "$pos" "$pdffile" ) \ No newline at end of file -- cgit v1.2.3-60-g2f50