Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

times sign (the asterisk) is in the result #58

Open
MuhammadSawalhy opened this issue Mar 2, 2020 · 1 comment
Open

times sign (the asterisk) is in the result #58

MuhammadSawalhy opened this issue Mar 2, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@MuhammadSawalhy
Copy link

MuhammadSawalhy commented Mar 2, 2020

times sign (the asterisk) is in the result

here is the tex2max instance from the console:

TeX2Max {options: {…}, lastInput: "", lastResult: ""}
options:
----------------
onlySingleVariables: false
handleEquation: false
addTimesSign: true
onlyGreekName: false
onlyGreekSymbol: false
debugging: false
disallowllowDecimalCommas: false
lastInput: "\sin(x+t)\cdot x"
lastResult: "sin(x+t)x"
structure: (4) [{…}, {…}, {…}, {…}]
----------------
lastResult: "sin(x+t)x",

The last result is: sin(x+t)x.

I expected to see: sin(x+t)*x.

@MuhammadSawalhy MuhammadSawalhy added the bug Something isn't working label Mar 2, 2020
@MuhammadSawalhy
Copy link
Author

MuhammadSawalhy commented Mar 2, 2020

Notice that I am using the package in commonjs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant