diff options
author | Nao Pross <naopross@thearcway.org> | 2020-05-25 10:28:19 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2020-05-25 10:28:19 +0200 |
commit | dea91d551069cb40bc24813a8ed7a372019c2eb5 (patch) | |
tree | 49492ca8722015eabdaff253851ff2a98a9656bf | |
parent | Merge branch 'master' of github.com:HSR-Stud/An2E_2020 (diff) | |
download | An2E-dea91d551069cb40bc24813a8ed7a372019c2eb5.tar.gz An2E-dea91d551069cb40bc24813a8ed7a372019c2eb5.zip |
add latexmkrc
-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'; |