Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

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

561421 views
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
%%
3
%F gapmacro . . . . . . . . . . . . . . . . . read the GAP macro package
4
%%
5
\input ../../../doc/gapmacro
6
\Package{AutPGrp}
7
%
8
%
9
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
10
%%
11
%F BeginningOfBook . . . . . . . . . . . . . . . . . . . start the book
12
%%
13
\BeginningOfBook{autpgrp}
14
%
15
%
16
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17
%%
18
%F UseReferences . . . . . . . . . . . . . . . . . . specify references
19
%%
20
\UseReferences{../../../doc/ext}
21
\UseReferences{../../../doc/ref}
22
%
23
%
24
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25
%%
26
%F TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
27
%%
28
\TitlePage{
29
\centerline{\titlefont AutPGrp}\medskip
30
\centerline{\titlefont ---}\medskip
31
\centerline{\titlefont A GAP4 Package}\vfill
32
\centerline{\secfont by}\vfill
33
\centerline{\secfont Bettina Eick and Eamonn O'Brien}\vfill
34
\centerline{\secfont{\Month} \Year}
35
}
36
%
37
%
38
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
39
%%
40
%F TableOfContents . . . . . . . . . . . . generate a table of contents
41
%%
42
\OneColumnTableOfContents
43
%
44
%
45
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
46
%%
47
%F FrontMatter
48
%%
49
\FrontMatter
50
%
51
%
52
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
53
%%
54
%F Chapters
55
%%
56
\Chapters
57
\Input{autpgrp}
58
\Input{method}
59
\Input{underl}
60
\Input{influen}
61
\Input{additional}
62
%
63
%
64
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
65
%%
66
%F Appendices
67
%%
68
\Appendices
69
%\Bibliography
70
\Index
71
%
72
%
73
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
74
%%
75
%F EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
76
%%
77
\EndOfBook
78
%
79
%
80
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
81
%%
82
%E manual.tex . . . . . . . . . . . . . . . . . . . . . . . . ends here
83
84