ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Unnumbered subject in TOC, numbered exercises in text
@ 2015-11-30 12:06 Sytse Knypstra
  2015-11-30 12:19 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Sytse Knypstra @ 2015-11-30 12:06 UTC (permalink / raw)
  To: ntg-context

Dear list,



In the following minimal example I would like to have:

- the headings of \special in the toc, unnumbered

- in the text, the numbers of the exercises preceded by the chapter number

The first goal is achieved when uncommenting the two options under 
\setuphead,

the latter is achieved when uncommenting only the second option.
How can I realize both simultaneously ?


Thank you in advance,



Sytse

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\definehead[special][subject]

\setuphead[special]

      [

%    number=no,

%    incrementnumber=yes,

     ]


\setuplist[special][]

\definecombinedlist[content][chapter,section,special]



\defineenumeration[exercise]

     [
     text={},
     way=bychapter,

    prefix=chapter,

     ] 


\starttext

     \placecontent

     \chapter{First chapter}

         \section{First section}

        \special{Exercises}
     
        \startexercise

                 This is my first exercise

             \stopexercise

     \chapter{Second chapter}

         \special{Remaining exercises}

             \startexercise

                Second exercise

             \stopexercise

\stoptext

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Unnumbered subject in TOC, numbered exercises in text
  2015-11-30 12:06 Unnumbered subject in TOC, numbered exercises in text Sytse Knypstra
@ 2015-11-30 12:19 ` Wolfgang Schuster
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2015-11-30 12:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Sytse Knypstra <mailto:sytse.knypstra@home.nl>
> 30. November 2015 um 13:06
> Dear list,


>
> In the following minimal example I would like to have:
> 
- the headings of \special in the toc, unnumbered

> - in the text, the numbers of the exercises preceded by the chapter 
> number

> The first goal is achieved when uncommenting the two options under 
> \setuphead,

> the latter is achieved when uncommenting only the second option.
> How can I realize both simultaneously ?


> Thank you in advance,
>
> 

Sytse
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> 
\definehead[special][subject]

Please use a different name because \special is a existing TeX command 
(but not used by ConTeXt MkIV).
> \setuphead[special]

>      [

> %    number=no,
> 
%    incrementnumber=yes,

>     ]
Use only "incrementnumber=list".

Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Unnumbered subject in TOC, numbered exercises in text
       [not found] <mailman.115.1448905477.31294.ntg-context@ntg.nl>
@ 2015-11-30 20:22 ` Sytse Knypstra
  0 siblings, 0 replies; 3+ messages in thread
From: Sytse Knypstra @ 2015-11-30 20:22 UTC (permalink / raw)
  To: ntg-context


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

Thank you, Wolfgang,

I changed 'special' into another word and replaced 'incrementnumber=yes' 
by 'incrementnumber=list'.
But the result does still not reach my second goal:
my exercise numbers are still 1 and 1 instead of having chapter number 
prefixes (1.1 and 2.1).

Sytse
> Sytse Knypstra <mailto:sytse.knypstra@home.nl>
> 30. November 2015 um 13:06
> Dear list,


>
> In the following minimal example I would like to have:
> 
- the headings of \special in the toc, unnumbered

> - in the text, the numbers of the exercises preceded by the chapter 
> number

> The first goal is achieved when uncommenting the two options under 
> \setuphead,

> the latter is achieved when uncommenting only the second option.
> How can I realize both simultaneously ?


> Thank you in advance,
>
> 

Sytse
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> 
\definehead[special][subject]

Please use a different name because \special is a existing TeX command 
(but not used by ConTeXt MkIV).
> \setuphead[special]

>      [

> %    number=no,
> 
%    incrementnumber=yes,

>     ]
Use only "incrementnumber=list".

Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2015-11-30 20:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-30 12:06 Unnumbered subject in TOC, numbered exercises in text Sytse Knypstra
2015-11-30 12:19 ` Wolfgang Schuster
     [not found] <mailman.115.1448905477.31294.ntg-context@ntg.nl>
2015-11-30 20:22 ` Sytse Knypstra

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).