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

Extended subscripts are not supported #24

Open
aleiot opened this issue Oct 17, 2024 · 0 comments
Open

Extended subscripts are not supported #24

aleiot opened this issue Oct 17, 2024 · 0 comments

Comments

@aleiot
Copy link

aleiot commented Oct 17, 2024

The function LaTeX2Unicode.convert(String) does not support subscripts longer than 1 character in the LaTeX input. For example:
x_{n+1}
is converted to:
x_(n+1)
while:
x_n
is correctly converted to:
xn

On the other hand, the same is not true for superscripts. Superscripts longer than 1 character in the LaTeX input are correctly converted to unicode.

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