summaryrefslogtreecommitdiff
path: root/docs/src/users_guide.tex
blob: 8e410c1c4aee37cd8fb64db9539a074f4e682493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\documentclass{howto}
\usepackage{moreverb}                   %% Verbatim Code Listings

\title{Cheetah Users Guide}
\release{0.9.6}

\author{The Cheetah Development Team}
\authoraddress{\email{cheetahtemplate-devel@lists.sourceforge.net}}

\begin{document}
\maketitle


\tableofcontents


\copyright{Copyright 2001, The Cheetah Development Team.
      Permission is granted to copy, distribute and/or modify this document
      under the terms of the GNU Free Documentation License, Version 1.1
      or any later version published by the Free Software Foundation;
      with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.}

    %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    \include{introduction}
    \include{gettingStarted}
    \include{TemplateObjects}
    \include{TDL}
    \include{macros}
    \include{webware}
    \include{customizing}
    \include{examples}
    %\include{errorMessages}
    %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

    %\appendix
    %\input{gfdl.tex}

\end{document}