Force aux dir to equal build dir for Codium
This commit is contained in:
parent
84eea8e2f9
commit
77090835ed
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue