<div>Thank you very much for your help. </div>  <div>&nbsp;</div>  <div>I wish I knew what I&nbsp;had to&nbsp;tried beforehand. It's just like asking someone who doesn't know Russian alphabet to&nbsp;look up the Russian dictionary first before&nbsp; asking&nbsp;a Russian&nbsp;word.</div>  <div>&nbsp;</div>  <div>One more question: How to implement&nbsp;his/her own&nbsp;symbol created by using Metapost&nbsp;to the Latex math environment without using \includegrphics commend. For example, first draw a triangle with Metapost and define such as \owntriangle and use it in&nbsp;Latex document.</div>  <div>&nbsp;</div>  <div>Again, this might be a too easy question for everyone in this group, Taco might scold me again, I am afraid...</div>  <div>&nbsp;</div>  <div>&nbsp;</div>  <div><BR><B><I>Taco Hoekwater &lt;taco@elvenkind.com&gt;</I></B> wrote:</div>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Steve MC Han
 wrote:<BR>&gt; Hi,<BR>&gt; <BR><BR>&gt; Is there anyone who could interprete and correct this error message?<BR>&gt; The picture comes out O.K., but it keep showing up and bothers me.<BR><BR>The first: the number is too large. Metapost displikes pure numbers<BR>above 4095. Often numbers upto 16383 are ok, but you have to suppress<BR>the warning message explicitly if you want to use such numbers.<BR>As the message says, just start you document with:<BR><BR>warningcheck := 0;<BR><BR>and the message will go away. Actually, that is *precisely* what<BR>the erro message from metapost said, so you could have just tried<BR>it before emailing.<BR><BR>The second: A 'redundant equation' happens when you write an<BR>equation (with an equals sign) that is already solved. The input<BR>is not really wrong, but you get an error message because it often<BR>means there is a fault in your constructed set of equations.<BR><BR>Here is an example of what it is supposed to catch:<BR><BR>a = 1; b
 = a ; b = 1; % b already is 1, thanks to eq(2)<BR><BR>In your case, something is initialized twice over. My guess is your<BR>are loading graph.mp twice.<BR><BR>Best, Taco<BR></BLOCKQUOTE><BR><p>&#32;

<hr size=1><a href="http://answers.yahoo.com/dir/index;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx?link=ask&sid=396545367">Food fight?</a> Enjoy some healthy debate<br>in the <a href="http://answers.yahoo.com/dir/index;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx?link=ask&sid=396545367">Yahoo! Answers Food & Drink Q&A.</a>