GENESIS: Documentation

Related Documentation:

New Document

The three above headings are included in all documentation by default.

Help with LATEX Documentation

Text color

Text in your document can be colorized with the command

    \textcolor{red}{text}

for example This is IMPORTANT, green and blue are also recognized arguments.

Hyperlinks

Two classes of hyperlink exist in the GENESIS Documentation System:

Figures

Figures can easily be added with the following code:

\begin{figure}[h]  
   \centering  
   \includegraphics[scale=0.6]{figures/dummyfig.eps}  
   \caption{{\bf A Dummy Figure:} Example of Latex code to incorporate  
      a figure into documentation.}  
   \label{fig:df-1}  
\end{figure}


PIC

Figure 1: A Dummy Figure: Example of LATEX code to incorporate a figure into documentation.


References