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

feat: Add additional TeXArg types #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sub6Resources
Copy link

Description

Adds additional arguments to TeXArg to allow for more advanced customization and features.

For example, using a combination of TeXArg.underscore_braces, TeXArg.caret_braces, and TeXArg.braces, a user could implement a keyboard button that allows the user to type an integral, summation, or product.

Or, using the new TeXArg.parentheses_lr, a user can add more visually appealing parentheses as an argument to a keyboard button.

Related issues & PRs

Fixes #38

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).
  • All required checks pass.

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.

Parentheses with \left and \right
1 participant