From b0a637b294f546fe85017831bee0a9817862fecf Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Fri, 12 Dec 2025 21:23:46 +0100 Subject: [PATCH] fix: compilation --- Makefile | 3 ++- paper/.latexmkrc | 4 +--- paper/src/auto/main.el | 1 + paper/src/bib/references.bib | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d4fd961..7bf06aa 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,9 @@ pdf: $(BUILDDIR) @echo "Concatenating source code..." @bash paper/concat_code.sh @cd $(SRCDIR) && \ - $(LATEXMK) -pdf -jobname=$(JOBNAME) \ + $(LATEXMK) -pdf -jobname=$(JOBNAME) -f \ -interaction=nonstopmode -file-line-error \ + -r ../.latexmkrc \ -outdir=../$(BUILDDIR) $(TEX) watch: $(BUILDDIR) diff --git a/paper/.latexmkrc b/paper/.latexmkrc index d614114..38c50d1 100644 --- a/paper/.latexmkrc +++ b/paper/.latexmkrc @@ -1,8 +1,6 @@ $pdf_mode = 1; $pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode -file-line-error %O %S'; -$aux_dir = 'build'; -$out_dir = 'build'; -$use_biber = 0; # force bibtex +$bibtex_use = 2; # run bibtex when needed $bibtex = 'bibtex %O %B'; $pdf_previewer = 'zathura %O %S'; $clean_ext = 'synctex.gz bbl bcf run.xml fls fdb_latexmk glg glo gls ist blg lof lot out toc'; diff --git a/paper/src/auto/main.el b/paper/src/auto/main.el index 86386e4..3e186b1 100644 --- a/paper/src/auto/main.el +++ b/paper/src/auto/main.el @@ -22,3 +22,4 @@ (TeX-add-symbols '("footnotetextcopyrightpermission" 1))) :latex) + diff --git a/paper/src/bib/references.bib b/paper/src/bib/references.bib index 2f66d41..963fb4c 100644 --- a/paper/src/bib/references.bib +++ b/paper/src/bib/references.bib @@ -1,6 +1,6 @@ @techReport{Imperva2025, author = {Imperva}, - title = {The Rapid Rise of Bots and the Unseen Risk for Business #2025BADBOTREPORT}, + title = {The Rapid Rise of Bots and the Unseen Risk for Business \#2025BADBOTREPORT}, year = {2025} }