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
<!DOCTYPE Book SYSTEM "gapdoc.dtd">
4
5
6
<!-- The documentation to the GAPDoc system.
7
Copyright 2000-2017 by Frank Lübeck and Max Neunhöffer
8
Lehrstuhl D für Mathematik, RWTH Aachen, Germany -->
9
10
<Book Name="GAPDoc">
11
12
<TitlePage>
13
<Title>&GAPDoc;</Title>
14
<Version>( Version
15
<#Include SYSTEM "../version">
16
)
17
</Version>
18
<Author> Frank Lübeck
19
<Email>[email protected]</Email>
20
<Homepage>http://www.math.rwth-aachen.de/~Frank.Luebeck</Homepage>
21
</Author>
22
<Author> Max Neunhöffer
23
<Email>neunhoef at mcs.st-and.ac.uk</Email>
24
<Homepage>http://www-groups.mcs.st-and.ac.uk/~neunhoef/</Homepage>
25
</Author>
26
<Date>November 2017</Date>
27
<Copyright> <Index>License</Index>
28
&copyright; 2000-2017 by Frank Lübeck and Max Neunhöffer <P/>
29
&GAPDoc; is free software; you can redistribute it
30
and/or modify it under the terms of the <URL Text="GNU
31
General Public License">http://www.fsf.org/licenses/gpl.html</URL> as published by the Free Software Foundation;
32
either version 2 of the License, or (at your option) any
33
later version.
34
</Copyright>
35
36
</TitlePage>
37
38
<TableOfContents/>
39
40
<Body>
41
42
<Ignore Remark="set SizeScreen for Example's">
43
<Example>
44
gap> SizeScreen([72,40]);;
45
</Example>
46
</Ignore>
47
48
<#Include SYSTEM "intro.xml">
49
50
<#Include SYSTEM "enter.xml">
51
52
<#Include SYSTEM "refdtd.xml">
53
54
<#Include SYSTEM "distr.xml">
55
56
<#Include SYSTEM "conv.xml">
57
58
<#Include SYSTEM "textutil.xml">
59
60
<#Include SYSTEM "bibutil.xml">
61
62
63
</Body>
64
65
<Appendix Label="app:3k+1"><Heading>The File <F>3k+1.xml</F></Heading>
66
67
Here is the complete source of the example &GAPDoc; document <F>3k+1.xml</F>
68
discussed in Section&nbsp;<Ref Sect="sec:3k+1expl" />.
69
70
<Listing Type="3k+1.xml">
71
<![CDATA[<#Include SYSTEM "../3k+1/3k+1.xml">]]></Listing>
72
</Appendix>
73
74
<Appendix Label="GAPDocdtd">
75
<Heading>The File <F>gapdoc.dtd</F></Heading>
76
77
For easier reference we repeat here the complete content of the file
78
<F>gapdoc.dtd</F>.
79
80
<Listing Type="gapdoc.dtd">
81
<![CDATA[<#Include SYSTEM "../gapdoc.dtd">
82
]]></Listing>
83
84
</Appendix>
85
86
<Appendix Label="bibxmlextdtd">
87
<Heading>The File <F>bibxmlext.dtd</F></Heading>
88
89
For easier reference we repeat here the complete content of the file
90
<F>bibxmlext.dtd</F> which is explained in <Ref Sect="BibXMLformat"/>.
91
92
<Listing Type="bibxmlext.dtd">
93
<![CDATA[<#Include SYSTEM "../bibxmlext.dtd">
94
]]></Listing>
95
96
</Appendix>
97
<Bibliography Databases="gapdocbib.xml" />
98
99
<TheIndex/>
100
101
</Book>
102
103
<!-- ==================================================================== -->
104
105
106