First page Back Continue Last page Overview Graphics
Fonts
\textbf{some text} puts some text in boldface
\textit{some text} puts some text in italics
\textit{some text} puts some text in slanted style
\texttt{some text} puts some text in monospace
These commands can be combined: \textbf{It's a \textit{nice} day}
Use \begin{verbatim} ... \end{\verbatim} to enclose text that should appear in the ouput exacty as typed
Notes: