\texttt,\textbf, \textit
... instead of
\tt, \bf, \it
... The latter are deprecated since
LATEX2\bf\it
to typeset in bold italics does not work. In fact, it is impossible
to produce bold italic output using the two-letter font commands!
Do not use \tt, \bf, \it
..., forget
they ever existed!
\section{}
etc.). It you want to assign a \label
to
a section, put it on a line by itself, immediately following the
sectioning command. Leave a blank line after a sectioning command
or the label following one. This makes the LATEX-source of this
document much more readable.
\Filename{filename}
.
\Command{commands}
.
\Variable{variables}
.
\Subroutine{}
like this:
\Subroutine{subroutine}
. Note that this command
automatically appends the parentheses.
\label{sec:title_of_section}
. Class-strings would be sec
(section, subsection, etc.), eq (equation), fig (figure), tab
(table).