Re: [NTG-context] \setuplist only for bodypart

2022-06-18 Thread Pablo Rodriguez via ntg-context
On 6/17/22 18:33, Wolfgang Schuster via ntg-context wrote:
> [...]
> To create separate styles for chapters within the frontmatter and
> bodymatter you have to create a new section command where you can apply
> different list settings.

Many thanks for your reply, Wolfgang.

Now I have learnt that what I tried was the wrong approach to the issue.

Many thanks for your help,

Pablo
___
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] headings in line numbering

2022-06-18 Thread Pablo Rodriguez via ntg-context
Dear list,

I have the following sample:

  \setuppapersize[A6]
  \definelinenote[otherlinenote]
  \setupnote[otherlinenote]
[compress=yes]
  \startsetups[line:notes]
\setupinterlinespace[line=2.9ex]
  \stopsetups
  \setupnote[linenote]
[paragraph=yes, compress=yes, compressmethod=separator]%
  \setupnotation[linenote][alternative=serried, width=broad]
  \starttext
  \startlinenumbering
  \dorecurse{3}{\subject{Heading\linenote{title}}
  \dorecurse{2}{text\linenote{some text}\linenote{another text}\par}}
  \stoplinenumbering
  \stoptext

How can I get headings added to the line numbers?

Many thanks for your help,

Pablo
___
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
___