Changes http://wiki.axiom-developer.org/324BugInWidthOutputForm/diff
--
In 'OutputForm' there is a function 'width' that returns the amount of space
taken by some element of 'OutputForm'. For example
\begin{axiom}
width((sin x)::OutputForm)$OutputForm
\end{axiom}
However, the width for squares and fractions seems to be wrong:
\begin{axiom}
width((x^2)::OutputForm)$OutputForm
width((1/2)::OutputForm)$OutputForm
\end{axiom}
The function is unfortunately not implemented in SPAD but rather calls
'outformWidth' coded in BOOT in the
file 'i-output.boot'.
Martin
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]