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