ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Numbering properties in a chapter
@ 2018-07-23 15:11 Fabrice Couvreur
  2018-07-23 15:39 ` Pablo Rodriguez
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Couvreur @ 2018-07-23 15:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 929 bytes --]

Hello,
I would like the numbering of the properties to be like this :

First chapter

Property 1.1

Property 1.2

Second chapter

Property 2.1

Property 2.2

I thought it was enough to use the key way = bychapter

Thanks

Fabrice


\define[1]\ProprieteHeadcommand
  {\textrule[top]{#1}}

\setupenumerations[
       text=Propriété ,
       title=no,
       way=bychapter,
       titlestyle=bold,
       style=slanted,
       width=fit,
       headcommand=\ProprieteHeadcommand,
       numbercommand=\groupedcommand{}{\nbsp},
       after=\textrule
]

\defineenumeration[propriete]


\starttext

\startchapter[title={First chapter}]

  \dorecurse{2}{
    \startpropriete
      \input ward
    \stoppropriete}


\stopchapter

\startchapter[title={Second chapter}]

 \dorecurse{2}{
    \startpropriete
      \input ward
    \stoppropriete}


\stopchapter


\stoptext

[-- Attachment #1.2: Type: text/html, Size: 2484 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-25 20:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-23 15:11 Numbering properties in a chapter Fabrice Couvreur
2018-07-23 15:39 ` Pablo Rodriguez
2018-07-24  9:04   ` Fabrice Couvreur
2018-07-24 15:09     ` Pablo Rodriguez
2018-07-25  8:46       ` Fabrice Couvreur
2018-07-25 20:54       ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).