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