Last active
December 2, 2019 03:50
-
-
Save maruta/3ca699d9f3f4bd951cf9 to your computer and use it in GitHub Desktop.
my latexmkrc for English document (windows)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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