Skip to content

First Release

Compare
Choose a tag to compare
@Aathish04 Aathish04 released this 01 Feb 12:23
· 11 commits to master since this release

The very first release of manim-onlinetex.
You can get it from PyPI like so:

pip install manim-onlinetex

and use it like so:

from manim import *
from manim-onlinetex import *

Note that you should always import the plugin after you import the main library. This is to ensure that the plugin properly replaces the parts of the main library that it should.