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

Curly-brace-enclosed comma does not remove unwanted space after comma #19

Open
OskarPersson opened this issue Mar 13, 2024 · 0 comments

Comments

@OskarPersson
Copy link
Contributor

OskarPersson commented Mar 13, 2024

In LaTeX, one can remove unwanted spacing after a comma by writing "{,}" and is an important use in cultures that use commas as decimal separators. This does not work in SwiftMath.

For the following code I expect the first "1,5" to be written without any spacing after the comma.

$x_i\in[-1{,}5;1,5]$

Expected:

image

Actual:

image

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