1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%%
3%%
4%H  $Id: manual.tex,v 4.7 2006/01/31 11:18:12 gap Exp $
5%%
6%%
7%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8%%
9%F  gapmacro . . . . . . . . . . . . . . . . . read the GAP macro package
10%%
11\input ../../../doc/gapmacro
12\Package{SglPPow}
13%
14%
15%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16%%
17%F  BeginningOfBook . . . . . . . . . . . . . . . . . . .  start the book
18%%
19\BeginningOfBook{SglPPow}
20%
21%
22%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23%%
24%F  UseReferences . . . . . . . . . . . . . . . . . .  specify references
25%%
26%
27%
28%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29%%
30%F  TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
31%%
32\TitlePage{
33  \centerline{\titlefont SglPPow}\medskip
34  \centerline{\titlefont ---}\medskip
35  \centerline{\titlefont A GAP4 Package}\bigskip\bigskip
36  \centerline{\secfont Version \input ../VERSION}\vfill
37  \centerline{\secfont by}\vfill
38  \centerline{\secfont Michael Vaughan-Lee (Oxford)}\medskip
39  \centerline{\secfont and }\medskip
40  \centerline{\secfont Bettina Eick (Braunschweig)} }
41%
42%
43%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
44%%
45%F  TableOfContents . . . . . . . . . . . .  generate a table of contents
46%%
47\OneColumnTableOfContents     %since it's very short
48%\TableOfContents             %use instead if ToC is longer than a column
49%
50%
51%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
52%%
53%F  FrontMatter
54%%
55\FrontMatter
56\immediate\write\citeout{\bs bibdata{sglppow}}
57%
58%
59%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
60%%
61%F  Chapters
62%%
63\Chapters
64\Input{intro}
65\Input{access}
66\Input{data}
67\Input{install}
68%
69%
70%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
71%%
72%F  Appendices
73%%
74\Appendices
75\Bibliography
76\Index                        %to generate a proper index `manual.mst'
77%                             %must be present
78%
79%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
80%%
81%F  EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
82%%
83\EndOfBook
84%
85%
86%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
87%%
88%E  manual.tex	. . . . . . . . . . . . . . . . . . . . . . . . ends here
89