[NTG-context] freedotlabel not defined in LMTX ?

Otared Kavian otared at gmail.com
Sat Dec 26 11:28:57 CET 2020


Hi Hans,

When I was testing your example with freelabel in another thread, I noticed that freedotlabel does not work in LMTX.
Here is the code from the Metafun manual which works with ConTeXt version 2020.06.25 10:55 MKIV, but not with ConTeXt version 2020.12.24 17:30 LMTX.

%% begin freedotlabel.tex
\setupbodyfont[pagella]

\starttext

\startMPcode
pair destination ;
for whereto = "up", "down", "left", "right" :
	destination := scantokens(whereto) * 1cm ;
	freedotlabel(whereto, destination, origin) ;
	drawarrow origin -- destination
	withpen pencircle scaled .25mm withcolor .625 red ;
endfor ;
\stopMPcode

\stoptext
%% end freedotlabel.tex

Best regards: Otared


More information about the ntg-context mailing list