Re: [NTG-context] how to make chapter starts from odd page always?

2011-02-27 Thread Jeong Dalyoung
Dear Hans and Wolfgang,

Thank you for the help.
The contents of a book is already fixed and nowI tired to make a book in a 
better shape.

Best regards,

Dalyoung


___
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
___


Re: [NTG-context] how to make chapter starts from odd page always?

2011-02-26 Thread Wolfgang Schuster

Am 24.02.2011 um 15:32 schrieb Jeong Dalyoung:

 Dear all,
 
 I'd like to start every chapter starts from an odd page. 
 page=right or page=left doesn't affect the page setting.
 I tried it using pagenumbering, but not succeed.
 I also want to put counting + pagenumber at the header of everypage.
 How to make it work?
 
 Here is my setting. Corrections for better shapes are welcomed.
 Thank you.
 
   
 \setuppagenumbering[alternative={singlesided,doublesided},location={header,left}]%singlesided,right]

Make this setting global, you have to say at the begin of the document
if you want a single- or doublesided document.

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
___


Re: [NTG-context] how to make chapter starts from odd page always?

2011-02-25 Thread Hans Hagen

On 24-2-2011 3:32, Jeong Dalyoung wrote:

\setuphead[chapter][page=odd]

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


[NTG-context] how to make chapter starts from odd page always?

2011-02-24 Thread Jeong Dalyoung
Dear all,

I'd like to start every chapter starts from an odd page. 
page=right or page=left doesn't affect the page setting.
I tried it using pagenumbering, but not succeed.
I also want to put counting + pagenumber at the header of everypage.
How to make it work?
 
Here is my setting. Corrections for better shapes are welcomed.
Thank you.

Best regards,
Dalyoung


\definestructureconversionset[frontpart:pagenumber][][romannumerals]
\definestructureconversionset[bodypart:pagenumber] [][numbers]


\setupheadertexts[][{\tfx COUNTING}]

\startstructureblockenvironment[frontpart]  
\setupuserpagenumber[numberconversion=romannumerals]
\setuppagenumber[number=1]
\setuphead[chapter][command=,number=no,page=right]
\stopstructureblockenvironment

\startstructureblockenvironment[bodypart]
\setuppagenumber[number=1]

\setuppagenumbering[alternative={singlesided,doublesided},location={header,left}]%singlesided,right]
\setuphead[chapter][command=\Myheader, page=left]
\stopstructureblockenvironment

\startstructureblockenvironment[backpart]
\setuphead[chapter][command=,number=no,page=left]
\stopstructureblockenvironment

___
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
___