A newer version of the Gradio SDK is available: 6.22.0
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. |