ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Continuous chapter numbering without prefixes in documents with parts
@ 2011-07-01 13:02 Julian Becker
  2011-07-01 13:16 ` Thomas Schmitz
  0 siblings, 1 reply; 5+ messages in thread
From: Julian Becker @ 2011-07-01 13:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Does anybody know how to implement a continuous numbering of chapters in
documents with several parts?

More specifically: how can I achieve the following numbering scheme (with
unprefixed chapter numbers):
I First part
1 Chapter one
2 Chapter two
II Second part
3 Chapter three


I tried (unsuccessfully) the following:

\setuphead[part][placehead=yes]
\starttext
\part{First part}
\chapter{Chapter one}
\chapter{Chapter two}
\part{Second part}
\chapter{Chapter three}
\stoptext

The here result is something like:
First part
1.1 Chapter one
1.2 Chapter two
Second part
2.1 Chapter three


I tried to get rid of the chapter prefixes by putting
\setuphead[chapter][prefix=no]
but that had no effect whatsoever.

Any ideas?

Julian

[-- Attachment #1.2: Type: text/html, Size: 1137 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] 5+ messages in thread

end of thread, other threads:[~2011-07-07  8:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-01 13:02 Continuous chapter numbering without prefixes in documents with parts Julian Becker
2011-07-01 13:16 ` Thomas Schmitz
2011-07-01 13:33   ` Julian Becker
2011-07-01 14:14     ` Thomas Schmitz
2011-07-07  8:12       ` Julian Becker

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