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

Blackboard style incorrectly serialized when input latex using physical keyboard #2535

Open
mathematicswizard opened this issue Oct 15, 2024 · 0 comments

Comments

@mathematicswizard
Copy link

mathematicswizard commented Oct 15, 2024

Steps to Reproduce
Visit https://cortexjs.io/mathlive/demo/

  1. In the mathfield type \mathbb{N}\subseteq\mathbb{R} with your physical keyboard.
  2. Press Enter. The latex is rendered to characters.
  3. Afterwards select the the entire string and press ESC to revisualize the latex.

Actual Behavior
The result is `\mathbb{N\subseteqR}

Expected Behavior
The \subseteq should not be in blackboard style and the result should be: \mathbb{N}\subseteq\mathbb{R}.

** Notes **

I tested various scenarios:
\mathbb{R}\vee\wedge a
resulted in: \mathbb{R\vee\wedge} a

It seems to be incorporating the only latex commands in the environment of the Blackboard style.

This is following bug-fix #2533

Environment
Mathlive 0.101.1

@mathematicswizard mathematicswizard changed the title Blackboard style incorrectly serialized when input latex writing by physical keyboard Blackboard style incorrectly serialized when input latex using physical keyboard Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant