General ⇒ Internal \href?
-
- Posts: 50
- Joined: Sat May 23, 2009 10:13 pm
Internal \href?
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
Internal \href?
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