The equivalent to \subsubsubsection is \paragraph. To have that numbered simply use:
\setcounter{secnumdepth}{5}
then:
\section{} % level 1\subsection{} % level 2\subsubsection{} % level 3\paragraph{} % level 4 - equivalent to subsubsubsection\subparagraph{} % level 5
Voila!
Cite as:
Saad, T. "How to Activate \subsubsubsection in LaTeX".
Weblog entry from
Please Make A Note.
http://pleasemakeanote.blogspot.com/2010/06/how-to-activate-subsubsubsection-in.html
it's great but how can let the paragraph to appear in table of contents index?
ReplyDelete\setcounter{tocdepth}{5}
ReplyDeleteOh thanks just found this, tocdepth was what i needed :)
ReplyDeleteThanks a lot :)
ReplyDeleteThank you - just what I needed :)
ReplyDeleteVery cool. I have used LaTeX for 10 years and today was the first time I actually had a need for 4 levels.
ReplyDeleteGreat!
Worik
Hello,
ReplyDeleteIn Lyx 2.0, you can list the subsubsubsection in the TOC by going to Settings --> Numbering and TOC --> change Paragraph as appeared in TOC and Numbered to YES. Then every time you start a new paragraph, it will be numbered and listed in TOC
Best,
Thanh.
hello, Thanks a lot :)
ReplyDeleteVery useful, thanks :-)
ReplyDeleteEt ça ne demande aucun package supplémentaire, en fait ça génère une erreur pour moi ?
ReplyDeleteThanks a lot!! Great tip!
ReplyDeleteThanks!
ReplyDeleteIn my document I get something liek this:
3.2.3.2 Heading The instrument...
The test starts directly behind the heading. I tried \newline, etc. but it doesn't work. Any suggestions?
Thanks
I got the same problem, have you solved it?
Delete\paragraph{title_text}
ReplyDelete\mbox{ }\\
type paragraph text here ....
This will provide what you require.
Only redefine paragraph:
Delete\titleformat{\paragraph} [runin] {\normalfont\normalsize\bfseries} {\theparagraph} {1em} {}
change [runin] with [hang]
\titleformat{\paragraph} [hang] {\normalfont\normalsize\bfseries} {\theparagraph} {1em} {}
Thank you, that's helpful!
ReplyDeleteThank you very much. It's really helpful
ReplyDeleteThanks a lot!
ReplyDeletehandy stuff :) thanks
ReplyDelete