[Tuglist] Math Font size

Radhakrishnan CV tuglist@tugindia.org.in
Mon, 5 Nov 2001 13:58:02 +0530 (IST)


On Mon, 5 Nov 2001 at 09:45, R. K. Mehta wrote:

   How to change the mathfont size from the default value?

\DeclareMathSizes#1#2#3#4 is the low level command to change the
mathfont sizes, where:

#1 => base font size
#2 => normalsize for math characters
#3 => scriptsize (first level of super/subscripts)
$4 => scriptscriptsize (second or other levels of sup/subscripts)

Examples:

\DeclareMathSizes{5}     {6}   {6}  {6}
\DeclareMathSizes{6}     {6}   {6}  {6}
\DeclareMathSizes{7}     {6.8} {6}  {6}
\DeclareMathSizes{8}     {8}   {6.8}{6}
\DeclareMathSizes{9}     {9}   {7.6}{6}
\DeclareMathSizes{10}   {10}   {7.6}{6}

The last line above defines the mathsizes for basefont 10pt. The
normal size is 10pt, scriptsize is 7.6pt and scriptscriptsize is
6pt. You can change this to any value you like to have.

-- 
Radhakrishnan