aboutsummaryrefslogtreecommitdiffstats
path: root/latexmkrc
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2020-10-06 17:38:31 +0200
committerNao Pross <naopross@thearcway.org>2020-10-06 17:38:31 +0200
commit8f9b3b5be58c6f49a1392edcc902d4dd00a8a7a8 (patch)
treecaebb4c8a31162c5d20ff8144bc4ed21ec50dac8 /latexmkrc
parentAdd complex representation of fourier coefficients (diff)
downloadKomFour-master.tar.gz
KomFour-master.zip
Fix small error, add pdfHEADmaster
Diffstat (limited to 'latexmkrc')
-rw-r--r--latexmkrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/latexmkrc b/latexmkrc
index 2b7ff76..813ad8e 100644
--- a/latexmkrc
+++ b/latexmkrc
@@ -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';