ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \setuplayout[location=duplex] not working? (probably since a year)
@ 2012-05-29  8:10 Marco Pessotto
  2012-05-29  8:44 ` Wolfgang Schuster
  2012-05-31  8:17 ` Hans Hagen
  0 siblings, 2 replies; 7+ messages in thread
From: Marco Pessotto @ 2012-05-29  8:10 UTC (permalink / raw)
  To: ntg-context


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
___________________________________________________________________________________


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

* Re: \setuplayout[location=duplex] not working? (probably since a year)
  2012-05-29  8:10 \setuplayout[location=duplex] not working? (probably since a year) Marco Pessotto
@ 2012-05-29  8:44 ` Wolfgang Schuster
  2012-05-29  9:00   ` Marco Pessotto
  2012-05-31  8:17 ` Hans Hagen
  1 sibling, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2012-05-29  8:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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
___________________________________________________________________________________


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

* Re: \setuplayout[location=duplex] not working? (probably since a year)
  2012-05-29  8:44 ` Wolfgang Schuster
@ 2012-05-29  9:00   ` Marco Pessotto
  0 siblings, 0 replies; 7+ messages in thread
From: Marco Pessotto @ 2012-05-29  9:00 UTC (permalink / raw)
  To: ntg-context

Wolfgang Schuster <schuster.wolfgang@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
___________________________________________________________________________________

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

* Re: \setuplayout[location=duplex] not working? (probably since a year)
  2012-05-29  8:10 \setuplayout[location=duplex] not working? (probably since a year) Marco Pessotto
  2012-05-29  8:44 ` Wolfgang Schuster
@ 2012-05-31  8:17 ` Hans Hagen
  2012-05-31  8:43   ` Marco Pessotto
  1 sibling, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2012-05-31  8:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Marco Pessotto

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
___________________________________________________________________________________


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

* Re: \setuplayout[location=duplex] not working? (probably since a year)
  2012-05-31  8:17 ` Hans Hagen
@ 2012-05-31  8:43   ` Marco Pessotto
  2012-05-31 10:13     ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Marco Pessotto @ 2012-05-31  8:43 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

Hans Hagen <pragma@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
___________________________________________________________________________________

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

* Re: \setuplayout[location=duplex] not working? (probably since a year)
  2012-05-31  8:43   ` Marco Pessotto
@ 2012-05-31 10:13     ` Hans Hagen
  2012-05-31 10:28       ` Marco Pessotto
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2012-05-31 10:13 UTC (permalink / raw)
  To: Marco Pessotto; +Cc: mailing list for ConTeXt users

On 31-5-2012 10:43, Marco Pessotto wrote:
> Hans Hagen<pragma@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
___________________________________________________________________________________

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

* Re: \setuplayout[location=duplex] not working? (probably since a year)
  2012-05-31 10:13     ` Hans Hagen
@ 2012-05-31 10:28       ` Marco Pessotto
  0 siblings, 0 replies; 7+ messages in thread
From: Marco Pessotto @ 2012-05-31 10:28 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

Hans Hagen <pragma@wxs.nl> writes:

> On 31-5-2012 10:43, Marco Pessotto wrote:
>> Hans Hagen<pragma@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
___________________________________________________________________________________

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

end of thread, other threads:[~2012-05-31 10:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-29  8:10 \setuplayout[location=duplex] not working? (probably since a year) Marco Pessotto
2012-05-29  8:44 ` Wolfgang Schuster
2012-05-29  9:00   ` Marco Pessotto
2012-05-31  8:17 ` Hans Hagen
2012-05-31  8:43   ` Marco Pessotto
2012-05-31 10:13     ` Hans Hagen
2012-05-31 10:28       ` Marco Pessotto

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