On Sat, 2005-07-09 at 01:53 -0400, Paul Tremblay wrote:
> Is it possible to add lengths in ConTexT?
> 
> backspace= 55m + 1in

I don't know enough about ConTeXt to declare this The Right Way(tm), but
here's one way that Works For Me(tm):

\starttext
\newdimen\mydimen
\mydimen=1in
\hbox{\framed[height=\mydimen,width=1in]{before}
 \advance\mydimen by 55mm
 \framed[height=\mydimen,width=1in]{after}}
\stoptext

-- 
Stuart Jansen <[EMAIL PROTECTED]>
Guru Labs, L.C.

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to