[pdftex] Problem with cite package

Eugene Shirykalov eugene at darim.ru
Tue Jul 29 19:27:45 CEST 2003


Dear All,
 
Here is a short example with cite package which is working correctly under LaTeX, but produces wrong output under pdfLaTeX with hyperref. Correct output conains citation in the following form: [1-3], but pdf output contains [1,2,3]. Is there any way to correct this? I use pdfTeX 3.14159-1.10a from MikTeX 2.2 distribution and hyperref v6.72y (2002/09/12).
 
-----------------------------------------------------
\documentclass{article}
\usepackage[pdftex]{hyperref}
\usepackage{cite}
 
\begin{document}
Three cites for test \cite{ct1,ct2,ct3}.
 
\begin{thebibliography}{99}
\bibitem{ct1} First document
\bibitem{ct2} Second document
\bibitem{ct3} Third document
\end{thebibliography}
\end{document}
______________________________
 
 
Eugene Shirykalov


More information about the pdftex mailing list