njpipeorgan / wolfram-language-notebook

Notebook support for Wolfram Language in VS Code
Apache License 2.0
162 stars 12 forks source link

Misplaced rendering of subscript and exponent #8

Closed atlastze closed 2 years ago

atlastze commented 2 years ago

Misplaced rendering of subscript and exponent while run the following code:

n = 2;
A = Table[Subscript[a, i], {i, 0, n}]; (* coefficient vector *)
X = Table[x^i, {i, 0, n}]; (* power vector *)
Solve[A.X == 0, x] 

The output of vs code:

Screenshot 2021-12-30 下午10 07 32

The output of jupyter notebook(correct):

Screenshot 2021-12-30 下午10 08 35
njpipeorgan commented 2 years ago

Thanks! I will get it fixed in the next version.

njpipeorgan commented 2 years ago

It has been fixed in v0.0.7.