Skip to content

Commit

Permalink
add latexmkrc
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed Oct 8, 2016
1 parent d7f4390 commit 92ab7e6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions latexmkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# uncomment the # before $ to enable PDF update automatically
# see man latexmk for more info

## Usage
# latexmk -xelatex -gg -silent -pvc

## Mac OS X - Skim
$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"';
$pdf_update_method = 4;
$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"';

## GNU/Linux - Evince

## Windows - Sumatra

0 comments on commit 92ab7e6

Please sign in to comment.