File: upstream-fix-gapdoc-bib.patch

package info (click to toggle)
gap-float 1.0.9%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: ansic: 2,154; cpp: 2,018; xml: 194; makefile: 112; sh: 1
file content (68 lines) | stat: -rw-r--r-- 1,973 bytes parent folder | download | duplicates (2)
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
Description: fix GAPDoc bibliography composition
Origin: vendor, Debian
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2024-02-24

--- /dev/null
+++ b/doc/float.bib
@@ -0,0 +1,23 @@
+
+
+
+
+@article{ MR1836930,
+  author =           {Bailey, D. H. and Broadhurst, D. J.},
+  title =            {Parallel  integer  relation  detection: techniques and
+                      applications},
+  journal =          {Math. Comp.},
+  volume =           {70},
+  number =           {236},
+  year =             {2001},
+  pages =            {1719--1736 (electronic)},
+  coden =            {MCMPAF},
+  fjournal =         {Mathematics of Computation},
+  issn =             {0025-5718},
+  mrclass =          {11Y16},
+  mrnumber =         {1836930 (2002b:11174)},
+  mrreviewer =       {David Bradley},
+  url =              {https://doi.org/10.1090/S0025-5718-00-01278-3},
+  doi =              {10.1090/S0025-5718-00-01278-3},
+  printedkey =       {BB01}
+}
--- a/doc/floatbib.xml.bib
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-@article{ MR1836930,
-  author =           {Bailey, D. H. and Broadhurst, D. J.},
-  title =            {Parallel  integer  relation  detection: techniques and
-                      applications},
-  journal =          {Math. Comp.},
-  volume =           {70},
-  number =           {236},
-  year =             {2001},
-  pages =            {1719--1736 (electronic)},
-  coden =            {MCMPAF},
-  fjournal =         {Mathematics of Computation},
-  issn =             {0025-5718},
-  mrclass =          {11Y16},
-  mrnumber =         {1836930 (2002b:11174)},
-  mrreviewer =       {David Bradley},
-  url =              {https://doi.org/10.1090/S0025-5718-00-01278-3},
-  doi =              {10.1090/S0025-5718-00-01278-3},
-  printedkey =       {BB01}
-}
--- a/doc/float.xml
+++ b/doc/float.xml
@@ -226,7 +226,7 @@
 
 </Body>
 
-<Bibliography Databases="floatbib.xml"/>
+<Bibliography Databases="float"/>
 <TheIndex/>
 
 </Book>