Skip to content

Commit

Permalink
💻 Add .bib extension to filename when using addbibresource
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Apr 12, 2018
1 parent 2f473eb commit f0f8f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Preamble/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f0f8f71

Please sign in to comment.