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
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- %W main.xml GAP 4 package AtlasRep Thomas Breuer -->
4
<!-- %Y Copyright 2006, Lehrstuhl D f�r Mathematik, RWTH Aachen, Germany -->
5
6
<!DOCTYPE Book SYSTEM "gapdoc.dtd"
7
[ <!ENTITY ATLAS "<Package>ATLAS</Package>">
8
9
<!ENTITY ATLASSERVER "<URL>http://brauer.maths.qmul.ac.uk/Atlas</URL>">
10
<!ENTITY ATLASREPHOME "http://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep">
11
<!ENTITY WILSONMAIL "<Email>[email protected]</Email>">
12
13
<!ENTITY mdash "<Alt Only='HTML'>&#8212;</Alt><Alt Not='HTML'>---</Alt>">
14
15
<!ENTITY VERSIONNUMBER "1.5.1">
16
<!ENTITY RELEASEMONTH "March">
17
<!ENTITY RELEASEYEAR "2016">
18
]>
19
20
<Book Name="AtlasRep">
21
22
<TitlePage>
23
<Title><Package>AtlasRep</Package> &mdash; A GAP 4 Package<Index>AtlasRep</Index></Title>
24
<Version>(Version &VERSIONNUMBER;)
25
</Version>
26
<Author>Robert A. Wilson
27
&WILSONMAIL;
28
<Homepage>http://www.maths.qmw.ac.uk/~raw</Homepage>
29
</Author>
30
<Author>Richard A. Parker
31
<Email>[email protected]</Email>
32
</Author>
33
<Author>Simon Nickerson
34
<Homepage>http://nickerson.org.uk/groups</Homepage>
35
</Author>
36
<Author>John N. Bray
37
<Email>[email protected]</Email>
38
<Homepage>http://www.maths.qmw.ac.uk/~jnb</Homepage>
39
</Author>
40
<Author>Thomas Breuer
41
<Email>[email protected]</Email>
42
<Homepage>http://www.math.rwth-aachen.de/~Thomas.Breuer</Homepage>
43
</Author>
44
<Copyright>
45
&copyright; 2002&ndash;2016
46
<P/>
47
This package may be distributed under the terms and conditions of the
48
GNU Public License Version 3 or later,
49
see <URL>http://www.gnu.org/licenses</URL>.
50
</Copyright>
51
</TitlePage>
52
53
<TableOfContents/>
54
55
<Body>
56
57
<#Include SYSTEM "introduc.xml">
58
59
<#Include SYSTEM "tutorial.xml">
60
61
<#Include SYSTEM "interfac.xml">
62
63
<#Include SYSTEM "atlasrep.xml">
64
65
<#Include SYSTEM "extend.xml">
66
67
<#Include SYSTEM "utils.xml">
68
69
<#Include SYSTEM "technica.xml">
70
71
</Body>
72
73
<Bibliography Databases="manualbib.xml,../../../doc/manualbib.xml,../../ctbllib/doc/manualbib.xml"/>
74
75
<TheIndex/>
76
77
</Book>
78
79
<!-- ==================================================================== -->
80
81
82