>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:

Andre> This is a preliminary patch to finish the counter work.

Andre> I am not that happy about the .layout syntax and there must be
Andre> away to have shorter LabelString definitions but apart from
Andre> that it seems to work rather well.

Andre> Not to mention that the new version saves more than 100
Andre> lines...

It looks nice... Concerning the layout file syntax: why not do as in
latex and define the counter appearance in the counter definition
itself? This would shorten labelstrings.

A typical latex example is

\def\thechapter{\arabic{chapter}}
\def\thesection{\thechapter.\arabic{section}}
\def\subsection{\thesection.\arabic{subsection}}

A chapter will use "Chapter \thechapter" as label.

Would implementing this be a lot of work for you?

What remains to be done? Only itemize?

JMarc

Reply via email to