>>>>> "Michael" == Michael Lake <[EMAIL PROTECTED]> writes:
Michael> Peter Chubb wrote:
>> Hi, This is a bit off-topic for this list, but does anyone know of
>> a LaTeX style to allow formatting of legal documents -- basicly I
>> need numbered paragraphs, sub paragraphs etc, and a way to cross
>> reference them.
>>
>> Peter C
Michael> \begin{quote} Using Camel, citations are referred to in a way
Michael> similar to that used in `standard BibTeX', but with a number
Thanks, but this (and JuraBIB) only handle the citations problem; they
don't let me label clauses, subclauses etc, in a deeply nested way.
I ended up overriding \enumerate to up the depth check to 6 and adding
enumv and enumvi counters, then just using the enumerate environment.
\makeatletter
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\newcommand\labelenumv{\theenumv.}
\newcommand\labelenumvi{\theenumvi.}
\def\enumerate{%
\ifnum [EMAIL PROTECTED] >5 [EMAIL PROTECTED]
[EMAIL PROTECTED]@ne
[EMAIL PROTECTED]@enumdepth}%
\expandafter
\list
\csname [EMAIL PROTECTED]
[EMAIL PROTECTED]
\fi}
\makeatother
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html