diff --git a/.latexmkrc b/.latexmkrc index 6334f61..a61a8a8 100644 --- a/.latexmkrc +++ b/.latexmkrc @@ -2,7 +2,8 @@ $jobname = 'manuale-italiano'; $pdf_mode = 5; $xelatex = 'xelatex -synctex=1 %O %P'; +$aux_dir = 'build'; $out_dir = 'build'; $pdf_previewer = 'xdg-open'; -$pre_tex_code = '\newcommand*\GermanTranslation{}'; \ No newline at end of file +$pre_tex_code = '\newcommand*\GermanTranslation{}';