The styles are categorized into family, series, and shape. The typestyle in the output is composed of these three characteristics.
The table for the styles is given below:
| Style | command |
|---|---|
| Roman | extrm{roman} |
| Typewriter | exttt{typewriter} |
| Sans serif | extsf{sans serif} |
The table for the series is given below:
| Style | command |
|---|---|
| boldface | extbf{boldface} |
| medium | extmd{medium} |
The table for the shape is given below:
| Style | command |
|---|---|
| italic | extit{italic} |
| slanted | extsl{slanted} |
| upright | extup{upright} |
| SMALL CAP | extsc{small cap] |
The common font families are listed below:
| Font Families | Full Form |
|---|---|
| cmm | Computer Modern Italic |
| cmsy | Computer Modern Symbols |
| cmex | Computer Modern Extensions |
| cmr | Computer Modern Roman |
| cmss | Computer Modern Sans |
| cmtt | Computer Modern Typewriter |
| ptm | Adobe Times |
| phv | Adobe Helvetica |
| pcr | Adobe Courier |
The standard supported for the weights and width for the font series are listed in the table below:
sb- Semi Bold
ub- Ultra Bold
b- Bold
eb- Extra Bold
ul- Ultra Light
el- Extra Light
l- Light
sl- Semi Light
m- Medium (normal)
| Standard | Full-form | % Percentage |
|---|---|---|
| uc | Ultra Condensed | 50% |
| ec | Extra Condensed | 62.5% |
| c | Condensed | 75% |
| sc | Semi Condensed | 87.5% |
| x | Expanded | 125% |
| ex | Extra Expanded | 150% |
| ux | Ultra Expanded | 200% |
| m | Medium | 100% |
| sx | Semi Expanded | 112.5% |
Font sizes
| Command | Output |
|---|---|
| iny | |
| scriptsize | |
| footnotesize | |
| small | |
| ormalsize | |
| large | |
| Large | |
| LARGE | |
| huge | |
| Huge |
Default font families
| typeface = family | command | switch command | output |
|---|---|---|---|
| serif (roman) | extrm{Sample Text 0123} |
mfamily |
|
| sans serif | extsf{Sample Text 0123} |
sffamily |
|
| typewriter (monospace) | exttt{Sample Text 0123} |
tfamily |
Font styles
| style | command | switch command | output |
|---|---|---|---|
| medium | extmd{Sample Text 0123} |
mdseries |
|
| bold | extbf{Sample Text 0123} |
fseries |
|
| upright | extup{Sample Text 0123} |
upshape |
|
| italic | extit{Sample Text 0123} |
itshape |
|
| slanted | extsl{Sample Text 0123} |
slshape |
|
| small caps | extsc{Sample Text 0123} |
scshape |