axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [#267 tex.spad does not implement ALTSUPERSUB] (new)


From: Bill Page
Subject: [Axiom-developer] [#267 tex.spad does not implement ALTSUPERSUB] (new)
Date: Sun, 12 Feb 2006 21:12:57 -0600

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/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]