Style
| Grobal | Local | Ex. |
| \rmfamily | \textrm { txt } | Roman > |
| \sffamily | \textsf { txt } | Sans serif |
| \ttfamily | \texttt { txt } | Typewriter |
| \mcfamily | \textmc { txt } | 明朝 family* |
| \gtfamily | \textgt { txt } | ゴシック family* |
| \mdseries | \textmd { txt } | Midiumface |
| \bfseries | \textbf { txt } | Boldface |
| \itshape | \textit { txt } | Italic |
| \slshape | \textsl { txt } | Slanted |
| \scshape | \textsc { txt } | SMALL CAPS |
| \normalfont | \textnormal { txt } | Normal Font |
Size
| Cmd | Ex | Cmd | Ex | Cmd | Ex |
| \tiny \scriptsize \footnotesize \small \normalsize | Aa1 Aa1 Aa1 Aa1 Aa1 | \large \Large \LARGE | Aa1 Aa1 Aa1 | \huge \Huge | Aa1 Aa1 |
\verb!txt!, \verb*!txt!
\verb! と ! にはさまれた部分を typewriter 体で
そのまま出力する。その間の命令はすべて無視される。
! は両側が同じであればどんな文字でも構わない。
\verb* とすると、スペースを_と表示する。