remove the function which should remove the references header

the reason is that it isn't working with the sorted bibliography
This commit is contained in:
Andreas Zweili 2017-03-06 08:07:19 +01:00
parent 85b5074038
commit 1cb10d2369
2 changed files with 0 additions and 4 deletions

BIN
main.pdf

Binary file not shown.

View File

@ -84,9 +84,5 @@ headsep=1em
% Reference a Bibtext item
\RequirePackage{cite}
% remove the the bibliography header
\RequirePackage{etoolbox}
\patchcmd{\thebibliography}{\section*{\refname}}{}{}{}
%sort the bibliography by appearance
\RequirePackage[numbers,sort&compress]{natbib}