We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: