I once did this for the charter fonts, which I thought fit the Adobe Caslon Pro quite nicely. I guess for the pazo fonts the following files would need to be modified (I use MikTeX under XP) (back them up first, in case something goes wrong).<br>
<br>/Program Files/MiKTeX 2.7/tex/latex/psnfss/ot1zplm.fd<br>/Program Files/MiKTeX 2.7/tex/latex/psnfss/omlzplm.fd<br>/Program Files/MiKTeX 2.7/tex/latex/psnfss/omszplm.fd<br>/Program Files/MiKTeX 2.7/tex/latex/psnfss/omxzplm.fd<br>
<br>Each of these files have lines that look like<br><br>\DeclareFontShape{OT1}{zplm}{m}{n}{<br>&nbsp;&nbsp; &lt;-&gt; zplmr7t<br>}{}<br><br>You would want to modify those commands (\DeclareFontShape) (and only those I think) such that they look like the following<br>
<br>\DeclareFontShape{OT1}{zplm}{m}{n}{<br>&nbsp;&nbsp; &lt;-&gt; <b style="color: rgb(255, 0, 0);">s * [0.90]</b> zplmr7t<br>}{}<br><br>Here, the red, bold part scales the font by 90%. <br><br>Modify the scaling number until it fits nicely with Garamond. <br>
<br>After each modification, you may need to rebuild your font database as well. I can&#39;t remember whether I did that or not.<br><br>There is possibly a more elegant way of doing this, but I don&#39;t know how. Note that, if you ever modify/upgrade your tex installation, you may need to do this again, therefore it&#39;s good to note down the changes you make to each file.<br>
<br>I hope this helps.<br><br>Ekin<br><br><br><div class="gmail_quote">On Mon, Feb 9, 2009 at 1:45 PM, Nicolas Vaughan <span dir="ltr">&lt;<a href="mailto:nivaca@gmail.com">nivaca@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>I know there&#39;s been a lot of discussion here on XeLaTeX and math fonts, but I found nothing on correct font size.<br>If I use something like the following,<br><br><span style="font-family: courier new,monospace;">\usepackage{mathpazo}</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">\usepackage{fontspec,xltxtra,xunicode}</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">\setromanfont[Mapping=tex-text}{Adobe Garamond Pro}</span><br>

<br>and I use inline math formulae (e.g., &quot;the variables $a$, $b$ and $c$&quot;, etc.), the size of these formulae differs significantly from the main roman font&#39;s size.<br><br>Is there a way of tweaking the math font size?<br>

<br>Cheers!<br><font color="#888888"><br>Nicolas Vaughan<br><br>
</font><br>_______________________________________________<br>
XeTeX mailing list<br>
<a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br>
<br></blockquote></div><br>