diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | an2e_zf.pdf | bin | 117336 -> 0 bytes | |||
-rw-r--r-- | build/an2e_zf.pdf | bin | 0 -> 119935 bytes | |||
-rw-r--r-- | latexmkrc | 4 |
4 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,5 @@ -b +build/* +!build/an2e_zf.pdf # 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/an2e_zf.pdf b/an2e_zf.pdf Binary files differdeleted file mode 100644 index 62f3b7b..0000000 --- a/an2e_zf.pdf +++ /dev/null diff --git a/build/an2e_zf.pdf b/build/an2e_zf.pdf Binary files differnew file mode 100644 index 0000000..9e8d34a --- /dev/null +++ b/build/an2e_zf.pdf @@ -2,7 +2,7 @@ $pdflatex = 'xelatex -synctex=1 -interaction=nonstopmode'; $pdf_mode = 1; -$aux_dir = b; -$out_dir = b; +$aux_dir = 'build'; +$out_dir = 'build'; $pdf_previewer = 'start zathura'; |