<br><div class="gmail_quote">On Tue, Dec 7, 2010 at 3:55 AM, Ulrike Fischer <span dir="ltr"><<a href="mailto:news3@nililand.de">news3@nililand.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Am Mon, 6 Dec 2010 22:19:55 -0500 schrieb Peter Davis:<br>
<div class="im"><br>
> I'm debugging a C++ program that reads an XML file and outputs a LaTeX file,<br>
> ready for typesetting.  Due to the nature of the XML, there are some<br>
> redundant commands in the .tex file, but I don't think they should cause the<br>
> weird behavior I'm seeing.  Basically, I use \fontspec{Minion Pro} and<br>
> \fontsize{14.000000}{14.000000}. (The \fontsize gets used some extra times,<br>
> but always at 14 pts.  However, in the resulting PDF from XeLaTeX (XeTeX,<br>
> Version 3.1415926-2.2-0.9997.4 (MiKTeX 2.9)), I get plain text in a small<br>
> font, and bold or italic text in what appears to be the correct size.  Can<br>
> anyone explain this?<br>
<br>
</div>\fontsize takes effect only after a \selectfont commmand. \itshape<br>
and \bfseries internally issues such a \selectfont.<br></blockquote><div><br></div><div>Excellent!  Just adding \selectfont after each \fontsize command seems to have fixed the problem.</div><div><br></div><div>Thank you!</div>
<div><br></div><div>-pd</div></div>