blob: 9fe869f6a3228cb11bfb9f2baea129e48f96d497 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
+-----------------------------------------------------------------------------+
| mathdefault |
+-----------------------------------------------------------------------------+
Abbreviation: ã|noneã%
Parameters: ã|noneã%
ã|Description:ã%
By default, TEXT1 establishes a 9 point font for math mode superscripts,
and a 7 point font for math mode supersuperscripts. This is the value of
\mathdefault. You can establish other math mode font combinations than 9/7
by using the \selectmathset markup.
ã|Example:ã%
You can establish a larger math set called \bigmath which can be used for
display math and you can switch back to \mathdefault for the text math.
\selectmathset{cm1412m}{bigmath}
\twelvept
\mathdefault
ã|Notes:ã%
none.
|