Skip to content

Commit

Permalink
Add dot-latexmkrc configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
James K. Glasbrenner committed Aug 4, 2017
1 parent 242f9a2 commit 2a27075
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions latex/dot-latexmkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
push @extra_pdflatex_options, '-synctex=1' ;
push @extra_pdflatex_options, '-interaction nonstopmode' ;
push @extra_pdflatex_options, '-shell-escape' ;
$pdf_mode=1;

0 comments on commit 2a27075

Please sign in to comment.