From 1e2ac9e9c954450612b03f2ee18fe212ff06e960 Mon Sep 17 00:00:00 2001 From: Tim Daly Date: Tue, 6 Jan 2015 16:30:09 -0500 Subject: buglist: bug 7287: TexFormat is incorrect )set output fraction horizontal (1) -> (1/2)::TEX (1) ["$$","SLASH ","\left(","{1, \: 2} ","\right)","$$"] Type: TexFormat --- buglist | 11 ++++++++++- changelog | 2 ++ patch | 17 +++++------------ src/axiom-website/patches.html | 2 ++ 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/buglist b/buglist index 8f734e3..296a76e 100644 --- a/buglist +++ b/buglist @@ -1,6 +1,6 @@ ========================================================================= -bug 7287: +bug 7288: todo 337: wish 1012: meh 5: @@ -12,6 +12,15 @@ dup 50006: nonextend 60077: ========================================================================= +bug 7287: TexFormat is incorrect + +)set output fraction horizontal +(1) -> (1/2)::TEX + + (1) ["$$","SLASH ","\left(","{1, \: 2} ","\right)","$$"] + Type: TexFormat + +========================================================================= bug 7286: UPS arithmetic fails a := series(z, z = 0) diff --git a/changelog b/changelog index d9bc527..3882bc1 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20150106 tpd src/axiom-website/patches.html 20150106.11.tpd.patch +20150106 tpd buglist: bug 7287: TexFormat is incorrect 20150106 tpd src/axiom-website/patches.html 20150106.10.tpd.patch 20150106 tpd buglist: bug 7286: UPS arithmetic fails 20150106 tpd src/axiom-website/patches.html 20150106.09.tpd.patch diff --git a/patch b/patch index c3d9eec..d222e7b 100644 --- a/patch +++ b/patch @@ -1,15 +1,8 @@ -buglist: bug 7286: UPS arithmetic fails +buglist: bug 7287: TexFormat is incorrect -a := series(z, z = 0) +)set output fraction horizontal +(1) -> (1/2)::TEX - (1) z - Type: UnivariatePuiseuxSeries(Expression(Integer),z,0) -(2) -> b := series(1, x = 0) - - (2) 1 - Type: UnivariatePuiseuxSeries(Expression(Integer),x,0) -(3) -> a + b - - >> Error detected within library code: - division by zero + (1) ["$$","SLASH ","\left(","{1, \: 2} ","\right)","$$"] + Type: TexFormat diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index cb2d3d4..e0e8a4b 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -4916,6 +4916,8 @@ buglist: bug 7284: printing of typeOf failed
buglist: bug 7285: tracing of Kernel failed
20150106.10.tpd.patch buglist: bug 7286: UPS arithmetic fails
+20150106.11.tpd.patch +buglist: bug 7287: TexFormat is incorrect
-- 1.7.5.4