From f0f8f7110318a36df092ecbd26e4c035ad0c03cb Mon Sep 17 00:00:00 2001 From: Krishna Kumar <3963513+kks32@users.noreply.github.com> Date: Thu, 12 Apr 2018 08:52:44 -0300 Subject: [PATCH] :computer: Add .bib extension to filename when using addbibresource --- Preamble/preamble.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Preamble/preamble.tex b/Preamble/preamble.tex index aea51ca..26f9f95 100644 --- a/Preamble/preamble.tex +++ b/Preamble/preamble.tex @@ -118,7 +118,7 @@ % If you would like to use biblatex for your reference management, as opposed to the default `natbibpackage` pass the option `custombib` in the document class. Comment out the previous line to make sure you don't load the natbib package. Uncomment the following lines and specify the location of references.bib file %\RequirePackage[backend=biber, style=numeric-comp, citestyle=numeric, sorting=nty, natbib=true]{biblatex} -%\addbibresource{References/references} %Location of references.bib only for biblatex +%\addbibresource{References/references} %Location of references.bib only for biblatex, Do not omit the .bib extension from the filename. \fi