General ⇒ Internal \href?
-
- Posts: 50
- Joined: Sat May 23, 2009 10:13 pm
Internal \href?
Is there some way to type an abbreviation and link it within the same pdf in a manner similar to a combination of \href and \ref? I mean: it behaves as \ref when clicked, but has no associated, visible number.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Internal \href?
Hi there,
It's funny, I was just searching the web, three minutes ago for the exact same question. I believe, you are looking for the \hyperref fucnction. It make reference to your \label, but you can associate any name to it. Here's how it works:
Hope this is what you are looking for???
Cheer
It's funny, I was just searching the web, three minutes ago for the exact same question. I believe, you are looking for the \hyperref fucnction. It make reference to your \label, but you can associate any name to it. Here's how it works:
Code: Select all
\label{equation:something_in_my_document}
text, and text, and a bit further I would like to make a reference to my~\hyperref[equation:something_in_my_document]{the equation I talked about earlier}
Cheer
-
- Posts: 50
- Joined: Sat May 23, 2009 10:13 pm