Showing posts with label cite. Show all posts
Showing posts with label cite. Show all posts

Monday, July 16, 2007

Latex hyperref and cite packages

There is a conflict between cite package and hyperref package. Hyperref cannot generate hyper links from the citations generated by cite. Cite package is used to sort and compress numerical citations. Another package natbib can be used alternatively to solve this compatibility issue.

However, when one of the options sort&compress or compress in the \usepackage[]{natbib} command is used, the options backref and pagebackref of hyperref encounter a problem. The compressed references don’t have back hyper links. For example, with [39-43], the reference 40 doesn’t have back reference hyper links. To solve this issue, simply discard compress option and reuse it in the final copy.

One more, cite and natbib cannot stay together ;P.

Chinese version:

Latex 宏包: hyperref 和 cite

http://time360.blogspot.com/2007/09/latex-hyperref-cite.html