8 Mar
2010
8 Mar
'10
5:31 a.m.
Is the sarith package usable in MKIV? For example, I would like to get the numerical (not string) values of auto.x and auto.y from the graph package. I expect the following example to work, but it does not (even if I "input sarith") with MPinclusions. \usemodule[graph] \ctxlua{metapost.showlog=true} \startMPpage draw begingraph(1in,1in); setrange((0,0),(1,1)); for n=auto.x: show Scvnum n; % This is the line that is failing endfor; endgraph; \stopMPpage