9 Jul
2005
9 Jul
'05
6:56 a.m.
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