diff options
author | Karl Hallsby <karl@hallsby.com> | 2022-06-04 00:40:39 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2022-06-04 00:51:43 -0500 |
commit | 4e6ffe949485282147e34d85909cf180227374a4 (patch) | |
tree | 4ffc15eb2366c9b39e1545d4cde2afa8c2dc4b48 /.latexmkrc | |
parent | a77af6d1cbfade41129b6578a7e3ce779eadd475 (diff) |
Add .latexmkrc file so latexmk can compile my resume properly
Diffstat (limited to '.latexmkrc')
-rw-r--r-- | .latexmkrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ $pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode'; $pdf_mode = 1; # tex -> pdf with pdflatex @default_files = ('Hallsby_Karl.tex'); +$clean_ext = 'acn acr alg aux bbl bcf blg brf fdb_latexmk fls glg glo gls glslabels idx ilg ind ist lof log lot out rel run.xml synctex.gz xdy';
\ No newline at end of file |