---------------------- Graphic files ---------------------- - unitstep.m (Matlab source file) - grphset.m (Matlab function) - fig1.mp (MetaPost) - fig2.mp (MetaPost) - mphead.tex (LatexMP header) - MPfig.bat (Dos batch file) The graphics were generated with Matlab and exported as eps files. With aid of GSview the eps files were translated to MetaPost source and edited by hand to obtain the current format The graphics files uses the latexmp metapost package for text output. The font setup is done in mphead.tex for both files. Note that latexmp requires the MetaPost file to be complied twice. Compilation: 1. Edit mphead.tex for your font requirements. 2. On Windows use MPfig.bat to obtain the mps and eps graphics output files: MPfig fig1 MPfig fig2 otherwise manually (e.g. for fig1.mp): a) mpost -tex=latex fig1.mp b) mpost -tex=latex fig1.mp c) copy fig1.1 fig1.mps d) Make a tex file fig1.tex \input{mphead} \usepackage[dvips]{graphicx} \pagestyle{empty} \begin{document} \includegraphics{fig1.1} \end{document} e) latex fig1.tex f) dvips -Ppdf -G0 -E fig1.dvi (makes eps file) g) delete all the temporary files