1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%%
3%W  manual.tex              GRAPE documentation
4%%
5%H  $Id: manual.tex,v 1.3 2001/10/11 14:24:15 gap Exp $
6%%
7%%
8%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9%%
10%F  gapmacro . . . . . . . . . . . . . . . .  read the GAP macro package
11%%
12\input gapmacro
13%
14%
15%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16%%
17%F  BeginningOfBook . . . . . . . . . . . . . . . . . . .  start the book
18%%
19\BeginningOfBook{matgrp}
20%
21%
22%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23%%
24%F  UseReferences . . . . . . . . . . . . . . . . . .  specify references
25%%
26% \UseReferences{../../../doc/ext}
27% \UseReferences{../../../doc/ref}
28%
29%
30%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31%%
32%F  TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
33%%
34\TitlePage{
35  \centerline{\titlefont matgrp}\bigskip\bigskip\bigskip
36  \centerline{\secfont A GAP Package}\vfill
37  \centerline{\secfont by}\bigskip\bigskip\bigskip
38  \centerline{\secfont Alexander Hulpke}\bigskip
39  \centerline{\secfont Department of Mathematics}\medskip
40  \centerline{\secfont Colorado State University}
41}
42%
43%
44%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
45%%
46%F  TableOfContents . . . . . . . . . . . .  generate a table of contents
47%%
48\TableOfContents
49%
50%
51%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
52%%
53%F  FrontMatter . . . . . . . . . . . . . . . . . . . . .
54%%
55\FrontMatter
56\immediate\write\citeout{\bs bibdata{manual}}
57%
58%
59%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
60%%
61%F  Chapters  . . . . . . . . . . . . . . . . . . . . . .
62%%
63\Chapters
64\Input{matgrp}
65%
66%
67%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
68%%
69%F  Appendices  . . . . . . . . . . . .
70%%
71\Appendices
72\Bibliography
73\Index
74%
75%
76%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
77%%
78%F  EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
79%%
80\EndOfBook
81%
82%
83%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
84%%
85%E  manual.tex	. . . . . . . . . . . . . . . . . . . . . . . . ends here
86