summaryrefslogtreecommitdiffstats
path: root/.config/latexmk
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2025-03-02 16:51:52 +0100
committerLuke Smith <luke@lukesmith.xyz>2025-03-02 16:51:52 +0100
commit2ca3f80dd3e5c356c279c6088a29ae8751b4e4f7 (patch)
tree4807b53a81eea467c67ff24af11dc5e70ebaa172 /.config/latexmk
parent15071db7fae30e1fa52851b8ebb772fc913b4780 (diff)
parentf1c74050126755ca07299ed3438eccac3613812b (diff)
downloadeibhear-2ca3f80dd3e5c356c279c6088a29ae8751b4e4f7.tar.gz
eibhear-2ca3f80dd3e5c356c279c6088a29ae8751b4e4f7.tar.zst
eibhear-2ca3f80dd3e5c356c279c6088a29ae8751b4e4f7.zip
Merge branch 'feat/latexmk' of github.com:aartoni/dotfiles into aartoni-feat/latexmk
Diffstat (limited to '.config/latexmk')
-rw-r--r--.config/latexmk/latexmkrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/latexmk/latexmkrc b/.config/latexmk/latexmkrc
new file mode 100644
index 0000000..b658c5f
--- /dev/null
+++ b/.config/latexmk/latexmkrc
@@ -0,0 +1,10 @@
+$bibtex_use = 1.5;
+$cleanup_includes_cusdep_generated = 1;
+$cleanup_includes_generated = 1;
+$out_dir = "out";
+$pdf_mode = 5;
+$silent = 1;
+
+# SyncTeX
+push(@generated_exts, ("synctex.*"));
+push(@extra_xelatex_options, '-synctex=1') ;