6 Feb
2019
6 Feb
'19
5:28 p.m.
You can set dimensions with the measure system
%\definemeasure [TestValue] [20pt]
\starttext \measure{TestValue} \stoptext
and other values with \setvariables
%\setvariables [test] [abc=20]
Probably the .tuc hystersis can jump up and bite one in the rear end in other ways. But \definemeasure and \setvariables do solve the issue in my example. They were also new to me and should prove useful for my style files. (The amount of ConTeXt still to learn is very large...) -Sanjoy