summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/gitver/latexmkrc
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/gitver/latexmkrc')
-rw-r--r--macros/latex/contrib/gitver/latexmkrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/macros/latex/contrib/gitver/latexmkrc b/macros/latex/contrib/gitver/latexmkrc
new file mode 100644
index 0000000000..a22b23ddad
--- /dev/null
+++ b/macros/latex/contrib/gitver/latexmkrc
@@ -0,0 +1,8 @@
+# .latexmkrc
+# This file will be read by latexmk when building the documentation
+
+# Run pdflatex with shell escape (for git tagging) and ignore errors
+$pdflatex = 'pdflatex %O -interaction=nonstopmode --shell-escape %S';
+
+# Default to pdf output
+$pdf_mode = 1; \ No newline at end of file