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

565645 views
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
%%
3
%W manual.tex FGA documentation Christian Sievers
4
%%
5
%%
6
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7
%%
8
%F gapmacro . . . . . . . . . . . . . . . . . read the GAP macro package
9
%%
10
\input GAPROOT/doc/gapmacro
11
\Package{FGA}
12
%
13
%
14
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15
%%
16
%F BeginningOfBook . . . . . . . . . . . . . . . . . . . start the book
17
%%
18
\BeginningOfBook{FGA}
19
%
20
%
21
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
%%
23
%F UseReferences . . . . . . . . . . . . . . . . . . specify references
24
%%
25
\UseReferences{GAPROOT/doc/ref}
26
%
27
%
28
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29
%%
30
%F TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
31
%%
32
\TitlePage{
33
\centerline{\titlefont FGA}\bigskip
34
\centerline{\subtitlefont Free Group Algorithms}
35
\bigskip\bigskip\bigskip
36
\centerline{\subtitlefont A GAP4 Package}\bigskip\bigskip
37
\centerline{\secfont Version 1.3.1}
38
\vfill
39
\centerline{\secfont by}\vfill
40
\centerline{\secfont Christian Sievers}\medskip
41
% \centerline{Fachbereich Mathematik und Informatik}
42
% \centerline{Institut Computational Mathematics}
43
% \medskip
44
% \centerline{TU Braunschweig}\medskip
45
% \centerline{Pockelsstr. 14}
46
% \centerline{D-38106 Braunschweig}
47
% \medskip
48
% \centerline{email: [email protected]}
49
\vfill
50
\centerline{\secfont{\Month} \Year}
51
}
52
%
53
%
54
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
55
%%
56
%F TableOfContents . . . . . . . . . . . . generate a table of contents
57
%%
58
\OneColumnTableOfContents %since it's very short
59
%\TableOfContents %use instead if ToC is longer than a column
60
%
61
%
62
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
63
%%
64
%F FrontMatter
65
%%
66
\FrontMatter
67
%
68
\immediate\write\citeout{\bs bibdata{./manual,GAPROOT/doc/manual}}
69
%
70
%
71
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
72
%%
73
%F Chapters
74
%%
75
\Chapters
76
\Input{intro}
77
\Input{FGA}
78
\Input{install}
79
%
80
%
81
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
82
%%
83
%F Appendices
84
%%
85
\Appendices
86
%\Input{hints}
87
\Bibliography
88
\Index
89
%
90
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
91
%%
92
%F EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
93
%%
94
\EndOfBook
95
%
96
%
97
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
98
%%
99
%E manual.tex . . . . . . . . . . . . . . . . . . . . . . . . ends here
100
101