I have the following:
\documentclass{book}
\usepackage{appendix}
\usepackage[colorlinks=true]{hyperref}
\usepackage[super]{natbib}
\begin{document}
bla~\cite{bla}
\begin{thebibliography}{1}
\bibitem{bla} blabla
\end{thebibliography}
\end{document}
The problem is: when I compile with pdflatex, the citation number is a nice clickable link. When I compile with plain latex (tex->dvi(->ps)->pdf, regardless of the PS step or not), the clickable region of the superscripted link is reduced to what seems like a single-pixel line. Footnotes, though, are created fine and the link actually covers the whole symbol.
Is there any way to have this work with the natbib package? Or force the size of a citation label somehow?
An alternative solution I would accept is to be able to force numeric labels without the natbib package, while using the revtex bst files as explained here. I can use the cite package with the super option, but then I have no numeric labels, and huge monstrosities instead.
hyperrefpackage with the optiondvips? – Mico Jan 29 '15 at 10:49hypdvips– Marco Daniel Jan 30 '15 at 15:45\usepackage{hypdvips}after\usepackage{hyperref}gives me this an undefined command error for\ifBR@enable, even after deleting all temporary files. Was worth a shot though! – rubenvb Jan 30 '15 at 15:56