<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 01/01/2013 05:27 AM, Dr A K Hannaby
      wrote:<br>
    </div>
    <blockquote cite="mid:000001cde823$cbee1690$63ca43b0$@mathshelp.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span style="font-size:12.0pt">Tug<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size:12.0pt">In Latex, is
            there a construction to (temporarily) query what is the font
            size currently being used?<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size:12.0pt">Running
            amsbook under Miktex 2.9<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size:12.0pt">Keith<o:p></o:p></span></p>
      </div>
      <br>
    </blockquote>
    \show\the\font is a basic TeX sequence which ought to work in
    LaTeX.  It should be placed immediately following a word that you
    know ought to be in the font you want to identify.  It will
    temporarily suspend TeX, which can be started again with a CR.  It
    should have no effect on the DVI output, but will be recorded in the
    log file. You can also get at the standard \fontdimen s such as
    \fontdimen2, the default interword skip in  similar ways. 
    \show\thefont will drill down to the original basic font definition,
    which may not be the way LaTeX chooses to refer to it.<br>
    <br>
    Pierre MacKay<br>
  </body>
</html>