missing in to-tex table: del
\section{Biloba STX refsheet} This short document illustrates the most important forms available in Biloba STX. It is most useful if viewed in source form, instead of the rendered output. \subsection{Structure} body text is indented 2 blanks relative to its caption \subsubsection{Sub-Section} \subsubsection{Sub-Sub-Section} some text \subsubsection{Sub-Sub-Section} again, some text some text that adds to the body of \emph{Sub-Section} \subsection{Lists} bullet lists introduced with a dash (or `\verb|o|', `\verb|*|', `\verb|*)|') numbered lists introduced with a number (or `\verb|.|', `\verb| )|' ) Lists may be indented but are not required to be. To add a list directly after a caption, the list has to be indented relative to the body of the section (that is 4 blanks relative to the caption, as the body is already indented 2 blanks) \subsubsection{Example Bullet List} \begin{itemize} \item{item 1}\item{item 2}\begin{itemize} \item{subitem 2.1}\item{subitem 2.2}\end{itemize} \item{item 3}\item{item 4}\end{itemize} \subsubsection{Example Numbered List} \begin{enumerate} \item{item 1}\item{item 2} \begin{enumerate} \item{subitem 2.1}\item{subitem 2.2}\end{enumerate} \item{item 3}\item{item 4}\end{enumerate} \subsection{Term/Definition Pairs} Term and its definition are separated by two dashes `\verb|--|'. \begin{description} \item[HTML] HyperText Markup Language \item[XML] eXtensible Markup Language \end{description} \subsection{Figures} Are created by spontaneous indentation. That is indenting after something not a caption. In order to prevent the line before a figure from becoming a caption, it has to span at least two lines. \begin{figure} \begin{center} \begin{verbatim} #include #define S "Hello, Worldn" int main(int argc, char **argv) { exit(printf(S) == strlen(S) ? 0 : 1); } \end{verbatim}\caption{Simple C Program} \end{center} \end{figure} If the first line in a figure starts with a hash sign it is interpreted as the caption for the figure. \subsection{Images} Similiar to figures, but you have to add a `\verb|#type:image|' line at the top of the figure. The figure's text is the path to the image. \begin{figure} \begin{center} \includegraphics[width=0.9\textwidth]{../biloba}\caption{Image of Ginkgo Leaves (Tamara Crupi, September 1996)} \end{center} \end{figure} \subsection{Quotes} The quote must be enclosed in double quotation marks. Quote and Source are separated by two dashes. \begin{quote} ``Man is not the sum of what he has already, but rather the sum of what he does not yet have, of what he could have.'' -- \emph{Jean-Paul Sartre} \end{quote} \subsection{Inline Formatting} Add \emph{emphasis} or even \textbf{stronger emphasis}. Sample text is enclosed in two pairs of `\verb|single quotation marks|'. If you have to reflect a correction to text that was entered \none{fehlerhaft} \underline{incorrectly}, enclose the incorrect text in tilde characters `\verb|~|' and the correct text in underscore characters.