<!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"><pouchon@gmx.ch></a> writes:
</pre>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<pre wrap=""><!---->
pouchon> However, for LaTeX there are packages to handle this problem.
pouchon> How can I manage this problem in the MetaPost labels? In the
pouchon> btex ... etex environment only TeX is allowed (?). And in any
pouchon> case, how could I introduce any packages in the btex ... etex
pouchon> environment.
See below for one way to solve this problem. You will need the pifont
package for LaTeX for this to work.
verbatimtex%&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>