References
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.



