config files

This commit is contained in:
2026-01-24 21:31:34 +01:00
parent 563372c331
commit 7ea1830cda
2 changed files with 6 additions and 0 deletions

4
.biber.conf Normal file
View File

@@ -0,0 +1,4 @@
<config>
<output_directory>out</output_directory>
<input_directory>out</input_directory>
</config>

View File

@@ -1,2 +1,4 @@
$out_dir = "out";
$pdf_mode = 4; # lualatex
$bibtex_use = 2; # biber
$clean_ext .= ' %R.run.xml %R.bbl %R.bcf %R-blx.bib';