AlterEgo Qasars (quasar@econ.muni.cz) wrote: : Good morning. Howsagoin, : Is it possible to include a postscript figure into a : MetaPost source? If it isn't possible generally, is it : possible to include the output of other MetaPost file? [snip] You can indeed. See below. Regards, Marc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% verbatimtex \documentclass{article} \usepackage{graphicx} \begin{document} etex; defaultfont := "cmr12"; defaultscale := 12pt /fontsize defaultfont; input mp-tool; prologues := 2; beginfig( 0 ); draw btex \includegraphics{fib.eps} etex; endfig; end.