File: main.xml

package info (click to toggle)
gap-factint 1.6.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,048 kB
  • sloc: xml: 941; makefile: 24
file content (83 lines) | stat: -rw-r--r-- 2,737 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE Book SYSTEM "../../gapdoc/gapdoc.dtd"
 [ <!ENTITY GAP "<Package>GAP</Package>">
   <!ENTITY FactInt "<Package>FactInt</Package>">
 ]>
<?LaTeX ExtraPreamble="\usepackage{amsfonts}"?>
<?LaTeX ExtraPreamble="\usepackage{amsxtra}"?>

<!-- #################################################################### -->
<!-- ##                                                                ## -->
<!-- ##  main.xml          FactInt documentation          Stefan Kohl  ## -->
<!-- ##                                                                ## -->
<!-- #################################################################### -->

<Book Name="FactInt"> 

<!-- #################################################################### -->

<TitlePage>
  <Title>&FactInt;</Title>
  <Subtitle>Advanced Methods for Factoring Integers</Subtitle>
  <Version>
    Version <#Include SYSTEM "../version">
  </Version>
  <Author>
    Stefan Kohl
    <Email>stefan@gap-system.org</Email>
    <Homepage>
      https://stefan-kohl.github.io/
    </Homepage>
  </Author>
  <Date>December 4, 2017</Date>
  <Copyright>
    &copyright; 1999 - 2017 by Stefan Kohl. <P/>

    &FactInt; is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 2 of the License, or
    (at your option) any later version. <P/>

    &FactInt; is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details. <P/>

    For a copy of the GNU General Public License, see 
    the file <F>GPL</F> in the <F>etc</F> directory of the &GAP;
    distribution or see <URL>http://www.gnu.org/licenses/gpl.html</URL>.
  </Copyright>
  <#Include SYSTEM "abstract.xml">
  <Acknowledgements>
    I would like to thank Bettina Eick and Steve Linton for their support
    and many interesting discussions.
  </Acknowledgements>
</TitlePage>

<!-- #################################################################### -->

<TableOfContents/>

<!-- #################################################################### -->

<Body>

<#Include SYSTEM "preface.xml">
<#Include SYSTEM "general.xml">
<#Include SYSTEM "methods.xml">
<#Include SYSTEM "timings.xml">

</Body>

<!-- #################################################################### -->

<Bibliography Databases="factintbib.xml"/>

<TheIndex/>

<!-- #################################################################### -->

</Book>

<!-- #################################################################### -->