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
Some characters exhibit abnormalities under the OpenGL renderer. Everything is normal under the Cairo renderer.
class BugReport02(Scene): def construct(self): mathtex = MathTex(r'\text{MathTex: 波源相对于介质运动,}v_s', font_size=70, tex_template=TexTemplateLibrary.ctex) text = Text(r'Text: 波源相对于介质运动', font_size=70, ).next_to(mathtex, UP) tex = Tex(r'Tex: $v_S,u_S, w, \omega$', font_size=70).next_to(mathtex, DOWN) self.add(mathtex, text, tex)
Cairo:
OpenGL:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of bug / unexpected behavior
Some characters exhibit abnormalities under the OpenGL renderer. Everything is normal under the Cairo renderer.
Code for reproducing the problem
Cairo:
OpenGL:
System specifications
System Details
LaTeX details
The text was updated successfully, but these errors were encountered: