Hello,

Lua way:

----
\setuplabeltext[chapter=]

\define[1]\MyCommand{\ctxcommand{doifelse(1==\currentsectioncountervalue)}{ONE}{#1}}

\setuphead[chapter][deepnumbercommand=\MyCommand]

\starttext
  \chapter{Cool}
  \chapter{Cat}
  \chapter{Mouse}
\stoptext
----

I'm sure there is also a "cleaner" TeX way, but I'm not experienced enough for 
that.

Cheers,

Lukas


On Tue, 05 Nov 2013 22:56:54 +0100, Géry Ogam <maggy...@gmail.com> wrote:

Any idea for achieving this behaviour?

- When there is a chapter label (\setuplabeltext[chapter=CHAPTER~]), display
:

CHAPTER ONE Cool
CHAPTER 2 Cat
CHAPTER 3 Mouse
etc.

- When there is no chapter label (\setuplabeltext[chapter=]), display:

1 Cool
2 Cat
3 Mouse
etc.


My try achieves the first display, but not the second one since I don’t
know how to test the emptyness of the chapter label. When I remove the
chapter label, it displays:

ONE Cool
2 Cat
3 Mouse

 instead of:

1 Cool
2 Cat
3 Mouse


My code:

\setuplabeltext[chapter=CHAPTER~]
\define[1] \MyCommand{\doifelse{\currentsectioncountervalue}{1}{ONE}{#1}}
\setuphead[chapter][deepnumbercommand=\MyCommand]

\starttext

\chapter{Cool}
\chapter{Cat}
\chapter{Mouse}

\stoptext



--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o.      [mailto:pon...@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

Attachment: t2.mkiv
Description: Binary data

Attachment: t2.pdf
Description: Adobe PDF document

___________________________________________________________________________________
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