On Mon, Sep 15, 2003 at 10:11:31AM +0200, Lars Gullik Bjønnes wrote:
> | We should make a policy that '80% good patches' can go in 
> | without too much nitpicking during the development phase.
> 
> and what usually happens is that 80% ends up being 100% of the work
> done...

If the direction is right, no harm is done. Look at the counter stuff. I
would not have started with it if it had not been done 80% already.

> | does, and (b) artificially restricts the power of the current scheme.
> >
> >>   If I redefine chapters to use roman numbers, I should not have to
> >>   modify the section layout. Actually, it is the Counter that should
> >>   have a String and an AppendixString entry, since this is not the
> >>   business of the layout itself.
> >
> | Imagine a counter 'theorem' used for both theorems and definitions (i.e.
> | standard AMS article behaviour). What should the counter's 'String' look
> | like?
> >
> |   'Theorem \arabic{theorem}:' ? 
> |   'Definition \arabic{theorem}:' ? 
> >
> | or perhaps 
> >
> |   'Something using the theorem counter with value \arabic{theorem}:' ? 
> >
> | The counter string definitely belongs to the layout, not to the counter.
> 
> Or \thetheoremcounterlabel

Please fill in the following template for me to see what exactly it
would look like.

Currently we have

        Counter
                Name               theorem
        End

        Style Theorem
                LabelStyle         Counter
                LabelCounter       theorem
                LabelString        "Theorem \arabic{theorem}"
        End

        Style Definition
                LabelStyle         Counter
                LabelCounter       theorem
                LabelString        "Definition \arabic{theorem}"
        End


What would your proposal look like?

        Counter
                Name               theorem
                [???]
        End

        Style Theorem
                [???]
        End

        Style Definition
                [???]
        End

Andre'

Reply via email to