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 / pkg / Browse / doc / main.xml
Views: 418346
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!DOCTYPE Book SYSTEM "gapdoc.dtd"
4
[ <!ENTITY Browse "<Package>Browse</Package>">
5
<!ENTITY XML "<Package>XML</Package>">
6
]>
7
8
<!-- Documentation of the Browse package.
9
Copyright 2006-2017 by Thomas Breuer and Frank Lübeck
10
Lehrstuhl D für Mathematik, RWTH Aachen, Germany -->
11
12
<Book Name="Browse">
13
14
<TitlePage>
15
<Title>&Browse;</Title>
16
<Version>( Version
17
<#Include SYSTEM "../version">
18
)
19
</Version>
20
<Date>July 2017</Date>
21
<Author> Thomas Breuer
22
<Email>[email protected]</Email>
23
<Homepage>http://www.math.rwth-aachen.de/~Thomas.Breuer</Homepage>
24
</Author>
25
<Author> Frank Lübeck
26
<Email>[email protected]</Email>
27
<Homepage>http://www.math.rwth-aachen.de/~Frank.Luebeck</Homepage>
28
</Author>
29
<Copyright> &copyright; 2006-2017 by Thomas Breuer and Frank Lübeck <P/>
30
<!-- We adopt the copyright regulations of &GAP; as detailed in the
31
copyright notice in the &GAP; Reference Manual. -->
32
This package may be distributed under the terms and conditions of the
33
GNU Public License Version 3 or later,
34
see <URL>http://www.gnu.org/licenses</URL>.
35
</Copyright>
36
</TitlePage>
37
38
<TableOfContents/>
39
40
<Body>
41
42
<#Include SYSTEM "intro.xml">
43
44
<#Include SYSTEM "curses.xml">
45
46
<#Include SYSTEM "util.xml">
47
48
<#Include SYSTEM "browse.xml">
49
50
<#Include SYSTEM "appl.xml">
51
52
53
</Body>
54
55
<#Include SYSTEM "brdbattr.xml">
56
57
<Bibliography Databases="browsebib.xml,manualbib.xml" />
58
<!-- manualbib.xml is fetched from GAPPATH/doc/manualbib.xml by makedocrel.g -->
59
60
<TheIndex/>
61
62
</Book>
63
64
<!-- ==================================================================== -->
65
66
67