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

First glyph after curly braces start is missing #118

Open
andreasnoack opened this issue Apr 12, 2024 · 0 comments
Open

First glyph after curly braces start is missing #118

andreasnoack opened this issue Apr 12, 2024 · 0 comments

Comments

@andreasnoack
Copy link

julia> generate_tex_elements(L"\{ 8, 10\}")
5-element Vector{Any}:
 (TeXChar '{' [index 92 in NewComputerModern Math - Regular], [0.0, 0.0], 1.0)
 (TeXChar ',' [index 13 in NewComputerModern Math - Regular], [0.5, 0.0], 1.0)
 (TeXChar '1' [index 18 in NewComputerModern Math - Regular], [0.777999997138977, 0.0], 1.0)
 (TeXChar '0' [index 17 in NewComputerModern Math - Regular], [1.277999997138977, 0.0], 1.0)
 (TeXChar '}' [index 94 in NewComputerModern Math - Regular], [1.777999997138977, 0.0], 1.0)

julia> generate_tex_elements(L"\{, 8, 10\}")
6-element Vector{Any}:
 (TeXChar '{' [index 92 in NewComputerModern Math - Regular], [0.0, 0.0], 1.0)
 (TeXChar '8' [index 25 in NewComputerModern Math - Regular], [0.5, 0.0], 1.0)
 (TeXChar ',' [index 13 in NewComputerModern Math - Regular], [1.0, 0.0], 1.0)
 (TeXChar '1' [index 18 in NewComputerModern Math - Regular], [1.277999997138977, 0.0], 1.0)
 (TeXChar '0' [index 17 in NewComputerModern Math - Regular], [1.777999997138977, 0.0], 1.0)
 (TeXChar '}' [index 94 in NewComputerModern Math - Regular], [2.2779998779296875, 0.0], 1.0)
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