GeneralInternal \href?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
karlisrepsons
Posts: 50
Joined: Sat May 23, 2009 10:13 pm

Internal \href?

Post by karlisrepsons »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

fatra2
Posts: 126
Joined: Fri May 01, 2009 1:43 pm

Internal \href?

Post by fatra2 »

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:

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}
Hope this is what you are looking for???

Cheer
karlisrepsons
Posts: 50
Joined: Sat May 23, 2009 10:13 pm

Re: Internal \href?

Post by karlisrepsons »

Yes, that one!
http://www.tug.org/applications/hyperref/manual.html
I forgot, its all there!
Post Reply