>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote: >> It looks good. Are you sure that MaxCounter can be Counter_enumi+? Georg> I don't know. I simply looked up the valid counter names. These Georg> maxcounter levels are not used lateron anyway, but I added them Georg> because I wanted to have something else than 0 in this case. >> Other than that, by default the sections will not be numbered on >> screen. Do we want to add the numbering information like >> LabelString "@[EMAIL PROTECTED]" LabelStringAppendix >> "@[EMAIL PROTECTED]" ? Georg> Is that the default behaviour in 1.3? In 1.3, article-like numbering is hardcoded. If a labelstring exists, it is prepended to the numbering. For example, for chapter: LabelString "Chapter" LabelStringAppendix "Appendix " LabelType Counter_Chapter will become in 1.4 LabelCounter chapter LabelString "Chapter \arabic{chapter}" LabelStringAppendix "Appendix \Alph{chapter}" I do not know how difficult it is to do. Some merging is needed obviously. However, I fear this will not work for classes that use stdsections.inc (since this file will not be changed). So shall we include numarticle.inc in stdsections.inc also? JMarc