1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
+-----------------------------------------------------------------------------+
| tenpt |
+-----------------------------------------------------------------------------+
Abbreviation: ã|noneã%
Parameters: ã|noneã%
ã|Description:ã%
There are two default \selectfontsets established when you format a TEXT1
file: \twelvept for the 12 point size Computer Modern serif typestyle; and
\tenpt for the 10 point Computer Modern serif typestyle.
The font set includes the following nine faces, each of which is called
by adding a backslash in front of the name, or using the abbreviation:
\roman (\rm), \bold (\bd), \italic (\it), \typewriter (\tt), \caps (\cc),
\mathitalic (\mi), \symbol (\sy), \extension (\ex), and \bolditalic (\bi).
ã|Example:ã%
Consider this example for switching from 12 point to a 10 point size.
\tenpt
\centerline{\twelvept\bd Sociogeology}
\centerline{\it by Achilles Chert}
"Does the absurd dictate death?" asks Albert Camus,
+-----------------------------------------------------------------------------+
| |
| Sociogeology |
| by Achilles Chert |
| "Does the absurd dictate death?" asks Albert Camus, |
+-----------------------------------------------------------------------------+
ã|Notes:ã%
There are some markup, such as \figure, \blockquotebegin, \autoendnote, and
\autofootnote which use \tenpt in formatting. If you decide you want to use
another 10 point font set (like Plantin) instead of Computer Modern as the
default, you must give that set the same name, "tenpt":
\selectfontset{pl10}{tenpt}{default}
\selectfontset{pl12}{twelvept}{default}
\selectmathset{cg97m}{mathdefault}
\tenpt
|