References
Published on 30 Nov 2007Tags #LaTeX
References allow you to refer to arbitrary positions inside your document.
Creating labels:
\label{blarg}
Inserting the section number:
\ref{blarg}
Inserting the page number:
\pageref{blarg}
References
Referring to figures is referring to captions:
\caption{CAPTION}
\label{LABEL}
See Captions on where to place a caption.
NOTE: The order of the commands above is crucial.