<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>Increasing the math font in the XML style sheet</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I'd like to be able increase the math font so that the fractions are easier to read.  If I use display math it ends up on a new line and centred.  I know that the span tag's math class affects the math formulas, but I can't figure out how to increase the size by 1 or 2.<BR>
<BR>
Below is an example of the problem.<BR>
<BR>
Thanks.<BR>
<BR>
<BR>
<problem><BR>
<script type="loncapa/perl">$exponent = &random(10,12,1);<BR>
$term     = &random(5, $exponent-2,1);<BR>
<BR>
$index= &random(1,2,1);<BR>
$numerator  = &choose($index, 3,5);<BR>
<BR>
$index= &random(1,2,1);<BR>
$denom = &choose($index, 2,4);<BR>
<BR>
$termnumerator = $numerator^$term * &factorial($exponent) / (&factorial($term) * &factorial($exponent-$term));<BR>
$termdenominator = $denom^$term;<BR>
<BR>
#$ANSWER = $numerator/$denom;</script><startouttext />One of the terms in the expansion of <m eval="on">$(x + b)^{$exponent}$</m>, where <m>$b > 0$</m>is <m eval="on">$\frac{$termnumerator}{$termdenominator}x^{$term}$</m>.  Find the value of <m>$b$</m>.  Do not approximate your answer.<BR>
<br /><BR>
<br /><BR>
<BR>
Answer:<endouttext /><BR>
<formularesponse samples="x@0" answer="$numerator/$denom" id="11"><BR>
    <responseparam name="tol" type="tolerance" default="0.000000001" description="Numerical Tolerance" /><BR>
    <textline readonly="no" size="25" /><BR>
    <hintgroup showoncorrect="no"><BR>
    <startouttext /><endouttext /><BR>
    </hintgroup><BR>
</formularesponse><BR>
</problem><BR>
</FONT>
</P>

</BODY>
</HTML>