Skip to contents

Full LaTeX document rendering (not just math mode). Wraps the expression in a full LaTeX document environment.

Super classes

manimR::MObject -> manimR::VMobject -> manimR::MathTex -> Tex

Methods

Public methods

Inherited methods


Method new()

Create a Tex object (full LaTeX mode)

Usage

Tex$new(tex_string, ...)

Arguments

tex_string

LaTeX string (can include text-mode commands)

...

Arguments passed to MathTex


Method clone()

The objects of this class are cloneable with this method.

Usage

Tex$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.