Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

amsrefs hyperlinks to bibliography are one line off

3 views
Skip to first unread message

Ryan Reich

unread,
Apr 29, 2010, 9:53:58 AM4/29/10
to
In the following example, the link on page 1 jumps to the line just
_below_ the bibilography entry on page 2. Why does it do this? I
have searched the amsrefs.sty code (which is awful going) and the
relevant definition, of \BibLabel, seems to put the anchor where it
should be.

***
\documentclass{article}
\usepackage[colorlinks]{hyperref}
\usepackage[lite]{amsrefs}
\begin{document}
\cite{ref}
\pagebreak
\begin{biblist}
\bib{ref}{article}{
author={author},
title={title},
}
\end{biblist}
\end{document}
***

--
Ryan Reich

0 new messages