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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Changes from Earlier Versions" -->
<!DOCTYPE Book SYSTEM "gapdoc.dtd"
[ <!ENTITY ATLAS "<Package>Atlas</Package>">
<!ENTITY mdash "<Alt Only='HTML'>—</Alt><Alt Not='HTML'>---</Alt>">
<#Include SYSTEM "../versiondata">
]>
<!-- the 2.8em parameter causes that in the toc lines for sections more
space is reserved for the section numbers (otherwise the header text
overwrite some of the wide numbers); similar for subsections -->
<?LaTeX ExtraPreamble="
\makeatletter
\renewcommand*\l@section{\@dottedtocline{1}{1.5em}{2.8em}}
\renewcommand*\l@subsection{\@dottedtocline{2}{3.8em}{4.0em}}
\def\@pnumwidth{2.1em}
\makeatother
"?>
<Book Name="changes">
<TitlePage>
<Title>GAP - Changes from Earlier Versions</Title>
<Version>Release &VERSIONNUMBER;, &RELEASEDAY;</Version>
<Author>The GAP Group
<Email>support@gap-system.org</Email>
<Homepage>http://www.gap-system.org</Homepage>
</Author>
<Copyright>
Copyright ©right; (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 Section
<Ref Sect="Copyright and License" BookName="ref"/> of the &GAP; reference
manual.
<P/>
&GAP; is developed over a long time and has many authors and contributors.
More detailed information can be found in Section
<Ref Sect="Authors and Maintainers" BookName="ref"/> of the &GAP; reference
manual.
</Copyright>
</TitlePage>
<TableOfContents/>
<Body>
<#Include SYSTEM "preface.xml">
<#Include SYSTEM "changes48.xml">
<#Include SYSTEM "changes47.xml">
<#Include SYSTEM "changes46.xml">
<#Include SYSTEM "changes45.xml">
<#Include SYSTEM "changes44.xml">
<#Include SYSTEM "../ref/changes.xml">
</Body>
<TheIndex/>
</Book>
<!-- ==================================================================== -->
|