fix: compilation

This commit is contained in:
2025-12-12 21:23:46 +01:00
parent bf045059f8
commit b0a637b294
4 changed files with 5 additions and 5 deletions

View File

@@ -23,8 +23,9 @@ pdf: $(BUILDDIR)
@echo "Concatenating source code..." @echo "Concatenating source code..."
@bash paper/concat_code.sh @bash paper/concat_code.sh
@cd $(SRCDIR) && \ @cd $(SRCDIR) && \
$(LATEXMK) -pdf -jobname=$(JOBNAME) \ $(LATEXMK) -pdf -jobname=$(JOBNAME) -f \
-interaction=nonstopmode -file-line-error \ -interaction=nonstopmode -file-line-error \
-r ../.latexmkrc \
-outdir=../$(BUILDDIR) $(TEX) -outdir=../$(BUILDDIR) $(TEX)
watch: $(BUILDDIR) watch: $(BUILDDIR)

View File

@@ -1,8 +1,6 @@
$pdf_mode = 1; $pdf_mode = 1;
$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode -file-line-error %O %S'; $pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode -file-line-error %O %S';
$aux_dir = 'build'; $bibtex_use = 2; # run bibtex when needed
$out_dir = 'build';
$use_biber = 0; # force bibtex
$bibtex = 'bibtex %O %B'; $bibtex = 'bibtex %O %B';
$pdf_previewer = 'zathura %O %S'; $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'; $clean_ext = 'synctex.gz bbl bcf run.xml fls fdb_latexmk glg glo gls ist blg lof lot out toc';

View File

@@ -22,3 +22,4 @@
(TeX-add-symbols (TeX-add-symbols
'("footnotetextcopyrightpermission" 1))) '("footnotetextcopyrightpermission" 1)))
:latex) :latex)

View File

@@ -1,6 +1,6 @@
@techReport{Imperva2025, @techReport{Imperva2025,
author = {Imperva}, 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} year = {2025}
} }