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
Baseform Boxing is not rendering SubscriptBox.
In Django, try BaseForm[33, 22]:
BaseForm[33, 22]
This is also true in the PDF via LaTeX
SubscriptBox[100001,2]
SubscriptBox to get interpreted as positioning information
If you look at the LaTeX PDF for the last release we had this bug as well.
Seen in going over docs for the next release.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Baseform Boxing is not rendering SubscriptBox.
How to Reproduce
In Django, try
BaseForm[33, 22]
:This is also true in the PDF via LaTeX
Output Given
Expected behavior
SubscriptBox to get interpreted as positioning information
Additional context
If you look at the LaTeX PDF for the last release we had this bug as well.
Seen in going over docs for the next release.
The text was updated successfully, but these errors were encountered: