You can use \measured or just create more named lengths.19. März 2017 um 18:06 via PostboxHi!
Is it possible to calculate with \measure or do I have to resort to
dimens? Example:
\definemeasure [mymeasure] [4cm]
\newdimen\mydim \mydim4cm
\starttext
\framed[width=4cm]{Foobar}
\framed[width=\measure{mymeasure}]{Foobar}
\framed[width=2\mydim]{Foobar}
\framed[width=2\measure{mymeasure}]{Foobar}
\stoptext