[OS X TeX] structure of documents

Jérôme Laurens jerome.laurens at u-bourgogne.fr
Tue Sep 17 11:54:11 EDT 2002




Le mardi, 17 sep 2002, à 14:52 Europe/Zurich, Stephan Hochhaus a écrit :

> Hello list!
>
> I try to create a legal document using LaTeX, but I have come across 
> some problems that I can't seem to find a solution for.
> I need to have at least 10 levels of sections, that all have to follow 
> certain numbering conventions (i.e. arabic numbers, roman numbers, 
> letters and even greek letters).
>
> How can I create levels below subparagraphs?
>

the best way is to take a look inside the article.cls file :

\newcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}%
                                        {3.25ex \@plus1ex \@minus .2ex}%
                                        {-1em}%
                                       {\normalfont\normalsize\bfseries}}

add as many new commands as you want. To set the counter properly, use

\renewcommand\thesubparagraph {\theparagraph.\@arabic\c at subparagraph}


A+JL


-----------------------------------------------------
Mac TeX info, resources, and news can be found at:
<http://www.esm.psu.edu/mac-tex/>
-----------------------------------------------------
List archives can be found at:
<http://www.esm.psu.edu/mac-tex/MacOSX-TeX-Digests/>
Threaded list archives can be found at:
<http://www.masda.vxu.se/~pku/MacOSX_TeX/>
-----------------------------------------------------
See message headers for list info.
-----------------------------------------------------




More information about the MacOSX-TeX mailing list