blob: b2eea8f0b1b4c6758ae6ee4b942353ad8c03008e (
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
39
40
41
42
43
44
45
46
47
48
49
50
|
\documentclass{howto}
\usepackage{moreverb} %% Verbatim Code Listings
\title{Cheetah Users' Guide}
\release{0.9.9a5}
\author{The Cheetah Development Team}
\authoraddress{\email{cheetahtemplate-discuss@lists.sourceforge.net}}
\begin{document}
\maketitle
\tableofcontents
\copyright{Copyright 2001, The Cheetah Development Team.
This document may be copied and modified under the terms of the
{\bf Open Publication License} \url{http://www.opencontent.org/openpub/}
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{whoShouldRead}
\include{introduction}
\include{gettingStarted}
\include{howItWorks}
\include{language}
\include{comments}
\include{output}
\include{inheritanceEtc}
\include{flowControl}
\include{errorHandling}
\include{parserInstructions}
\include{webware}
\include{libraries}
\include{optimizing}
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\appendix
%\include{glossary}
%\include{grammar}
\include{links}
\include{examples}
\include{tipsAndTricks}
\include{comparisons}
\include{developer}
\end{document}
% Local Variables:
% TeX-master: "users_guide"
% End:
|