blob: 3d6b5843794ce8685cc96145cc21cd2c0580797a (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
+-----------------------------------------------------------------------------+
| font |
+-----------------------------------------------------------------------------+
Abbreviation: ã|noneã%
Parameters: ã|user markup name and font nameã%
ã|Description:ã%
The \font markup can be used to allow you to make use of a specific font
available on your printer. You should always consult the font catalog for
the fonts available on your printer. The name given in the font catalog
goes where font name is with the \font markup. The user markup name you
must provide. It should be a unique name.
ã|Example:ã%
To use the fourteen point Sonoran Roman, you can assign it to the markup
name \bigfont by entering,
\font \bigfont = sonr14
\bigfont Palouse Region:
and you will get:
+-----------------------------------------------------------------------------+
| |
| Palouse Region: |
| |
+-----------------------------------------------------------------------------+
ã|Example:ã%
To use the ten point Computer Modern Sanserif Demibold Condensed you can
assign it to a markup name \demifont by entering,
\font \demifont = cmssdc10
\demifont Palouse Region:
you will get:
+-----------------------------------------------------------------------------+
| |
| Palouse Region: |
| |
+-----------------------------------------------------------------------------+
ã|Notes:ã%
The \font markup does not change the interline skip. A font established
with \selectspecificfont does.
This markup is described further in The TEXbook.
|