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

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 --
     [not found] <mailman.115.1448905477.31294.ntg-context@ntg.nl>
2015-11-30 20:22 ` Unnumbered subject in TOC, numbered exercises in text Sytse Knypstra
2015-11-30 12:06 Sytse Knypstra
2015-11-30 12:19 ` 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).