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

Implicit times between parentheses #28

Merged
merged 4 commits into from
Jan 12, 2022
Merged

Conversation

edhom
Copy link
Member

@edhom edhom commented Jan 11, 2022

Description

The TexParser did not consider an implicit times between a closing and an opening parenthesis.
Examples for such cases:

  • (1-x)(1+x)
  • \\frac{1}{2}(25)
  • e^{x}(1+x)

Checklist

Remove If [...] items that do not apply to your PR.

  • I have made myself familiar with the CaTeX
    contributing guide.
  • I added a PR description.
  • I linked all related issues and PRs I could find (no links if there are none).
  • If this PR changes anything about the main math_keyboard or example package
    (also README etc.), I created an entry in CHANGELOG.md (## UPCOMING RELEASE if the change
    on its own is not worth an update).
  • If this PR includes a notable change in the math_keyboard package, I updated the version
    according to Dart's semantic versioning.
  • If there is new functionality in code, I added tests covering all my additions.
  • All required checks pass.

Copy link
Contributor

@creativecreatorormaybenot creativecreatorormaybenot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@edhom edhom merged commit 8e72442 into main Jan 12, 2022
@edhom edhom deleted the implicit-times-between-parantheses branch January 12, 2022 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants