File: main.xml

package info (click to toggle)
gap 4r10p0-7
  • links: PTS
  • area: main
  • in suites: buster
  • size: 47,392 kB
  • sloc: ansic: 118,475; xml: 54,089; sh: 4,112; perl: 1,654; makefile: 274
file content (72 lines) | stat: -rw-r--r-- 2,209 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
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>

<!-- %W  main.xml        GAP 4 Tutorial        ... -->
<!-- %Y  Copyright 1997, Lehrstuhl D für Mathematik, RWTH Aachen, Germany -->

<!DOCTYPE Book SYSTEM "gapdoc.dtd"
   [ <!ENTITY HPC "<Package>HPC</Package>">
     <!ENTITY mdash "<Alt Only='HTML'>&#8212;</Alt><Alt Not='HTML'>---</Alt>">
<#Include SYSTEM "../versiondata">
   ]>

<?LaTeX ExtraPreamble="
"?>

<Book Name="hpc">
<TitlePage>
  <Title>HPC-GAP &mdash; Reference Manual</Title>
  <Version>Release &VERSIONNUMBER;, &RELEASEDAY;</Version>
  <Author>The GAP Group
    <Email>support@gap-system.org</Email>
    <Homepage>https://www.gap-system.org</Homepage>
  </Author>
  <Author>Reimer Behrends
    <Email>behrends@gmail.com</Email>
  </Author>
  <Author>Vladimir Janjic
    <Email>vj32@st-andrews.ac.uk</Email>
  </Author>
  <Copyright>
    Copyright &copyright; (1987-&RELEASEYEAR;)
    for the core part of the &GAP; system by the &GAP; Group.
    <P/>
    Most parts of this distribution, including the core part of the &GAP;
    system are distributed under the terms of the GNU General Public License,
    see <URL>http://www.gnu.org/licenses/gpl.html</URL> or the file
    <F>GPL</F> in the <F>etc</F> directory of the &GAP;
    installation.
    <P/>
    More detailed information about copyright and licenses of parts of this
    distribution can be found in <Ref Sect="Copyright and License" BookName="ref"/>.
    <P/>
    &GAP; is developed over a long time and has many authors and contributors.
    More detailed information can be found in
    <Ref Sect="Authors and Maintainers" BookName="ref"/>.
  </Copyright>
</TitlePage>

<TableOfContents/>

<Body>
  <#Include SYSTEM "tasks.xml">
  <#Include SYSTEM "vars.xml">
  <#Include SYSTEM "regions.xml">
  <#Include SYSTEM "ui.xml">
  <#Include SYSTEM "aobjects.xml">
  <#Include SYSTEM "threads.xml">
  <#Include SYSTEM "channels.xml">
  <#Include SYSTEM "semaphores.xml">
  <#Include SYSTEM "syncvars.xml">
  <#Include SYSTEM "serialize.xml">
  <#Include SYSTEM "lowlevel.xml">
</Body>

<!--
<Bibliography Databases="../manualbib.xml"/>
-->

<TheIndex/>

</Book>

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