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 D�rte Feichtenschlager
4
%%
5
%% based on manual.tex by
6
%%
7
%W Thomas Breuer
8
%W & Frank Celler
9
%W & Martin Schoenert
10
%W & Heiko Theissen
11
%%
12
%H $Id: manual.tex, v 0.5 2010/05/31 09:30:00 gap SymbCompCC $
13
%%
14
%%
15
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16
%%
17
%F gapmacro . . . . . . . . . . . . . . . . . read the GAP macro package
18
%%
19
\input ../../../doc/gapmacro
20
%
21
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
%%
23
%F BeginningOfBook . . . . . . . . . . . . . . . . . . . start the book
24
%%
25
\BeginningOfBook{symbcompcc}
26
%
27
%
28
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29
%%
30
%F UseReferences . . . . . . . . . . . . . . . . . . specify references
31
%%
32
%\UseReferences{../../../doc/ext}
33
\UseReferences{../../../doc/ref}
34
%\UseGapDocReferences{../../gapdoc/doc}
35
%
36
%
37
\Package{SymbCompCC}
38
%
39
%
40
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
41
%%
42
%F TitlePage
43
%%
44
\TitlePage{
45
\centerline{\titlefont SymbCompCC}\medskip
46
\centerline{\titlefont ---}\medskip
47
\centerline{\titlefont A GAP4 Package}\bigskip\bigskip
48
\centerline{\secfont Version \input ../VERSION}\vfill
49
\centerline{\secfont by}\vfill
50
\centerline{\secfont D\accent127orte Feichtenschlager}\medskip
51
\centerline{Institut Computational Mathematics, TU Brausnchweig}\medskip
52
\centerline{Pockelsstr. 14, 38106 Braunschweig, Germany}\medskip
53
\centerline{email: d.feichtenschlager@tu-braunschweig.de}\vfill
54
\centerline{\secfont{\Month} \Year}
55
}
56
%
57
%
58
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
59
%%
60
%F TableOfContents
61
%%
62
\OneColumnTableOfContents %since it's very short
63
%\TableOfContents %use instead if ToC is longer than a column
64
%
65
%
66
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
67
%%
68
%F FrontMatter
69
%%
70
\FrontMatter
71
%The following is needed if there are
72
%\cite commands and a `manual.bib' file
73
\immediate\write\citeout{\bs bibdata{./symbcompcc,../../../doc/mrabbrev,../../../doc/manual}}
74
%\immediate\write\citeout{\bs bibdata{symbcompcc}}
75
%
76
%
77
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
78
%%
79
%F Chapters
80
%%
81
\Chapters
82
\Input{install}
83
\Input{intro}
84
\Input{ppowerpolypcpgroup}
85
\Input{parpres}
86
\Input{schurextensions}
87
%
88
%
89
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
90
%%
91
%F Appendices
92
%%
93
\Appendices
94
\Bibliography
95
%\Index %to generate a proper index `manual.mst'
96
% %must be present
97
%
98
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
99
%%
100
%F EndOfBook
101
%%
102
\EndOfBook
103
%
104
%
105
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
106
%%
107
%E manual.tex . . . . . . . . . . . . . . . . . . . . . . . . ends here
108
109