diff options
author | Nao Pross <naopross@thearcway.org> | 2020-06-01 21:24:41 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2020-06-01 21:24:41 +0200 |
commit | 877cfaa9827b405424959b7569c877bca95e9976 (patch) | |
tree | 99068642c7cdac25ef24d47261a655c1ea64cf97 | |
parent | Update README and change template (diff) | |
download | KomFour-877cfaa9827b405424959b7569c877bca95e9976.tar.gz KomFour-877cfaa9827b405424959b7569c877bca95e9976.zip |
Add latexmkrc
-rw-r--r-- | latexmkrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/latexmkrc b/latexmkrc new file mode 100644 index 0000000..2b7ff76 --- /dev/null +++ b/latexmkrc @@ -0,0 +1,8 @@ +@default_files = ('komfour_zf.tex'); +$pdflatex = 'xelatex -synctex=1 -interaction=nonstopmode'; +$pdf_mode = 1; + +$aux_dir = b; +$out_dir = b; + +$pdf_previewer = 'start zathura'; |