Skip to content

Commit

Permalink
Update matter.tex to remove processing of rfc.bib
Browse files Browse the repository at this point in the history
The file is long and increases the time required to compile the document, which is an issue if students are using overleaf.
  • Loading branch information
jpbarraca committed Jan 24, 2024
1 parent c59d744 commit 806a249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 806a249

Please sign in to comment.