Re: hyperref, powersem, hyperlinks problem

Heiko Oberdiek <[email protected]> Sat, 4 Dec 2004 00:17:05 +0100
Newsgroups gmane.comp.tex.fptex
Message-ID <[email protected]>
On Fri, Dec 03, 2004 at 03:43:44PM -0600, Luis A Escobar wrote:

> I am having a problem when using \documentclass{powersem} and the
> hyperref package.
> 
> I though that \pageref will create a cross-reference that I could use
> as a hyperlink. Then I could jump from the cross-reference to the
> slide that is being referenced.

hyperref uses the last anchor setting, eg. by \refstepcounter.
But there is nothing here. Thus add an anchor by \phantomsection
before \label.

Yours sincerely
  Heiko <[email protected]>
--