Search found 2 matches

by texja
Fri Aug 12, 2011 11:29 am
Forum: General
Topic: hyperref | Non-related Object linked when using dvipdfmx
Replies: 2
Views: 1707

Re: hyperref | Non-related Object linked when using dvipdfmx

Thank you for your advice.
I asked the maintainer of hyperref package. I'll report the result in this board when he replys my mail.
by texja
Sun Aug 07, 2011 6:21 am
Forum: General
Topic: hyperref | Non-related Object linked when using dvipdfmx
Replies: 2
Views: 1707

hyperref | Non-related Object linked when using dvipdfmx

Hello!
I’d like to ask you about a problem of hyperref with dvipdfmx.
The problem is that hyperlink may involve non-related object.
There’s a source code to show this problem.

\documentclass{article}
\usepackage[dvipdfmx]{hyperref}

\begin{document}

\begin{equation}
x=y \label{eq1}
\end ...