Skip to content

Instantly share code, notes, and snippets.

@se4u
Created June 3, 2018 18:40
Show Gist options
  • Save se4u/7d57b31213fde101706b09135f38e3ec to your computer and use it in GitHub Desktop.
Save se4u/7d57b31213fde101706b09135f38e3ec to your computer and use it in GitHub Desktop.
My latex make config file
$pdf_previewer = 'open -a Skim';
$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode ';
$pdf_mode = 1;
## $out_dir = 'build';
@generated_exts = (@generated_exts, 'synctex.gz');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment