Closed benatouba closed 11 months ago
In a certain context, the wrong symbol is highlighted, namely the symbol after the wanted/correct one.
Code:
from manim import Scene, MathTex, ORANGE class ExampleScene(Scene): def construct(self): # noqa: PLR0915 formula = MathTex( r"P(X=k) = ", "\\binom{12}{k} ", r"0.5^k", r"(1-0.5)^{12-k}", substrings_to_isolate=["k"], ).scale(1.3) self.play(formula.animate.set_color_by_tex("k", ORANGE))
Wrong display:
I am using the atest version of manim v0.18.0
wrong thread. Sorry.
Describe the bug
In a certain context, the wrong symbol is highlighted, namely the symbol after the wanted/correct one.
Code:
Wrong display:
Additional context
I am using the atest version of manim v0.18.0