LaTex lets you break the document down into chapters, sections, subsections, subsubsections and paragraphs. By default subsubsections and paragraphs are not numbered or included in the table of contents. Sometimes this might be desirable. However, I usually find that in cases when I do not need them numbered, I usually never use them (ie. my documents are broken down by chapter, section, and subsection only). At other times, when I desire more granularity, I actually want subsubsections to show up in the TOC and have distinctive headings and numbers.
To enable this you will need to put 2 lines of code somewhere in your preamble:
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
The first line enables numbering of subsubsections. The second line includes subsubsections in the table of contents.
Btw, if you need to break down your document even more you can switch 3 to 4 in these lines to enable numbering for paragraphs.
[tags]latex, subsubsection, paragraph, section, numbering, tex[/tags]
your subsubsection was helpful
And the whole blog is good
Totally great
Good job
:D
This was totally helpful! Thanks so much :)
Very useful! I found I needed to number my subsubsection and this was just the thing! Thanks!
Good job!! Thanks
Thank you, this was very helpful :)
thank you. it was very useful.
Maya
M.Sc student at Tel-Aviv university.
Thanks a lot. It solved my problem
Thank you very much. It is helpful to me.
Thanks a lot. I was looking for this info.
thanks! helped me out
Hi, thanks a lot ;-)
After that my subsubsection are “lettered” instead of numbered in TOC. There is a chance to change it to number?
Example:
I have \subsubsection (Hello) and it appears in TOC like
5.1.2 Greetings
b) Hello
And I need it like: 5.1.2.1 Hello :-/
I do not use \Chapter level, my first level is \Section…
Thanks for any help :-)
Pingback: Let’s Learn LaTex: Part 2 « Terminally Incoherent
Thanks,
I spend more time with uncle google :-) and after that I checked our diploma report for sure but there I found info about leveling for thesis and everything is alright.
But I appreciate that, thanks again. :-)
Very helpful. Thanks a lot! :-)
Very helpful. It was what I was looking for. Thanks
Thanks a lot for such useful information
Thanks a million… very clear instructions…
thanks a lot. it was very helpful
Thanks a lot! :)
Great! Thanks :)
Hey, thanks.
Great post: short and straight to the point.
That’s the answer I’ve been looking for. Got my problem solved now.
Dear All,
I am facing problem in getting correct Figure No. in Latex. I am using the following code for subfigures:
\begin{figure}[htpb]
\centering
\subfloat[$1$mm]{\label{fig:LIT1}\includegraphics[width=0.22\textwidth ]{LIT_1mm}}
\hfill
\subfloat[$3$mm]{\label{fig:LIT3}\includegraphics[width=0.22\textwidth ]{LIT_3mm}}
\hfill
\subfloat[$5$mm]{\label{fig:LIT5}\includegraphics[width=0.22\textwidth ]{LIT_5mm}}
\hfill
\subfloat[$10$mm]{\label{fig:LIT10}\includegraphics[width=0.22\textwid th]{LIT_10mm}}
\caption{Photographs of Li$_2$TiO$_3$ pebbles.}
\label{fig:packingLIT}
\end{figure}
and the following code for Figures without sub-figures,
\begin {figure}[htbp]
\centering
\includegraphics[width=0.95\textwidth ]{TG_Li2CO3_f}
\caption{TG-DTA curves of Li$_2$CO$_3$ decomposition. Temperature was ramped at $10^oC/$min.}
\label{fig:TGLi2CO3}
\end{figure}
I want somebody’s help,
D. Mandal
IndiaD Mandal wrote:
Thank You so much! It was very helpful.
thank you! So simple and good :)
@ santi novani:
You are using Internet Explorer?
Good job, thanks sir!
Thank you!!!!!