Jean-Marc Lasgouttes wrote:

>>>>>> "Georg" == Georg Baum
>>>>>> <[EMAIL PROTECTED]>
>>>>>> writes:
> 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.

Should not be difficult.

> However, I fear this will not work for classes that use
> stdsections.inc (since this file will not be changed).

Indeed.

> So shall we 
> include numarticle.inc in stdsections.inc also?

As I wrote in the bug report: I will have a look why this was separated in
the first place. I think readding it would be good, but I want to be sure.
Since the ToCLevel and LabelString things are necesseary for files not using
stdsections.inc I will finish the layout2klayout patch nevertheless.


Georg

Reply via email to