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

Path: gap4r8 / doc / tut / main.xml
Views: 418346
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- %W main.xml GAP 4 Tutorial ... -->
4
<!-- %Y Copyright 1997, Lehrstuhl D für Mathematik, RWTH Aachen, Germany -->
5
6
<!DOCTYPE Book SYSTEM "gapdoc.dtd"
7
[ <!ENTITY ATLAS "<Package>Atlas</Package>">
8
<!ENTITY mdash "<Alt Only='HTML'>&#8212;</Alt><Alt Not='HTML'>---</Alt>">
9
<#Include SYSTEM "../versiondata">
10
]>
11
12
<?LaTeX ExtraPreamble="
13
"?>
14
15
<Book Name="tut">
16
<TitlePage>
17
<Title>GAP &mdash; A Tutorial</Title>
18
<Version>Release &VERSIONNUMBER;, &RELEASEDAY;</Version>
19
<Author>The GAP Group
20
<Email>[email protected]</Email>
21
<Homepage>https://www.gap-system.org</Homepage>
22
</Author>
23
24
<Copyright>
25
Copyright &copyright; (1987-&RELEASEYEAR;)
26
for the core part of the &GAP; system by the &GAP; Group.
27
<P/>
28
Most parts of this distribution, including the core part of the &GAP;
29
system are distributed under the terms of the GNU General Public License,
30
see <URL>http://www.gnu.org/licenses/gpl.html</URL> or the file
31
<F>GPL</F> in the <F>etc</F> directory of the &GAP;
32
installation.
33
<P/>
34
More detailed information about copyright and licenses of parts of this
35
distribution can be found in <Ref Sect="Copyright and License" BookName="ref"/>.
36
<P/>
37
&GAP; is developed over a long time and has many authors and contributors.
38
More detailed information can be found in
39
<Ref Sect="Authors and Maintainers" BookName="ref"/>.
40
</Copyright>
41
</TitlePage>
42
43
<TableOfContents/>
44
45
<Body>
46
47
<#Include SYSTEM "preface.xml">
48
<#Include SYSTEM "introduc.xml">
49
<#Include SYSTEM "lists.xml">
50
<#Include SYSTEM "function.xml">
51
<#Include SYSTEM "group.xml">
52
<#Include SYSTEM "algvspc.xml">
53
<#Include SYSTEM "domain.xml">
54
<#Include SYSTEM "opers.xml">
55
56
</Body>
57
58
<Bibliography Databases="../manualbib.xml"/>
59
60
<TheIndex/>
61
62
</Book>
63
64
<!-- ==================================================================== -->
65
66
67