File: main.xml

package info (click to toggle)
gap-browse 1.8.21%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,296 kB
  • sloc: xml: 1,961; ansic: 1,342; makefile: 163; javascript: 155; sh: 20
file content (65 lines) | stat: -rw-r--r-- 1,688 bytes parent folder | download
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> &copyright; 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>

<!-- ==================================================================== -->