ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* starting a chapter on odd page
@ 2016-05-11 10:38 Andrea Valle
  2016-05-11 11:02 ` Marco Patzer
  2016-05-11 11:52 ` Wolfgang Schuster
  0 siblings, 2 replies; 7+ messages in thread
From: Andrea Valle @ 2016-05-11 10:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 961 bytes --]

Dear all, 

in the book I’m finishing I’m using a structure like this

\starttext

\input c_preface.tex

\input c_chapter1.tex

[etc]

\stoptext


where each .tex file contains

\startchapter[various options]
\section{First section}
etc
\stopchapter

The publisher is asking me to start each chapter on a odd page. Can I do it by setting some options?

Thanks!

-a-




--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - StudiUm
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> http://www.fonurgia.unito.it/andrea/
--> http://www.flickr.com/photos/vanderaalle/sets/
--> http://vimeo.com/vanderaalle
--> andrea.valle@unito.it
--------------------------------------------------

"This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." 
(Jeffrey 'The Dude' Lebowski)


[-- Attachment #1.2: Type: text/html, Size: 3574 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 7+ messages in thread

* Re: starting a chapter on odd page
  2016-05-11 10:38 starting a chapter on odd page Andrea Valle
@ 2016-05-11 11:02 ` Marco Patzer
  2016-05-11 11:19   ` Andrea Valle
  2016-05-11 11:52 ` Wolfgang Schuster
  1 sibling, 1 reply; 7+ messages in thread
From: Marco Patzer @ 2016-05-11 11:02 UTC (permalink / raw)
  To: ntg-context

On Wed, 11 May 2016 12:38:17 +0200
Andrea Valle <valle@di.unito.it> wrote:

> in the book I’m finishing I’m using a structure like this
> 
> \starttext
> 
> \input c_preface.tex
> 
> \input c_chapter1.tex
> 
> [etc]
> 
> \stoptext
> 
> 
> where each .tex file contains
> 
> \startchapter[various options]
> \section{First section}
> etc
> \stopchapter
> 
> The publisher is asking me to start each chapter on a odd page. Can I
> do it by setting some options?

\definepagebreak
  [chapterpagebreak]
  [yes, right]

\setuphead
  [chapter]
  [page=chapterpagebreak]

Marco
___________________________________________________________________________________
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] 7+ messages in thread

* Re: starting a chapter on odd page
  2016-05-11 11:02 ` Marco Patzer
@ 2016-05-11 11:19   ` Andrea Valle
  2016-05-11 11:59     ` Marco Patzer
  0 siblings, 1 reply; 7+ messages in thread
From: Andrea Valle @ 2016-05-11 11:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1903 bytes --]

Thanks marco, should I rather use


\definepagebreak
 [chapterpagebreak]
 [yes, odd]

?

-a-
--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - StudiUm
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> http://www.fonurgia.unito.it/andrea/
--> http://www.flickr.com/photos/vanderaalle/sets/
--> http://vimeo.com/vanderaalle
--> andrea.valle@unito.it
--------------------------------------------------

"This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." 
(Jeffrey 'The Dude' Lebowski)

> On 11 May 2016, at 13:02, Marco Patzer <lists@homerow.info> wrote:
> 
> On Wed, 11 May 2016 12:38:17 +0200
> Andrea Valle <valle@di.unito.it> wrote:
> 
>> in the book I’m finishing I’m using a structure like this
>> 
>> \starttext
>> 
>> \input c_preface.tex
>> 
>> \input c_chapter1.tex
>> 
>> [etc]
>> 
>> \stoptext
>> 
>> 
>> where each .tex file contains
>> 
>> \startchapter[various options]
>> \section{First section}
>> etc
>> \stopchapter
>> 
>> The publisher is asking me to start each chapter on a odd page. Can I
>> do it by setting some options?
> 
> \definepagebreak
>  [chapterpagebreak]
>  [yes, right]
> 
> \setuphead
>  [chapter]
>  [page=chapterpagebreak]
> 
> Marco
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 


