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..."
@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)

View File

@@ -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';

View File

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

View File

@@ -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}
}