Am 10.09.2013 um 11:10 schrieb "H. Özoguz" <h.oezo...@mmnetz.de>:

> I want to use \part without the number of the part as a piece of the 
> headnumbers (of chapter, section, subsection ....).
> 
> E.g.:
> 
> \part{One}
> \chapter{Chapter}
> \section{Section}
> \part{Two}
> \chapter{Chapter}
> \section{Section}
> 
> gives this compile:
> 
> 1.1 Chapter
> 1.1.1 Section
> 2.1 Chapter
> 2.1.1 Section
> 
> But I only want:
> 
> 1 Chapter
> 1.1 Section
> 1 Chapter
> 1.1 Section
> 
> (because the number of the current part is already written in the header). So 
> actually, I want to use \part as a resetter of the headnumbers. Is that 
> possible?

\setuphead[sectionsegments=2:*]
\setuphead[part][placehead=hidden]

\starttext

\part{One}
\chapter{Chapter}
\section{Section}
\part{Two}
\chapter{Chapter}
\section{Section}

\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