Skip to content

Commit b487def

Browse files
committed
Fix TexText not rendered into the screen.
For example when running example_scene.py OpeningManimExample, the latex: complex_map_words = TexText(""" Or thinking of the plane as $\\mathds{C}$,\\\\ this is the map $z \\rightarrow z^2$ """) is not rendered on screen.
1 parent be62d6e commit b487def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manimlib/tex_templates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ default:
77
\usepackage[english]{babel}
88
\usepackage[utf8]{inputenc}
99
\usepackage[T1]{fontenc}
10+
\usepackage{lmodern} % Tambahkan ini
1011
\usepackage{amsmath}
1112
\usepackage{amssymb}
1213
\usepackage{dsfont}

0 commit comments

Comments
 (0)