<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6001.18063" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face="Courier New" size=2>----- Original Message ----- </FONT></DIV>
<DIV>
<DIV><FONT face="Courier New" size=2>From: "Oliver Buerschaper" &lt;</FONT><A 
href="mailto:oliver.buerschaper@mpq.mpg.de"><FONT face="Courier New" 
size=2>oliver.buerschaper@mpq.mpg.de</FONT></A><FONT face="Courier New" 
size=2>&gt;</FONT></DIV>
<DIV><FONT face="Courier New" size=2>To: &lt;</FONT><A 
href="mailto:metapost@tug.org"><FONT face="Courier New" 
size=2>metapost@tug.org</FONT></A><FONT face="Courier New" 
size=2>&gt;</FONT></DIV></DIV>
<DIV><FONT face="Courier New" size=2> <BR>&gt; I'm trying to change the default 
font size MetaPost uses for labels&nbsp; <BR>&gt; but the following code keeps 
giving me trouble:<BR>&gt; <BR>&gt; ---<BR>&gt; 
beginfig(1);<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; defaultscale := 
6;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; label(btex Hallo $\sum$ etex, 
origin);<BR>&gt; endfig;<BR>&gt; <BR></FONT></DIV>
<DIV><FONT face="Courier New" size=2>defaultscale sets the size of the metapost 
font. It does not affect typeset labels.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Try this to see:</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>beginfig(1);<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
defaultscale := 6;<BR>&nbsp;&nbsp;&nbsp;&nbsp; label(btex Hallo $\sum$ etex, 
origin);</FONT></DIV>
<DIV><FONT face="Courier New" size=2>&nbsp;&nbsp;&nbsp;&nbsp; 
label.bot("Hallo",origin);<BR>endfig;<BR></FONT></DIV>
<DIV><FONT face="Courier New" size=2>But I cannot be much help on how to change 
the size of typeset labels as I have trouble there too.&nbsp; Seems like putting 
latex commands inside btex ... etex should work, I have seen files where it 
does, but it does not (yet)&nbsp;for my installation.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Also, if you make a preamble 
like...</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>prologues:=3;<BR>filenametemplate 
"%j%c.mps";<BR>verbatimtex<BR>%&amp;latex<BR>\documentclass{minimal}<BR>\usepackage{charter}<BR>\begin{document}<BR>etex</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>...you can change the font of typeset 
labels by using a package.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>I think some of this is involved in the 
changes the team are making.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT><FONT face="Courier New" 
size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>--John</FONT></DIV></BODY></HTML>