Axiom 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
|
||
Internal cause: | From Tim:
|
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.
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