login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #267 tex.spad does not implement ALTSUPERSUB revision 1 of 1

1
Editor:
Time: 2007/11/17 22:18:17 GMT-8
Note:

changed:
-
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}

Submitted by : (unknown) at: 2007-11-17T22:18:17-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

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:

axiom
)set output algebra on
axiom
)set expose add constructor OutputForm
OutputForm is now explicitly exposed in frame initial

axiom
supersub(message "M", [q, paren(s)])
(s) (1) M q

\label{eq1}\hbox{\axiomType{ALTSUPERSUB}\ } \left({M , \: q , \:{\left(s \right)}}\right)(1)
Type: OutputForm