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
docker run --rm -it -v "/Users/zhangsn/Dev/manim:/manim" manimcommunity/manim manim -qm scenes.py Demo
Manim Community v0.18.1
[05/23/24 09:09:46] INFO scene_file_writer.py:737
File ready at '/manim/media/images/scenes/Demo_ManimCE_v0.18.1.png'
INFO Rendered Demo scene.py:247
Played 0 animations
System specifications
System Details
use docker manimcommunity/manim Manim Community v0.18.1
LaTeX details
LaTeX distribution (e.g. TeX Live 2020):
Installed LaTeX packages:
Additional comments
The text was updated successfully, but these errors were encountered:
You cannot use color inside your LaTeX, that is a known limitation in Manim.
(Otherwise almost all text would always be invisible since the default color in LaTeX is black, while by default Manim uses a white background...)
You will have to color your LaTeX objects in Manim afterwards using .set_color(). Or the different additional commands for "automatic" coloring - which might fail though, because of their respective limitations.
Uh oh!
There was an error while loading. Please reload this page.
Description of bug / unexpected behavior
Same as title
Expected behavior
Should render the text in red color
How to reproduce the issue
Code for reproducing the problem
Logs
Terminal output
System specifications
System Details
LaTeX details
Additional comments
The text was updated successfully, but these errors were encountered: