ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: how to make chapter starts from odd page always?
@ 2011-02-28  1:36 Jeong Dalyoung
  0 siblings, 0 replies; 4+ messages in thread
From: Jeong Dalyoung @ 2011-02-28  1:36 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to make chapter starts from odd page always?
  2011-02-24 14:32 Jeong Dalyoung
  2011-02-25 12:49 ` Hans Hagen
@ 2011-02-26  9:19 ` Wolfgang Schuster
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2011-02-26  9:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to make chapter starts from odd page always?
  2011-02-24 14:32 Jeong Dalyoung
@ 2011-02-25 12:49 ` Hans Hagen
  2011-02-26  9:19 ` Wolfgang Schuster
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2011-02-25 12:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Jeong Dalyoung

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* how to make chapter starts from odd page always?
@ 2011-02-24 14:32 Jeong Dalyoung
  2011-02-25 12:49 ` Hans Hagen
  2011-02-26  9:19 ` Wolfgang Schuster
  0 siblings, 2 replies; 4+ messages in thread
From: Jeong Dalyoung @ 2011-02-24 14:32 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-28  1:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-28  1:36 how to make chapter starts from odd page always? Jeong Dalyoung
  -- strict thread matches above, loose matches on Subject: below --
2011-02-24 14:32 Jeong Dalyoung
2011-02-25 12:49 ` Hans Hagen
2011-02-26  9:19 ` Wolfgang Schuster

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