cvpr-org/author-kit

The `cite' package should not be used with natbib

tmensink opened this issue · 1 comments

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?

cr333 commented

It is safe to comment out the cite package.

In fact, we removed already removed it in #8.