28
loading...
This website collects cookies to deliver better user experience
Cross referencing is dynamic in LaTeX, this means, the reference actualizes itself automatically, you do not need to be worrying about it
\label{myLabel}
ch:
Chaptersec:
Section subsec:
Subsectionsubsubsec:
Subsubsectionfig:
Figuretbl:
Table\label{ch: First}
\label{fig: White}
\label{something}
command and we can refer to everything, butWhere can I put the label
command?
section
, subsection
, subsubsection
can be after the command or below
\section{My Section}
\label{sec: My Section}
or
\section{My Section}\label{sec: My Section}
@latexteada
28