logo       

Re: sectioning format: msg#00404

tex.macosx

Subject: Re: sectioning format

On 7/29/04 6:09 PM, "Alain Schremmer"
<Schremmer.Alain-H+0wwilmMs3R7s880joybQ@xxxxxxxxxxxxxxxx> wrote:

> I would like to achieve the following look:
>
> 01. Section 1 Name
> 1. Text in a numbered paragraph ?
> Text in a new, unnumbered paragraph ?
>
> 2. Text in a numbered paragraph ?
> Text in a new, unnumbered paragraph ?
> ...

Howdy,

The standard sequence is section, subsection, subsubsection, paragraph,
subparagraph. If you really want to use \paragraph you should change
\theparagraph via

\renewcommand\theparagraph{\arabic{paragraph}.}

and to change the section number to have a period

\renewcommand\thesection{\arabic{section}.}

You MAY also need to make the paragraph reset when section changes by doing

\makeatletter
\@addtoreset{paragraph}{section}
\makeother

if it doesn't work as is.

Would something like this work:

\begin{document}
\section{The First Section}
\begin{enumerate}
\item
The First Item in the list and then the paragraph continues so that it wraps
around and continues further to make sure it wraps around.

The Second Paragraph in the First Item and then the paragraph continues so
that it wraps around and continues further to make sure it wraps around.
\item
The Second Item in the list and then the paragraph continues so that it
wraps around and continues further to make sure it wraps around.
\end{enumerate}
\section{The Second Section}
\begin{enumerate}
\item
The First Item in the Second Section and then the paragraph continues so
that it wraps around and continues further to make sure it wraps around.
\item
The Second Item in the Second Section and then the paragraph continues so
that it wraps around and continues further to make sure it wraps around.
\end{enumerate}
\end{document}

So that the ``paragraphs'' are numbered using an enumerate list.



Good Luck,

Herb Schulz
(herbs-EnPF47/3+YSD9iCl+R0B7w@xxxxxxxxxxxxxxxx)

--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX-yNUTs0qEFpZ/1wmUHrjjoYdd74u8MsAO@xxxxxxxxxxxxxxxx>





<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise