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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to