32 lines
749 B
Plaintext
32 lines
749 B
Plaintext
|
% tmp.mf, generated by Mfpic, v0.9 2006/05/26,
|
||
|
% from TeX source "Lsystem" on 2011/03/16 at 14:10
|
||
|
numeric mfpicversion; mfpicversion:=90;
|
||
|
if unknown mode: mode = localfont; fi
|
||
|
if unknown mag: mag = 1000/1000; fi
|
||
|
if unknown grafbase: input grafbase; fi
|
||
|
|
||
|
if unknown grafbaseversion: grafbaseversion = 0; fi
|
||
|
if grafbaseversion <> mfpicversion :
|
||
|
GBmsg "Bad mfpic installation: mfpic and grafbase versions do not match.";
|
||
|
fi
|
||
|
|
||
|
|
||
|
%----------------------------<1>
|
||
|
unitlen := 1.0pt#;
|
||
|
xscale := 15; yscale := 15;
|
||
|
bounds (-3, 3, -3, 3);
|
||
|
|
||
|
beginmfpic(1); % line 666 in the TeX source.
|
||
|
|
||
|
axes (5.0pt);
|
||
|
|
||
|
store (curpath)
|
||
|
drawn
|
||
|
function (true) (-2,2,0.1) (((x**3)-x)/2);
|
||
|
|
||
|
endmfpic; % (1) line 669 in the TeX source.
|
||
|
%------------------------------------------
|
||
|
|
||
|
|
||
|
end.
|