[vox-tech] refering to a subsubsection in latex (article document class)

Dylan Beaudette dylan.beaudette at gmail.com
Tue Aug 28 15:41:28 PDT 2007


Fantastic. Thanks Aaron, that did the trick.

Cheers,

Dylan


On Tuesday 28 August 2007 14:39, Aaron A. King wrote:
> Check out the "secnumdepth" counter.  It sets how deep the sections should
> be numbered.  I.e.,
>
> \documentclass{article}
>
> \setcounter{secnumdepth}{3}
>
> \begin{document}
>
> \section{A Section}
>
> \subsection{A Subsection}
>
> \subsubsection{A Subsubsection}\label{label_of_this_subsubsection}
>
> \section{Another section}
>
> As seen in section \ref{label_of_this_subsubsection}
>
> \end{document}
>
> On Tuesday 28 August 2007, Dylan Beaudette wrote:
> | wondering if it is possible to refer to the number associated with a
> | \subsubsection in latex, using the article document class.

-- 
Dylan Beaudette
Soils and Biogeochemistry Graduate Group
University of California at Davis
530.754.7341


More information about the vox-tech mailing list