Is it possible to keep processing a MetaPost file even when errors occur?  For example, consider the following code:<br><div class="gmail_quote"><br>prologues:=3;<br>verbatimtex<br>%&latex<br>\documentclass{minimal}<br>
\begin{document}<br>etex<br>
beginfig(0);<br>   draw origin--(144,0) dashed evenly;<br>   label.top(btex Hello etex,origin);<br>   label(btex $x axis etex,origin);<br>   label.bot(btex World etex,origin);<br>endfig;<br>end<br><br>Notice that the second label command has intentionally been made to cause an error.  Is there an interaction mode that will allow the draw command and the two error-free label commands to be processed so that the resulting figure shows all but the second label?<br>

<br>Thanks,<br><font color="#888888"><br>Troy<br>
</font></div><br>