You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I copy the display form of an expression such as x[k]^n as MathML (i.e., via menu item "Copy as MathML" on right click after highlighting the expression), the subscript is shown in the copied expression, but the superscript is missing. For x[k]^n, I get:
Also, superscript in combined superscript and subscript goes missing when I select "Copy" (first item on right click menu) and then paste into MS Word. The pasted item becomes an equation and the superscript is replaced by a small empty square.
I fixed the 'Copy as MathML' issue now (and closed the issue). Concerning the simple "Copy" - then I have x[k]^n in the clipboard - that should be correct? What else?
Working with wxMaxima 24.08.0 + Linux.
When I copy the display form of an expression such as
x[k]^n
as MathML (i.e., via menu item "Copy as MathML" on right click after highlighting the expression), the subscript is shown in the copied expression, but the superscript is missing. Forx[k]^n
, I get:Note that
msubsup
is the output; that's correct, but it's missing its third argument, which is supposed to be the superscript. See: https://developer.mozilla.org/en-US/docs/Web/MathML/Element/msubsupNote that
x[k]
andx^n
are both correctly represented in MathML output, asand
respectively.
For an example of this bug in an actual document, see #1942.
The text was updated successfully, but these errors were encountered: