ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* XY arranging
@ 2010-07-01 13:34 Henning Hraban Ramm
  2010-07-01 21:38 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Henning Hraban Ramm @ 2010-07-01 13:34 UTC (permalink / raw)
  To: mailing ConTeXt users list for

Is XY arranging supposed to work in MkIV?
I call "context --arrange myfile", but get only one paper per sheet.  
Other imposition schemas are working ok.


\setuppapersize [A7][A4]
\setuparranging [XY]
\setuppaper[nx=2,ny=2]
\setuppagenumbering [alternative=doublesided,location=footer]
\setuplayout [margin=0pt,width=fit]
\setupbackgrounds [text][text][background=screen,backgroundscreen=0.7]
\setuplayout [location=middle,marking=on]

\def\Style{[XY 2*2]}


\startbuffer[Fakepage]
	\strut
	\blank
	\midaligned{\Style}
	\vfill
	\midaligned{This is page \recurselevel}
	\vfill
\stopbuffer

\setupheadertexts[\CONTEXT]

\starttext
\dorecurse{16}{\getbuffer[Fakepage]\page}

\stoptext



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

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

* Re: XY arranging
  2010-07-01 13:34 XY arranging Henning Hraban Ramm
@ 2010-07-01 21:38 ` Wolfgang Schuster
  2010-07-02  8:16   ` Henning Hraban Ramm
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2010-07-01 21:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm

Am 01.07.10 15:34, schrieb Henning Hraban Ramm:
> Is XY arranging supposed to work in MkIV?
> I call "context --arrange myfile", but get only one paper per sheet. 
> Other imposition schemas are working ok.
>
>
> \setuppapersize [A7][A4]
> \setuparranging [XY]
> \setuppaper[nx=2,ny=2]
> \setuppagenumbering [alternative=doublesided,location=footer]
> \setuplayout [margin=0pt,width=fit]
> \setupbackgrounds [text][text][background=screen,backgroundscreen=0.7]
> \setuplayout [location=middle,marking=on]

Move \setuparranging to the end:

\setuppapersize [A7][A4]
\setuppaper[nx=2,ny=2]
\setuppagenumbering [alternative=doublesided,location=footer]
\setuplayout [margin=0pt,width=fit]
\setupbackgrounds [text][text][background=screen,backgroundscreen=0.7]
\setuplayout [location=middle,marking=on]
\setuparranging [XY]

> \def\Style{[XY 2*2]}
>
>
> \startbuffer[Fakepage]
>     \strut
>     \blank

\blank[force,...]

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

* Re: XY arranging
  2010-07-01 21:38 ` Wolfgang Schuster
@ 2010-07-02  8:16   ` Henning Hraban Ramm
  0 siblings, 0 replies; 3+ messages in thread
From: Henning Hraban Ramm @ 2010-07-02  8:16 UTC (permalink / raw)
  To: mailing ConTeXt users list for

Am 2010-07-01 um 23:38 schrieb Wolfgang Schuster:

> Am 01.07.10 15:34, schrieb Henning Hraban Ramm:
>> Is XY arranging supposed to work in MkIV?
>> I call "context --arrange myfile", but get only one paper per  
>> sheet. Other imposition schemas are working ok.
>
> Move \setuparranging to the end:
>
> \setuppapersize [A7][A4]
> \setuppaper[nx=2,ny=2]
> \setuppagenumbering [alternative=doublesided,location=footer]
> \setuplayout [margin=0pt,width=fit]
> \setupbackgrounds [text][text][background=screen,backgroundscreen=0.7]
> \setuplayout [location=middle,marking=on]
> \setuparranging [XY]


Thank you, but that didn't help; ah, maybe \setuppaper must stay in  
front, but I can't check it -- since I tried updating my minimals,  
everything's broken (see thread "mtxrun error"), can't even revert to  
some other revision... :-(


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

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

end of thread, other threads:[~2010-07-02  8:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-01 13:34 XY arranging Henning Hraban Ramm
2010-07-01 21:38 ` Wolfgang Schuster
2010-07-02  8:16   ` Henning Hraban Ramm

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