Re: [NTG-context] XY arranging

2010-07-02 Thread Henning Hraban Ramm

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
___


Re: [NTG-context] XY arranging

2010-07-01 Thread 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.



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


Re: [NTG-context] XY-arranging

2008-09-13 Thread Wolfgang Schuster

Am 13.09.2008 um 20:20 schrieb Willi Egger:

> Hallo Wolfgang,
>
> Thanks a lot for your immediate reply. - It works indeed. Just out of
> curiositiy: is there a reason why you suggest standardmakeup, it
> works also with \placelayer[Etiket]\page?
>

I prefer makeups in this situation but page is also possible, it's just
a matter of style and you could use what you prefer.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] XY-arranging

2008-09-13 Thread Willi Egger
Hallo Wolfgang,

Thanks a lot for your immediate reply. - It works indeed. Just out of  
curiositiy: is there a reason why you suggest standardmakeup, it  
works also with \placelayer[Etiket]\page?


Willi

On Sep 13, 2008, at 7:27 PM, Wolfgang Schuster wrote:

> \startstandardmakeup
> \placelayer[Etiket]
> \stopstandardmakeup

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] XY-arranging

2008-09-13 Thread Wolfgang Schuster

Am 13.09.2008 um 18:53 schrieb Willi Egger:

> Hi Guru's
>
> In the pdftex environment the enclosed file will result in an  
> address-label on position 8 from the top on a sheet with 14 labels.
>
> When compiling this file with LuaTeX, then the label is placed  
> somewhere down left and the dimensions are messed up.
>
> I am stummied...
>
> Currently I am using : ConTeXt  ver: 2008.08.11 11:45 MKIV  fmt:  
> 2008.8.11  int: english/english
>

You should force a shipout for every page, to do this replace  
placelayer[...] with

\startstandardmakeup
\placelayer[Etiket]
\stopstandardmakeup

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___