diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | latexmkrc | 8 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,4 @@ +b # Created by https://www.gitignore.io/api/vim,tex,linux,macos,windows # Edit at https://www.gitignore.io/?templates=vim,tex,linux,macos,windows diff --git a/latexmkrc b/latexmkrc new file mode 100644 index 0000000..67ddd27 --- /dev/null +++ b/latexmkrc @@ -0,0 +1,8 @@ +@default_files = ('an2e_zf.tex'); +$pdflatex = 'xelatex -synctex=1 -interaction=nonstopmode'; +$pdf_mode = 1; + +$aux_dir = b; +$out_dir = b; + +$pdf_previewer = 'start zathura'; |