Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

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

Views: 415151
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- Changes from Earlier Versions" -->
4
5
<!DOCTYPE Book SYSTEM "gapdoc.dtd"
6
[ <!ENTITY ATLAS "<Package>Atlas</Package>">
7
<!ENTITY mdash "<Alt Only='HTML'>&#8212;</Alt><Alt Not='HTML'>---</Alt>">
8
<#Include SYSTEM "../versiondata">
9
]>
10
11
<!-- the 2.8em parameter causes that in the toc lines for sections more
12
space is reserved for the section numbers (otherwise the header text
13
overwrite some of the wide numbers); similar for subsections -->
14
<?LaTeX ExtraPreamble="
15
\makeatletter
16
\renewcommand*\l@section{\@dottedtocline{1}{1.5em}{2.8em}}
17
\renewcommand*\l@subsection{\@dottedtocline{2}{3.8em}{4.0em}}
18
\def\@pnumwidth{2.1em}
19
\makeatother
20
"?>
21
22
<Book Name="changes">
23
<TitlePage>
24
<Title>GAP - Changes from Earlier Versions</Title>
25
<Version>Release &VERSIONNUMBER;, &RELEASEDAY;</Version>
26
<Author>The GAP Group
27
<Email>[email protected]</Email>
28
<Homepage>https://www.gap-system.org</Homepage>
29
</Author>
30
31
<Copyright>
32
Copyright &copyright; (1987-&RELEASEYEAR;)
33
for the core part of the &GAP; system by the &GAP; Group.
34
<P/>
35
Most parts of this distribution, including the core part of the &GAP;
36
system are distributed under the terms of the GNU General Public License,
37
see <URL>http://www.gnu.org/licenses/gpl.html</URL> or the file
38
<F>GPL</F> in the <F>etc</F> directory of the &GAP;
39
installation.
40
<P/>
41
More detailed information about copyright and licenses of parts of this
42
distribution can be found in Section
43
<Ref Sect="Copyright and License" BookName="ref"/> of the &GAP; reference
44
manual.
45
<P/>
46
&GAP; is developed over a long time and has many authors and contributors.
47
More detailed information can be found in Section
48
<Ref Sect="Authors and Maintainers" BookName="ref"/> of the &GAP; reference
49
manual.
50
</Copyright>
51
</TitlePage>
52
53
<TableOfContents/>
54
55
<Body>
56
57
<#Include SYSTEM "preface.xml">
58
59
<#Include SYSTEM "changes48.xml">
60
61
<#Include SYSTEM "changes47.xml">
62
63
<#Include SYSTEM "changes46.xml">
64
65
<#Include SYSTEM "changes45.xml">
66
67
<#Include SYSTEM "changes44.xml">
68
69
<#Include SYSTEM "../ref/changes.xml">
70
71
</Body>
72
73
<TheIndex/>
74
75
</Book>
76
77
<!-- ==================================================================== -->
78
79
80