mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
fix: compilation
This commit is contained in:
3
Makefile
3
Makefile
@@ -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)
|
||||||
|
|||||||
@@ -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';
|
||||||
|
|||||||
@@ -22,3 +22,4 @@
|
|||||||
(TeX-add-symbols
|
(TeX-add-symbols
|
||||||
'("footnotetextcopyrightpermission" 1)))
|
'("footnotetextcopyrightpermission" 1)))
|
||||||
:latex)
|
:latex)
|
||||||
|
|
||||||
|
|||||||
@@ -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}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user