Le 12 mai à 16:32:26 Aditya Mahajan <[email protected]> écrit notamment:
| Can you post a file that fails at your end?
here, but it doesn't *fail*, it produces ecindf.1 ok but then shows
infinitely this message.
...................
input metafun;
numeric u; u=.5cm;
path AX; AX = drawdblarrow (10u,0) -- (0,0) -- (0,10u);
beginfig(1);
draw AX;
label.lft(btex Coûts, prix etex rotated 90, (-.2u,8u));
label.bot(btex Quantités etex, (8u,0));
for i=0 step u until 9u:
draw (i,u/20)--(i,0);
draw (u/20,i)--(0,i);
endfor;
picture ax; ax := currentpicture;
endfig;
end
...........................
--
Jean
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________