Protocol spec: silence useless warnings on first latex run.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2019-06-18 22:34:04 +01:00
parent 6e3ff4364e
commit 2766855113
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
LATEXMK=latexmk --halt-on-error -bibtex -pdf LATEXMK=latexmk --halt-on-error -bibtex -pdf -logfilewarnings-
LATEX=pdflatex --halt-on-error LATEX=pdflatex --halt-on-error
# extractpdfmark is needed to produce optimized PDFs that preserve "named destinations" # extractpdfmark is needed to produce optimized PDFs that preserve "named destinations"

View File

@ -45,6 +45,10 @@
\usepackage[style=alphabetic,maxbibnames=99,dateabbrev=false,urldate=edtf,seconds=true, \usepackage[style=alphabetic,maxbibnames=99,dateabbrev=false,urldate=edtf,seconds=true,
backref=true,backrefstyle=none,backend=biber]{biblatex} backref=true,backrefstyle=none,backend=biber]{biblatex}
\addbibresource{zcash.bib} \addbibresource{zcash.bib}
\usepackage{silence}
\WarningFilter{latex}{Reference}
\WarningFilter{latex}{Citation}
\WarningFilter{latex}{Hyper reference}
% Fonts % Fonts
\usepackage{lmodern} \usepackage{lmodern}