supported TeX macros

This is the subset of TeX formatting instructions provided by DOC++:
$...$
math mode for inline equations
\[...\]
display math mode
\#
to output character ``#''
\_
to output character ``_''
\
to output character `` ''
\em
only to be used as ``{\em ...}'' or ``\emph{...}''
\bf
only to be used as ``{\bf ...}'' or ``\textbf{...}''
\it
only to be used as ``{\it ...}'' or ``\textit{...}''
\tt
only to be used as ``{\tt ...}'' or ``\texttt{...}''
\tiny
only to be used as ``{\tiny ...}''
\scriptsize
only to be used as ``{\scriptsize ...}''
\footnotesize
only to be used as ``{\footnotesize ...}''
\small
only to be used as ``{\small ...}''
\large
only to be used as ``{\large ...}''
\Large
only to be used as ``{\Large ...}''
\LARGE
only to be used as ``{\LARGE ...}''
\huge
only to be used as ``{\huge ...}''
\Huge
only to be used as ``{\Huge ...}''
\HUGE
only to be used as ``{\HUGE ...}''
\hline
only to be used as ``\hline''
center
i.e. ``\begin{center} ... \end{center}''
flushleft
i.e. ``\begin{flushleft} ... \end{flushleft}''
flushright
i.e. ``\begin{flushright} ... \end{flushright}''
verbatim
i.e. ``\begin{verbatim} ... \end{verbatim}''
tabular
i.e. ``\begin{tabular}{lll} ...&...\\ ... \end{tabular}''
array
i.e. ``\begin{array}{lll} ...&...\\ ... \end{array}''
itemize
i.e. ``\begin{itemize} \item ... ... \end{itemize}''
enumerate
i.e. ``\begin{enumerate} \item ... ... \end{enumerate}''
description
i.e. ``\begin{description} \item[...] ... ... \end{description}''
equation
i.e. ``\begin{equation} ... \end{equation}''
equation array
i.e. ``\begin{eqnarray} ... \end{eqnarray}''
When writing your documentation using only this, you can be sure to get reasonable TeX and HTML documentation for your code.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.