Closed davibarreira closed 2 years ago
My bad, I realized that this character is correct for cmex10
.
Nope you were right, the symbol displayed here should be the integral, e.g. for sum we have:
julia> (sum_char, _), = generate_tex_elements(L"\sum")
1-element Vector{Any}:
(TeXChar '∑' [U+0058 in cmex10 - Regular], [0.0, 0.91552734375], 1.0)
julia> sum_char
TeXChar '∑' [U+0058 in cmex10 - Regular]
julia> sum_char.represented_char
'∑': Unicode U+2211 (category Sm: Symbol, math)
julia> sum_char.char
'X': ASCII/Unicode U+0058 (category Lu: Letter, uppercase)
That is the code given is the codepoint in the font, but the character displayed should be the one meant.
Fixed by #67
The integral symbol is not properly recognized. Running:
Returns:
I'm running on Julia 1.6.3, LaTeXStrings v1.3.0.