Re: [NTG-context] metaobj and luatex 0.42.0

2009-09-24 Thread Matt Claus

Hi Matthijs,

Thank you for your two follow ups to my original question. Both of the 
techniques you suggested also work for me, so I'm able to continue now.


Cheers,
Matt


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

2006-07-25 Thread Matt Claus
To summarize, Taco kindly solved this problem after exchanging some messages
with me off list - thank you Taco.

The key is, when using a papersize other than the A4 default with XY, it is
necessary to first explicitly set the appropriate papersize.  This enables
the XY calculations to expand properly.

For example:

\setuppapersize[letter][letter]
\setuppapersize [XY][letter]
\setuppaper[nx=3,ny=10,dx=2mm,dy=0mm,topspace=5mm,backspace=5mm]
\setuplayout [location=middle]
\setuparranging [XY]
\showframe
\starttext \dorecurse{30}{test} \stoptext

This is a very handy way to generate a centered layout for labels of any
size.  The spacing between the labels is easily controlled with dx and dy.

Thanks for the help solving this,
Matt



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context