File: gapdoc.xml

package info (click to toggle)
gap-gapdoc 1.6.7-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,596 kB
  • sloc: xml: 3,502; makefile: 244; javascript: 155; sh: 3
file content (103 lines) | stat: -rw-r--r-- 2,569 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE Book SYSTEM "gapdoc.dtd">


<!-- The documentation to the GAPDoc system. 
     Copyright 2000-2022 by Frank Lübeck and Max Neunhöffer
     Lehrstuhl für Algebra und Zahlentheorie, RWTH Aachen, Germany -->
     
<Book Name="GAPDoc"> 

<TitlePage>
  <Title>&GAPDoc;</Title>
  <Version>( Version 
<#Include SYSTEM "../version">
 )
  </Version>
  <Author> Frank Lübeck 
    <Email>Frank.Luebeck@Math.RWTH-Aachen.De</Email>
    <Homepage>https://www.math.rwth-aachen.de/~Frank.Luebeck</Homepage>
  </Author>
  <Author> Max Neunhöffer 
  </Author>
  <Date>February 2024</Date>
  <Copyright> <Index>License</Index>
              &copyright; 2000-2024 by Frank Lübeck and Max Neunhöffer <P/>
              &GAPDoc;  is free software; you can redistribute it
              and/or modify it under the terms of the <URL Text="GNU
              General Public License">https://www.fsf.org/licenses/gpl.html</URL>
              as published by the Free Software Foundation;
              either version 2 of the License, or (at your option) any
              later version.
  </Copyright>

</TitlePage>

<TableOfContents/>

<Body>

<Ignore Remark="set SizeScreen for Example's">
<Example>
gap> SizeScreen([72,40]);;
</Example>
</Ignore>

<#Include SYSTEM "intro.xml">

<#Include SYSTEM "enter.xml">

<#Include SYSTEM "refdtd.xml">

<#Include SYSTEM "distr.xml">

<#Include SYSTEM "conv.xml">

<#Include SYSTEM "textutil.xml">

<#Include SYSTEM "bibutil.xml">


</Body>

<Appendix Label="app:3k+1"><Heading>The File <F>3k+1.xml</F></Heading>

Here is the complete source of the example &GAPDoc; document <F>3k+1.xml</F>
discussed in Section&nbsp;<Ref Sect="sec:3k+1expl" />.

<Listing Type="3k+1.xml">
<![CDATA[<#Include SYSTEM "../3k+1/3k+1.xml">]]></Listing>
</Appendix>

<Appendix Label="GAPDocdtd">
<Heading>The File <F>gapdoc.dtd</F></Heading>

For  easier reference  we  repeat  here the  complete  content  of the  file
<F>gapdoc.dtd</F>.

<Listing Type="gapdoc.dtd">
<![CDATA[<#Include SYSTEM "../gapdoc.dtd">
]]></Listing>

</Appendix>

<Appendix Label="bibxmlextdtd">
<Heading>The File <F>bibxmlext.dtd</F></Heading>

For  easier reference  we  repeat  here the  complete  content  of the  file
<F>bibxmlext.dtd</F> which is explained in <Ref Sect="BibXMLformat"/>.

<Listing Type="bibxmlext.dtd">
<![CDATA[<#Include SYSTEM "../bibxmlext.dtd">
]]></Listing>

</Appendix>
<Bibliography Databases="gapdocbib.xml" />

<TheIndex/>

</Book>

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