including subsub sections?

9 views
Skip to first unread message

bindu v

unread,
May 25, 2012, 10:52:31 AM5/25/12
to LaTeX Users Group
Whenever I try with \subsubsection no sectioning appears. why?

Gildas Cotomale

unread,
May 25, 2012, 1:56:41 PM5/25/12
to latexus...@googlegroups.com
2012/5/25 bindu v
>  Whenever I try with \subsubsection  no sectioning appears. why?
>
What document class are you using?
What do you mean by no sectionning appearing ? Doesn't your
sub-sub-section's title appear ou does it miss only from the table of
contents?
Please provide a minimal example and the log errors.

bindu v

unread,
May 26, 2012, 1:16:58 AM5/26/12
to latexus...@googlegroups.com
I am using document class report. section number is not coming.


--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.


Peter Flynn

unread,
May 26, 2012, 4:37:34 AM5/26/12
to latexus...@googlegroups.com

Please make a minimal example which shows this.

P

On 26 May 2012 06:17, "bindu v" <bindu.kr...@gmail.com> wrote:

I am using document class report. section number is not coming.



On Fri, May 25, 2012 at 11:26 PM, Gildas Cotomale <gildas....@gmail.com> wrote:
>

> 2012/5/25...

bindu v

unread,
May 26, 2012, 10:12:54 AM5/26/12
to latexus...@googlegroups.com
\documentclass[12pt,twoside,openright,a4paper]{report}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{epsfig}
\usepackage{graphics}
%\usepackage{subfig}
\usepackage{natbib}
\makeatother
\renewcommand{\baselinestretch}{1.5}
\renewcommand{\bibname}{References}
\begin{document}
\bibliographystyle{plain}

AC motors  play an extremely important role in industry and in
 every day life
\subsection{Vector control}
The control of AC drives are considerably more complex compared to DC drives due to the complex dynamics of AC machines.
\subsubsection{Estimation of motor parameters}
AC drives require current sensors and an absolute rotor position sensor for the implementation of any control
strategy.The rotor position is usually sensed with an optical encoder or a resolver for high resolution.




 This is the matter.

--

Peter Flynn

unread,
May 26, 2012, 11:40:26 AM5/26/12
to latexus...@googlegroups.com
That is not a minimal document. You must first delete all the things that are not used:

\documentclass{report}
\begin{document}

AC motors play an extremely important role in industry and in every
day life
\subsection{Vector control}
The control of AC drives are considerably more complex compared to DC
drives due to the complex dynamics of AC machines.
\subsubsection{Estimation of motor parameters}
AC drives require current sensors and an absolute rotor position
sensor for the implementation of any control strategy.The rotor
position is usually sensed with an optical encoder or a resolver for
high resolution.
\end{document}

Then you can be sure it is not the packages or options interfering. That is what a minimal document is.

Then by deduction it must be the report class itself. If you examine report.cls, you can see at line 272 it says:

\setcounter{secnumdepth}{2}

Refer to the table of section numbering depths in the LaTeX Companion, or online here, and you can see that 2 means numbering stops at subsections. So you must include this line in your Preamble:

\setcounter{secnumdepth}{3}

///Peter

Simon O'Hanlon

unread,
May 26, 2012, 11:42:37 AM5/26/12
to latexus...@googlegroups.com

I'm not an expert, but I think it's possibly because you are using subsection before using the section command? Hth. Simon

Reply all
Reply to author
Forward
0 new messages