[-- Attachment #1.2: Type: text/html, Size: 5057 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 7+ messages in thread

* Re: starting a chapter on odd page
  2016-05-11 10:38 starting a chapter on odd page Andrea Valle
  2016-05-11 11:02 ` Marco Patzer
@ 2016-05-11 11:52 ` Wolfgang Schuster
  1 sibling, 0 replies; 7+ messages in thread
From: Wolfgang Schuster @ 2016-05-11 11:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 862 bytes --]

> Andrea Valle <mailto:valle@di.unito.it>
> 11. Mai 2016 um 12:38
> Dear all,
>
> in the book I’m finishing I’m using a structure like this
>
> \starttext
>
> \input c_preface.tex
>
> \input c_chapter1.tex
>
> [etc]
>
> \stoptext
>
>
> where each .tex file contains
>
> \startchapter[various options]
> \section{First section}
> etc
> \stopchapter
>
> The publisher is asking me to start each chapter on a odd page. Can I 
> do it by setting some options?
>
Chapters start by default on right pages when you enable doublesided 
documents.

\setuppagenumbering[alternative=doublesided] % doublesided with mirrored 
page layout
%\setuppagenumbering[alternative={singlesided,doublesided}] % 
doublesided with same layout for left/right pages

\starttext
\dorecurse{3}{\chapter{Chapter}}
\stoptext

\starttext

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 2485 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 7+ messages in thread

* Re: starting a chapter on odd page
  2016-05-11 11:19   ` Andrea Valle
@ 2016-05-11 11:59     ` Marco Patzer
  2016-05-11 16:02       ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Marco Patzer @ 2016-05-11 11:59 UTC (permalink / raw)
  To: ntg-context

On Wed, 11 May 2016 13:19:41 +0200
Andrea Valle <valle@di.unito.it> wrote:

> Thanks marco, should I rather use
> 
> 
> \definepagebreak
>  [chapterpagebreak]
>  [yes, odd]

I don't know what the actual difference is. According to the source
it has something to do with floats.

Marco
___________________________________________________________________________________
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] 7+ messages in thread

* Re: starting a chapter on odd page
  2016-05-11 11:59     ` Marco Patzer
@ 2016-05-11 16:02       ` Wolfgang Schuster
  2016-05-12  5:34         ` Marco Patzer
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2016-05-11 16:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 332 bytes --]

> Marco Patzer <mailto:lists@homerow.info>
> 11. Mai 2016 um 13:59
> On Wed, 11 May 2016 13:19:41 +0200
>
> I don't know what the actual difference is. According to the source
> it has something to do with floats.
The 'right' option works only for doublesided documents while 'odd' 
works also with singlesided documents.

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 1319 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 7+ messages in thread

* Re: starting a chapter on odd page
  2016-05-11 16:02       ` Wolfgang Schuster
@ 2016-05-12  5:34         ` Marco Patzer
  0 siblings, 0 replies; 7+ messages in thread
From: Marco Patzer @ 2016-05-12  5:34 UTC (permalink / raw)
  To: ntg-context

On Wed, 11 May 2016 18:02:00 +0200
Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:

> > Marco Patzer <mailto:lists@homerow.info>
> > 11. Mai 2016 um 13:59
> > On Wed, 11 May 2016 13:19:41 +0200
> >
> > I don't know what the actual difference is. According to the source
> > it has something to do with floats.  
> The 'right' option works only for doublesided documents while 'odd' 
> works also with singlesided documents.

That makes sense, indeed. Rarely doing singlesided docs here. Thanks
for clarification.

Marco
___________________________________________________________________________________
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] 7+ messages in thread

end of thread, other threads:[~2016-05-12  5:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-11 10:38 starting a chapter on odd page Andrea Valle
2016-05-11 11:02 ` Marco Patzer
2016-05-11 11:19   ` Andrea Valle
2016-05-11 11:59     ` Marco Patzer
2016-05-11 16:02       ` Wolfgang Schuster
2016-05-12  5:34         ` Marco Patzer
2016-05-11 11:52 ` 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).