💻 Add .bib extension to filename when using addbibresource

This commit is contained in:
Krishna Kumar 2018-04-12 08:52:44 -03:00
parent 2f473eb77e
commit f0f8f71103

View File

@ -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