The `cite' package should not be used with natbib
tmensink opened this issue · 1 comments
tmensink commented
In the current cvpr.sty file, both the cite
aswell as the natbib
package are loaded:
\RequirePackage{cite} % Automatically ordered citations
\RequirePackage[numbers,sort&compress]{natbib}
That yields a Latex error / warning:
Package natbib Warning: The 'cite' package should not be used with natbib. Use option 'sort' instead.
Is it safe to comment out the cite
package?