We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
sin(x+t)x
I expected to see: sin(x+t)*x.
sin(x+t)*x
The text was updated successfully, but these errors were encountered:
Notice that I am using the package in commonjs.
Sorry, something went wrong.
No branches or pull requests
times sign (the asterisk) is in the result
here is the tex2max instance from the console:
The last result is:
sin(x+t)x
.I expected to see:
sin(x+t)*x
.The text was updated successfully, but these errors were encountered: