Skip to content

Instantly share code, notes, and snippets.

@skychan
Created February 4, 2016 15:44
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 skychan/153b764daf585b308356 to your computer and use it in GitHub Desktop.
Save skychan/153b764daf585b308356 to your computer and use it in GitHub Desktop.
The latexmkrc for mac using xelatex
$pdflatex = "xelatex -synctex=-1 %O %S";
$pdf_mode = 1;
$preview_mode = 1;
$postscript_mode = $dvi_mode = 0;
$pdf_previewer = 'open -a Preview';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment