How do I link to another section, or subsection of my LaTeX document? What is the conventional format for such links, to write them like [link name], or to do them like webpage hyperlinks?
|
Linking to another section requires some additional markup from your part. The commands to use are:
So, to create a reference to another section in your text, say "see section X.Y on page Z", you write
Note: When you are cross-referencing, make sure to compile multiple times until you no longer get any warnings. |
|||
|
|
It's explained here: http://en.wikibooks.org/wiki/LaTeX/Labels_and_Cross-referencing http://en.wikibooks.org/wiki/LaTeX/Formatting#Typesetting_URLs [Edit] If you want to customize how links look, have a look at hyperref's documentation. |
||||
|
|
|
Yes, in addition to using \label, \ref and \pageref, use the style file hyperref (http://www.ctan.org/pkg/hyperref) |
|||
|
|