File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ # uncomment the # before $ to enable PDF update automatically
2
+ # see man latexmk for more info
3
+
4
+ # # Usage
5
+ # latexmk -xelatex -gg -silent -pvc
6
+
7
+ # # Mac OS X - Skim
8
+ $pdf_previewer = ' osascript -e "set theFile to POSIX file \"%S\" as alias" -e "set thePath to POSIX path of theFile" -e "tell application \"Skim\"" -e "open theFile" -e "end tell"' ;
9
+ $pdf_update_method = 4;
10
+ $pdf_update_command = ' osascript -e "set theFile to POSIX file \"%S\" as alias" -e "set thePath to POSIX path of theFile" -e "tell application \"Skim\"" -e "set theDocs to get documents whose path is thePath" -e "try" -e "if (count of theDocs) > 0 then revert theDocs" -e "end try" -e "open theFile" -e "end tell"' ;
11
+
12
+ # # GNU/Linux - Evince
13
+
14
+ # # Windows - Sumatra
You can’t perform that action at this time.
0 commit comments