Re: [NTG-context] starting a chapter on odd page

2016-05-11 Thread Marco Patzer
On Wed, 11 May 2016 18:02:00 +0200
Wolfgang Schuster  wrote:

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

Re: [NTG-context] starting a chapter on odd page

2016-05-11 Thread Wolfgang Schuster

Marco Patzer 
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
___
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] starting a chapter on odd page

2016-05-11 Thread Marco Patzer
On Wed, 11 May 2016 13:19:41 +0200
Andrea Valle  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
___

Re: [NTG-context] starting a chapter on odd page

2016-05-11 Thread Wolfgang Schuster

Andrea Valle 
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
___
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] starting a chapter on odd page

2016-05-11 Thread Andrea Valle
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.va...@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  wrote:
> 
> On Wed, 11 May 2016 12:38:17 +0200
> Andrea Valle  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
> ___
> 

___
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] starting a chapter on odd page

2016-05-11 Thread Marco Patzer
On Wed, 11 May 2016 12:38:17 +0200
Andrea Valle  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
___

[NTG-context] starting a chapter on odd page

2016-05-11 Thread Andrea Valle
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.va...@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)

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