Search found 3 matches

by psrivats
Mon Apr 19, 2010 1:07 am
Forum: General
Topic: How to set \subsubsubsection in my document
Replies: 9
Views: 139603

Re: How to set \subsubsubsection in my document

\counterwithin*{paragraph}{section} did the trick. I removed the other line I had.

Thank you very much.
by psrivats
Mon Apr 19, 2010 12:37 am
Forum: General
Topic: How to set \subsubsubsection in my document
Replies: 9
Views: 139603

How to set \subsubsubsection in my document

Hi,

you could use the \counterwithin command provided by the chngcntr package.

Thanks for the suggestion. I just used this in my preamble:

\setcounter{secnumdepth}{6}
\renewcommand\theparagraph{\Alph{paragraph}}

\makeatletter
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{-3 ...
by psrivats
Sun Apr 18, 2010 11:53 pm
Forum: General
Topic: How to set \subsubsubsection in my document
Replies: 9
Views: 139603

Re: How to set \subsubsubsection in my document

Juanjo, thanks for your suggestion--it works very well. I have a related issue that is driving me crazy.

I structure my report using \section, \subsection, \subsubsection and \paragraph commands. I like the paragraphs, but the paragraph numbering usually continues across sections and subsections ...