Skip to content

Instantly share code, notes, and snippets.

@maruta
Last active December 2, 2019 03:50
Show Gist options
  • Save maruta/3ca699d9f3f4bd951cf9 to your computer and use it in GitHub Desktop.
Save maruta/3ca699d9f3f4bd951cf9 to your computer and use it in GitHub Desktop.
my latexmkrc for English document (windows)
#!/usr/bin/perl
$pdflatex = 'pdflatex -synctex=1 -src-specials -shell-escape -interaction=nonstopmode -halt-on-error -file-line-error %O %S';
$bibtex = 'bibtex %O %B';
$pdf_mode = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment