references
WARNING: Please update your bookmarks! The content of this site has been moved to http://dille.name where it will be updated as needed. This page will remain unchanged.
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} - 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.



