Skip to content

Instantly share code, notes, and snippets.

@ksmzn
Created October 28, 2014 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksmzn/001fd055c466b6606290 to your computer and use it in GitHub Desktop.
Save ksmzn/001fd055c466b6606290 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
$latex = 'platex -synctex=1 %O %S';
$bibtex = 'pbibtex %O %B';
$dvipdf = 'dvipdfmx %O %S';
$pdf_mode = 3; # use dvipdf
$pdf_update_command = 'open -a Preview %S';
# Skim.appで開く場合は下のように書く
#$pdf_update_command = 'open -ga /Applications/Skim.app';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment