I changed \setcounter{tocdepth}{2} to \setcounter{tocdepth}{3} in my preamble and its done.<br>Thanks so much for your help.<br><br>~Jas<br><br><div><span class="gmail_quote">On 10/15/07, <b class="gmail_sendername">Philip G. Ratcliffe
</b> &lt;<a href="mailto:philip.ratcliffe@fastwebnet.it">philip.ratcliffe@fastwebnet.it</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; I don&#39;t get the subsubsections<br><br>Ok, so I should have polished my crystal ball a little better.&nbsp;&nbsp;I guess that<br>by &quot;tree&quot; you really mean a &quot;table of contents&quot;, right?&nbsp;&nbsp;That is, what you
<br>get with&nbsp;&nbsp;the \tableofcontents command.&nbsp;&nbsp;I guess this because \subsubsection<br>is defined in most classes and so should get what you want as a heading to<br>the subsubsection itself.&nbsp;&nbsp;If not, then you should also tell us what class
<br>you&#39;re using.<br><br>The depth of listing in the table of contents is determined by the<br>&quot;tocdepth&quot; counter; so \setcounter{tocdepth}{3} in your preamble should do<br>the trick.&nbsp;&nbsp;Although these are already the defaults for the &quot;article&quot; class,
<br>for example.<br><br>Incidentally, if you want subsubsections numbered, you may also need<br>\setcounter{secnumdepth}{3}. Again though, this ought to be the default.<br><br>The depth code numbering is as follows:<br><br>
part&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-1<br>chapter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0<br>section&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1<br>subsection&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2<br>subsubsection&nbsp;&nbsp;&nbsp;&nbsp;3<br>paragraph&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4<br>subparagraph&nbsp;&nbsp;&nbsp;&nbsp; 5<br><br>Cheers,&nbsp;&nbsp;Phil<br><br></blockquote></div><br>