Changes 
http://wiki.axiom-developer.org/267TexSpadDoesNotImplementALTSUPERSUB/diff
--
In http://wiki.axiom-developer.org/axiom--test--1/src/algebra/OutformSpad
supersub(a,[sub1,super1,sub2,super2,...]) is defined as::

  creates a form with each subscript aligned
  under each superscript.

but it is not implemented as one of the specialOps in
http://wiki.axiom-developer.org/axiom--test--1/src/algebra/TexSpad
see for example::

  op = "SUPERSUB" =>
    ...

As a result these sub/super-scripted symbols are not displayed
properly in LaTeX form:

\begin{axiom}
)set output algebra on
)set expose add constructor OutputForm
\end{axiom}

\begin{axiom}
supersub(message "M", [q, paren(s)])
\end{axiom}
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to