Re: [NTG-context] bug in \headnumber[section] in LMTX?

2021-03-07 Thread Pablo Rodriguez
On 3/7/21 1:21 PM, Wolfgang Schuster wrote:
> Pablo Rodriguez schrieb am 07.03.2021 um 10:49:
>> Dear list,
>>
>> I have the following sample:
>>
>>\starttext
>>  \section{Section}
>>\currentheadnumber\\
>
> You need \determineheadnumber[section] before you can use
> \currentheadnumber.

Many thanks for your reply, Wolfgang.

I didn’t know that, but it makes sense now.

>>\headnumbercontent\\
>
> You can use \headnumbercontent only when you create a new section layout
> with \defineheadalternative.

So, I didn’t make any sense in my sample.

Many thanks for your help again,

Pablo
--
http://www.ousia.tk
___
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
___


Re: [NTG-context] bug in \headnumber[section] in LMTX?

2021-03-07 Thread Wolfgang Schuster

Pablo Rodriguez schrieb am 07.03.2021 um 10:49:

Dear list,

I have the following sample:

   \starttext
 \section{Section}
   \currentheadnumber\\


You need \determineheadnumber[section] before you can use 
\currentheadnumber.



   \headnumbercontent\\


You can use \headnumbercontent only when you create a new section layout 
with \defineheadalternative.



   \headnumber[section]


It's a bug.


   \stoptext

In LMTX, \headnumber[section] triggers an error message about missing
number.

BTW, \currentheadnumber outputs 0 in both MkIV and LMTX. I think this
may be a bug.

Could anyone confirm both issues?


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 \headnumber[section] in LMTX?

2021-03-07 Thread Pablo Rodriguez
Dear list,

I have the following sample:

  \starttext
\section{Section}
  \currentheadnumber\\
  \headnumbercontent\\
  \headnumber[section]
  \stoptext

In LMTX, \headnumber[section] triggers an error message about missing
number.

BTW, \currentheadnumber outputs 0 in both MkIV and LMTX. I think this
may be a bug.

Could anyone confirm both issues?

Many thanks for your help,

Pablo
--
http://www.ousia.tk
___
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
___