z-agent / papers-context /agent_workspace /manim_docs /reference /manim.mobject.text.tex_mobject.md
ProgramerSalar's picture
fix: track binary files with Git LFS
dc00adb
|
Raw
History Blame Contribute Delete
1.81 kB

A newer version of the Gradio SDK is available: 6.22.0

Upgrade

tex_mobject

Mobjects representing text rendered using LaTeX.

IMPORTANT

See the corresponding tutorial Text With LaTeX

NOTE

Just as you can use Text (from the module text_mobject) to add text to your videos, you can use Tex and MathTex to insert LaTeX.

Classes

BulletedList A bulleted list.
MathTex A string compiled with LaTeX in math mode.
SingleStringMathTex Elementary building block for rendering text with LaTeX.
Tex A string compiled with LaTeX in normal mode.
Title A mobject representing an underlined title.