OT1 |
TEX text |
T1 |
TEX extended text |
OML |
TEX math italic |
OMS |
TEX math symbols |
OMX |
TEX math large symbols |
U |
Unknown |
L<xx> |
A local encoding |
cmr |
Computer Modern Roman |
cmss |
Computer Modern Sans |
cmtt |
Computer Modern Typewriter |
cmm |
Computer Modern Math Italic |
cmsy |
Computer Modern Math Symbols |
cmex |
Computer Modern Math Extensions |
ptm |
Adobe Times |
phv |
Adobe Helvetica |
pcr |
Adobe Courier |
m |
Medium |
b |
Bold |
bx |
Bold extended |
sb |
Semi-bold |
c |
Condensed |
n |
Normal (that is `upright' or `roman') |
it |
Italic |
sl |
Slanted (or `oblique') |
sc |
Caps and small caps |
10pt
or
1.5in
or 3mm
; if no unit is specified, pt
is assumed. These five
parameters specify every LATEX font, for example:
Font | TEX font name | |||||
OT1 | cmr | m | n | 10 |
Computer Modern Roman 10 point | cmr10 |
OT1 | cmss | m | sl | 1pc |
Computer Modern Sans Oblique 1 pica | cmssi12 |
OML | cmm | m | it | 10pt |
Computer Modern Math Italic 10 point | cmmi10 |
T1 | ptm | b | it | 1in |
Adobe Times Bold Italic 1 inch | ptmb8t at 1in |
Overfull \hbox (3.80855pt too wide) in paragraph at lines 314--318 []\OT1/cmr/m/n/10 Normally [] and [] will be iden-ti-cal,The author commands for fonts set the five attributes:
Author command | Attribute | Value in article class |
\textrm{..} or \rmfamily |
family | cmr |
\textsf{..} or \sffamily |
family | cmss |
\texttt{..} or \ttfamily |
family | cmtt |
\textmd{..} or \mdseries |
series | m |
\textbf{..} or \bfseries |
series | bx |
\textup{..} or \upshape |
shape | n |
\textit{..} or \itshape |
shape | it |
\textsl{..} or \slshape |
shape | sl |
\textsc{..} or \scshape |
shape | sc |
\tiny |
size | 5pt |
\scriptsize |
size | 7pt |
\footnotesize |
size | 8pt |
\small |
size | 9pt |
\normalsize |
size | 10pt |
\large |
size | 12pt |
\Large |
size | 14.4pt |
\LARGE |
size | 17.28pt |
\huge |
size | 20.74pt |
\Huge |
size | 24.88pt |
fontenc
package.
This section does not explain how LATEX font specifications are
turned into TEX font names. This is described in
Section 4.