Browse Source

Add latexmkrc

Samuel W. Flint 4 years ago
parent
commit
88b3c8d0b3
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .latexmkrc

+ 10 - 0
.latexmkrc

@@ -0,0 +1,10 @@
+# -*- cperl -*-
+
+sub eps2pdf {
+   system("epstopdf --hires $_[0].eps"); 
+}
+add_cus_dep("eps", "pdf", 0, "eps2pdf");
+
+$pdf_previewer = "start xdg-open %S";
+
+set_tex_cmds(' -shell-escape -synctex=1 %O %S');