Re: [NTG-context] \setuplayout[location=duplex] not working? (probably since a year)

2012-05-31 Thread Hans Hagen

On 29-5-2012 10:10, Marco Pessotto wrote:


Hello there. I'm messing around with imposition schemas and I think I've
hit a bug or a dropped feature (but documented in the printed manual).

Minimal example:

\setuppapersize[A5][A4]
\setuplayout[location=duplex]

\starttext
\dorecurse{20}{
\input knuth
}
\stoptext

As far as I can see, the duplex location is ignored, as the page is
always put in the left corner. Am I doing something wrong? The behaviour
is the same with the one-year-old ConTeXt from TeXlive2011.


there is no 'duplex' in context, only 'doublesided'


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


Re: [NTG-context] \setuplayout[location=duplex] not working? (probably since a year)

2012-05-31 Thread Marco Pessotto
Hans Hagen pra...@wxs.nl writes:

 there is no 'duplex' in context, only 'doublesided'

Ok, this just means there is an error in the “Layout in ConTeXt” manual,
p.97. Do you want me to create an Errata page on the wiki?

-- 
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] \setuplayout[location=duplex] not working? (probably since a year)

2012-05-31 Thread Hans Hagen

On 31-5-2012 10:43, Marco Pessotto wrote:

Hans Hagenpra...@wxs.nl  writes:


there is no 'duplex' in context, only 'doublesided'


Ok, this just means there is an error in the “Layout in ConTeXt” manual,
p.97. Do you want me to create an Errata page on the wiki?


ok (one for the fonts manual and one for layout)


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

Re: [NTG-context] \setuplayout[location=duplex] not working? (probably since a year)

2012-05-31 Thread Marco Pessotto
Hans Hagen pra...@wxs.nl writes:

 On 31-5-2012 10:43, Marco Pessotto wrote:
 Hans Hagenpra...@wxs.nl  writes:

 there is no 'duplex' in context, only 'doublesided'

 Ok, this just means there is an error in the “Layout in ConTeXt” manual,
 p.97. Do you want me to create an Errata page on the wiki?

 ok (one for the fonts manual and one for layout)

Done

http://wiki.contextgarden.net/Fonts_in_ConTeXt_Errata (empty)

http://wiki.contextgarden.net/Layouts_in_ConTeXt_Errata (one item)

They should be linked from the homepage (for that I don't have the
supercow powers), near the manual links, to make sense.

Best wishes.

-- 
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] \setuplayout[location=duplex] not working? (probably since a year)

2012-05-29 Thread Marco Pessotto

Hello there. I'm messing around with imposition schemas and I think I've
hit a bug or a dropped feature (but documented in the printed manual).

Minimal example:

\setuppapersize[A5][A4]
\setuplayout[location=duplex]

\starttext
\dorecurse{20}{
\input knuth
}
\stoptext

As far as I can see, the duplex location is ignored, as the page is
always put in the left corner. Am I doing something wrong? The behaviour
is the same with the one-year-old ConTeXt from TeXlive2011.

-- 
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] \setuplayout[location=duplex] not working? (probably since a year)

2012-05-29 Thread Wolfgang Schuster

Am 29.05.2012 um 10:10 schrieb Marco Pessotto:

 
 Hello there. I'm messing around with imposition schemas and I think I've
 hit a bug or a dropped feature (but documented in the printed manual).
 
 Minimal example:
 
 \setuppapersize[A5][A4]
 \setuplayout[location=duplex]
 
 \starttext
 \dorecurse{20}{
 \input knuth
 }
 \stoptext
 
 As far as I can see, the duplex location is ignored, as the page is
 always put in the left corner. Am I doing something wrong? The behaviour
 is the same with the one-year-old ConTeXt from TeXlive2011.

You can set “location=doublesided” but “duplex” isn’t a valid argument and even 
then it works only when you have a double sided document.

\setuppapersize[A5][A4]
\setuplayout[location=doublesided]
\setuppagenumbering[alternative=doublesided]
\starttext
\dorecurse{20}{
\input knuth
}
\stoptext

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] \setuplayout[location=duplex] not working? (probably since a year)

2012-05-29 Thread Marco Pessotto
Wolfgang Schuster schuster.wolfg...@googlemail.com writes:

 Am 29.05.2012 um 10:10 schrieb Marco Pessotto:

 You can set “location=doublesided” but “duplex” isn’t a valid argument
 and even then it works only when you have a double sided document.

Well, I took it from the printed manual (Layouts in ConTeXt, p.97), I
didn't invent it myself.

 \setuppapersize[A5][A4]
 \setuplayout[location=doublesided]
 \setuppagenumbering[alternative=doublesided]
 \starttext
 \dorecurse{20}{
 \input knuth
 }
 \stoptext

This indeed works. Thanks.

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