LaTeX Terminal Typefaces
The typeface is specified by giving the size and style. A typeface is
also called a font.
The following type style commands are supported by LaTeX.
- \rm: Roman.
- \it: Italics.
- \em: Emphasis (toggles between \it and \rm).
- \bf: Boldface.
- \sl: Slanted.
- \sf: Sans serif.
- \sc: Small caps.
- \tt: Typewriter.
The following type size commands are supported by LaTeX.
- \tiny
- \scriptsize
- \footnotesize This is the default size
for footnotes.
- \small
- \normalsize (default)
- \large
- \Large (capital "l")
- \LARGE (all caps)
- \huge
- \Huge (capital "h")
Back to the main LaTeX page.