Releases: ManimCommunity/manim-onlinetex
Releases · ManimCommunity/manim-onlinetex
v0.2.0
Breaking Changes
- Update package to account for changes in
manim
; more specifically, changes brought on by ManimCommunity/manim#2476.- NOTE: This makes v0.2.0 of
manim-onlinetex
incompatible with versions ofmanim
older than v0.15.0.
- NOTE: This makes v0.2.0 of
Bugfixes
- Fix a bug where
tex_template._texcode_for_environment
is called unnecessarily.
v0.1.2
v0.1.1
This release marks the replacement of the usage of LaTeX4Technics in favour of LaTeXCluster. This was done because LaTeXCluster explicitly stated that the API was publicly available.
A note on limitations of the add-on has been added. TL;DR : Don't clear your Tex
directory too frequently so you don't over-strain the APIs.
Nothing facing the end user has changed; the same steps as usual should be followed when using the add-on.
First 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.