ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: chapter titles
Date: Thu, 21 Mar 2013 21:38:50 +0100	[thread overview]
Message-ID: <D0EED0D7-1E67-44FE-86F6-4DC4FE86586F@gmail.com> (raw)
In-Reply-To: <94FCFC33-C1E8-4D51-A454-40AD1BFE3D04@uva.nl>


Am 21.03.2013 um 21:35 schrieb Meer H. van der <H.vanderMeer@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	other threads:[~2013-03-21 20:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-21 16:16 H. van der Meer
2013-03-21 16:28 ` Marco Patzer
2013-03-21 18:31   ` Wolfgang Schuster
2013-03-21 19:45     ` Meer H. van der
2013-03-21 19:48       ` Wolfgang Schuster
2013-03-21 20:35         ` Meer H. van der
2013-03-21 20:38           ` Wolfgang Schuster [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D0EED0D7-1E67-44FE-86F6-4DC4FE86586F@gmail.com \
    --to=schuster.wolfgang@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).