You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just installed manimgl. My first problem is using Vietnamese in TexText class. I don't know how to use Vietnamese, after some self-discovery, I did the following:
Add \usepackage[utf8]{vietnam} in line 7 of tex_templates.yml file
Edit line 105 in tex_file_writing.py file to tex_path.write_text(full_tex, encoding="utf-8")
After that, I use
t = TexText("Sao thế, vấn đề")
self.add(t)
. But the image shows that characters like "ế", "ề" are not clear. You can see the image I attached. I don't know how to solve it, any help is appreciated. Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I just installed manimgl. My first problem is using Vietnamese in
TexText
class. I don't know how to use Vietnamese, after some self-discovery, I did the following:\usepackage[utf8]{vietnam}
in line 7 of tex_templates.yml filetex_file_writing.py
file totex_path.write_text(full_tex, encoding="utf-8")
After that, I use
. But the image shows that characters like "ế", "ề" are not clear. You can see the image I attached. I don't know how to solve it, any help is appreciated. Thanks

Beta Was this translation helpful? Give feedback.
All reactions