Hi Derek,
I write a little example, there's still a little issue. The chapter
number start with 1 for part II, how to make it continue from part I.
Thanks.


Best regards,
Joshua

On Sat, 19 Sep 2009, Derek CORDEIRO wrote:

> On Sat, Sep 19, 2009 at 4:13 PM, Joshua Lee <muz...@gmail.com> wrote:
> 
> > Hi Guys,
> > Here's a little example,
> >  \setupcolors[state=start]
> >
> 
> \setuphead[chapter][sectionsegments=2:100]
> 
> 
> >  \starttext
> >
> >  \completecontent
> >  \part{First Part}
> >  \chapter{First Chapter}
> >  \chapter{Second Chapter}
> >  \part{Second Part}
> >  \chapter{Third Chapter}
> >  \chapter{Chapter 4}
> >  \stoptext
> >
> > I would like to show the chapter number 1,2,3,4.. instead of
> > 1.1,1.2,2.1,2.2 .. how to do it?
> >
> >
> 
> Read http://www.opensubscriber.com/message/ntg-context@ntg.nl/12416208.html

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


-- 
Joshua Lee
Alpha Networks(Chengdu) Co., LTD
Shanghai Branch

TEL: (86-21)61609650 EXT: 8020
FAX: (86-21)61609650 EXT: 8041
ADD: Suite 301, No.10, 198 Lane, Zhangheng Road,
     ZJ Hi-Tech Park, Shanghai, China 201204

Attachment: example.pdf
Description: Adobe PDF document

\setuphead[part][resetnumber=no,placehead=yes,conversion=R]
\setuphead[chapter,section,subsection][resetnumber=no,placehead=yes,sectionsegments=2:100]
\starttext
\part{part one}
\chapter{chapter one}
\section{section one}
\section{section two}
\chapter{chapter two}
\section{section one}
\section{section two}
\part{part two}
\chapter{chapter three}
\section{section one}
\section{section two}
\chapter{chapter four}
\section{section one}
\section{section two}
\stoptext

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

Reply via email to