From 806a2499b66cecf7510de61253374c75d61ec4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Barraca?= Date: Wed, 24 Jan 2024 13:51:41 +0000 Subject: [PATCH] Update matter.tex to remove processing of rfc.bib The file is long and increases the time required to compile the document, which is an issue if students are using overleaf. --- matter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matter.tex b/matter.tex index 1a43264..80a3ec2 100644 --- a/matter.tex +++ b/matter.tex @@ -118,7 +118,7 @@ % Setup bibliography with Biber using IEEE style for proper UTF-8 support \usepackage[backend=biber, style=ieee, sorting=none, natbib=true, mincitenames=1, maxcitenames=2]{biblatex} -\bibliography{bib/references.bib, bib/rfc.bib} +\bibliography{bib/references.bib} % Use acronyms \usepackage[printonlyused]{acronym} % For acronyms