bugAxiom Computer Algebra System - Bugs: bug #5786, TeX output broken on factor(15)

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #5786: TeX output broken on factor(15)

Submitter:  David MentrĂ© <dmentre>
Submitted:  Tue 07 Oct 2003 06:02:38 PM UTC
   
 
Category:  interpreter Severity:  3 - Normal
Item Group:  code bug Status:  transferred
Privacy:  Public Assigned to:  None
Originator Name:  Dylan Thurston Open/Closed:  Open
Release:  dpt@math.harvard.edu Reproducibility:  Every Time
Fixed Release: 
Error message: 


Example of code trigerring the bug: 

)set output tex on
factor(15)

Internal cause: 

From Tim:
The bug appears to be that elt of a string in common lisp generates escaped characters.

Tue 07 Oct 2003 06:02:38 PM UTC, original submission:  

From Dylan:
I think this behaviour is broken:



(10) -> factor(15)

   (10)  3 5
                                                       Type: Factored Integer
(11) -> )set output tex on
(11) -> factor(15)

   (11)  3 5
$$
3 \  5
\leqno(11)
$$

                                                       Type: Factored Integer

David Mentré <dmentre>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-01-03 billpage1 ReproducibilityNone Every Time
2006-01-03 billpage1 StatusNone transferred

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code