Force aux dir to equal build dir for Codium
This commit is contained in:
parent
84eea8e2f9
commit
77090835ed
|
@ -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{}';
|
||||
$pre_tex_code = '\newcommand*\GermanTranslation{}';
|
||||
|
|
Loading…
Reference in New Issue