<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Ryan,<br>
<br>
..great!<br>
<br>
Thanks a lot<br>
<br>
Best regards<br>
Manuel<br>
<br>
<br>
Ryan Van Wagoner wrote:
<blockquote cite="mid87bqulcobw.fsf@gmail.com" type="cite">
  <blockquote type="cite">
    <blockquote type="cite">
      <blockquote type="cite">
        <blockquote type="cite">
          <blockquote type="cite">
            <pre wrap="">"pouchon" == Manuel Alexandre Pouchon <a class="moz-txt-link-rfc2396E" href="mailto:pouchon@gmx.ch">&lt;pouchon@gmx.ch&gt;</a> writes:
            </pre>
          </blockquote>
        </blockquote>
      </blockquote>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
 pouchon&gt; However, for LaTeX there are packages to handle this problem.
 pouchon&gt; How can I manage this problem in the MetaPost labels? In the
 pouchon&gt; btex ...  etex environment only TeX is allowed (?). And in any
 pouchon&gt; case, how could I introduce any packages in the btex ... etex
 pouchon&gt; environment.  

See below for one way to solve this problem.  You will need the pifont
package for LaTeX for this to work.


verbatimtex%&amp;latex

\documentclass{article}

\usepackage{pifont}

\newcommand{\upmu}{\Pisymbol{psy}{109}}

\begin{document}
etex

beginfig(1);
  draw btex \upmu etex;

endfig;

verbatimtex
\end{document}
etex

end.

Regards,

  </pre>
</blockquote>
<br>
</body>
</html>