Am 21.03.2013 um 21:35 schrieb Meer H. van der <h.vanderm...@uva.nl>:

> At the moment my chapters are defined with
>  \startchapter[title=Its title,reference=chap:thisone]
> producing
>  Chapter 1 Its title
> 
> This I would like to systematically change to
>  Chapter 1 - Its title
> 
> So I want to put something between the chapter number and the title. Doing 
> this, of course,  with a setup for all chapters at once. Thus being able to 
> change that something globally, and not by changing all chapter titles 
> indivdually. The latter would amount to a series of changes like
>  \startchapter[title=- Its title,reference=chap:thisone]
> to
>  \startchapter[title=+ Its title,reference=chap:thisone]
> to achieve Chapter 1 + Its title instead.
> 
> I hope this clarifies the problem I posed to myself in wanting this.

\setuplabeltext[chapter=Chapter ]
\setuphead[chapter][sectionstopper= – ]

\starttext
\chapter{Test}
\stoptext

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

Reply via email to