how to make chapter starts from odd page always?
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
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 -----------------------------------------------------------------
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
participants (3)
-
Hans Hagen
-
Jeong Dalyoung
-
Wolfgang Schuster