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
|
Description: upstream fix: no-ASCII NEWS
Introduce a typo by using ASCII characters to write Groebner:
this change allows (strict) LaTeX to include NEWS.
Origin: debian
Forwarded: yes, by email to the `4ti2 Team'
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2018-09-15
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@
* Updates to test suite and build.
* Fix _4ti2_rays_create_state, _4ti2_circuits_create_state.
- Reported by Alfredo Snchez-R. Navarro.
+ Reported by Alfredo Sanchez-R. Navarro.
* Merge Debian patch for PATH_MAX on Hurd.
Patch from Jerome Benoit.
@@ -164,7 +164,7 @@
* 'groebner' and 'markov' allow truncation.
- * There is a new function 'walk' performing a Grbner walk.
+ * There is a new function 'walk' performing a Groebner walk.
* There are new functions 'qsolve' and 'zsolve' for solving linear
systems over the reals or the integers, respectively.
|