1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 09 Nov 2018 23:36:05 +0100
Description: Natbib style is only for non-profit use
Forwarded: not-needed
--- a/tex/bioinfo.cls
+++ b/tex/bioinfo.cls
@@ -824,7 +824,8 @@
\setlength{\itemindent}{-4mm}}\small}
{\end{list}\endgroup}
-\RequirePackage{natbib}
+% Natbib style is only for non-profit use
+%\RequirePackage{natbib}
% **********
% Appendix *
|