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
<!-- Reading PKGVERSIONDATA chunk from the PackageInfo.g file -->
4
5
<!DOCTYPE Book SYSTEM "gapdoc.dtd"
6
[ <!ENTITY Example "<Package>Example</Package>">
7
<#Include Label="PKGVERSIONDATA">
8
]>
9
10
<!-- Documentation of the Example package. -->
11
12
<Book Name="Example">
13
14
<TitlePage>
15
<Title>&Example;</Title>
16
<Subtitle>Example/Template of a &GAP; Package and Guidelines for Package Authors</Subtitle>
17
<Version>Version &VERSION;</Version>
18
<Date>&RELEASEDATE;</Date>
19
<Author> Werner Nickel
20
<Email>[email protected]</Email>
21
<Homepage>http://www.mathematik.tu-darmstadt.de/~nickel</Homepage>
22
</Author>
23
<Author> Greg Gamble
24
<Email>[email protected]</Email>
25
<Homepage>http://www.math.rwth-aachen.de/~Greg.Gamble</Homepage>
26
</Author>
27
<Author> Alexander Konovalov
28
<Email>[email protected]</Email>
29
<Homepage>http://www.cs.st-andrews.ac.uk/~alexk/</Homepage>
30
</Author>
31
<Copyright>
32
<Index>License</Index>
33
&copyright; 1997-2012 by Werner Nickel, Greg Gamble and Alexander Konovalov<P/>
34
&Example; package is free software;
35
you can redistribute it and/or modify it under the terms of the
36
<URL Text="GNU General Public License">http://www.fsf.org/licenses/gpl.html</URL>
37
as published by the Free Software Foundation; either version 2 of the License,
38
or (at your option) any later version.
39
</Copyright>
40
<Acknowledgements>
41
We appreciate very much all past and future comments, suggestions and
42
contributions to this package and its documentation provided by &GAP;
43
users and developers.
44
</Acknowledgements>
45
</TitlePage>
46
47
<TableOfContents/>
48
49
<Body>
50
51
<#Include SYSTEM "example.xml">
52
53
<#Include SYSTEM "install.xml">
54
55
</Body>
56
57
<#Include SYSTEM "hints.xml">
58
59
<TheIndex/>
60
61
</Book>
62
63
<!-- ==================================================================== -->
64
65
66