Re: [NTG-context] Bug in counter

2022-07-04 Thread Wolfgang Schuster via ntg-context

Johann Birnick via ntg-context schrieb am 04.07.2022 um 18:29:

Hey there,

please consider:


\starttext
 
\defineenumeration[definition][text=Definition, alternative=serried]

\setupnumber[definition][way=bysection, numbersection=yes]


\setupenumeration
  [definition]
  [way=bysection,
   prefix=yes,
   prefixsegments=section]

Wolfgang

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Bug in counter

2022-07-04 Thread Johann Birnick via ntg-context
Hey there,

please consider:


\starttext

\defineenumeration[definition][text=Definition, alternative=serried]
\setupnumber[definition][way=bysection, numbersection=yes]

\section{My section 1}
\startdefinition
My fist definition
\stopdefinition

\section{My section 2}
\startdefinition
My second definition
\stopdefinition

\stoptext


It should number my definitions 1.1 and 2.1, but it doesn't. The prefix is
missing.

Any ideas?

Thank you and best regards,
Johann


test.pdf
Description: Adobe PDF document
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___