CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
%%
3
%W manual.tex GAP documentation Thomas Breuer
4
%W & Frank Celler
5
%W & Martin Schoenert
6
%W & Heiko Theissen
7
%%
8
%H $Id: manual.tex,v 4.2 1998/08/27 13:31:46 ahulpke Exp $
9
%%
10
%%
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
12
%%
13
%F gapomacro . . . . . . . . . . . . . . . . read the GAP macro package
14
%%
15
\input ../../../doc/gapmacro
16
%
17
%
18
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19
%%
20
%F BeginningOfBook . . . . . . . . . . . . . . . . . . . start the book
21
%%
22
\BeginningOfBook{cohomolo}
23
%
24
%
25
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
26
%%
27
%F UseReferences . . . . . . . . . . . . . . . . . . specify references
28
%%
29
\UseReferences{../../../doc/ext}
30
\UseReferences{../../../doc/ref}
31
%
32
%
33
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34
%%
35
%F TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
36
%%
37
\TitlePage{
38
\centerline{\titlefont GAP Package}\medskip
39
\centerline{\titlefont ---}\medskip
40
\centerline{\titlefont COHOMOLO}\vfill
41
\centerline{\secfont by}\vfill
42
\centerline{\secfont Derek Holt}\vfill
43
\centerline{\secfont Mathematics Institute}
44
\medskip
45
\centerline{\secfont University of Warwick, Coventry, CV4 7AL}
46
}
47
%
48
%
49
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
50
%%
51
%F TableOfContents . . . . . . . . . . . . generate a table of contents
52
%%
53
\TableOfContents
54
%
55
%
56
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
57
%%
58
%F FrontMatter . . . . . . . . . . . . . . . . . . . . . GAP 4 Tutorial
59
%%
60
\FrontMatter
61
\immediate\write\citeout{\bs bibdata{./manual,../../../doc/mrabbrev,../../../doc/manual}}
62
%
63
%
64
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
65
%%
66
%F Chapters . . . . . . . . . . . . . . . . . . . . . . GAP 4 Tutorial
67
%%
68
\Chapters
69
\Input{cohomolo}
70
%
71
%
72
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
73
%%
74
%F Appendices . . . . . . . . . . . . Extending GAP 4 Reference Manual
75
%%
76
%\Appendices
77
%\Bibliography
78
\Index
79
%
80
%
81
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
82
%%
83
%F EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
84
%%
85
\EndOfBook
86
%
87
%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
89
%%
90
%E manual.tex . . . . . . . . . . . . . . . . . . . . . . . . ends here
91
92