Bold, Italic, and Typewriter Fonts


If you want to put a small piece of text in a specific type style, you can do it as follows:
{\it This text will be in italics}
{\bf This text will be bold!}
{\tt This will be in a "typewriter font"}
If you want to put larger amounts of text into these type styles, you can use \begin and \end commands; i.e.:
\begin{it}
All this text
will
be italicized
\end{it}
More information is available in the document Essential LaTeX, on sale at Graphic Arts, or available in On-Line Help. Type the following at the athena% prompt:
help latex