Skip to content

Releases: ManimCommunity/manim-onlinetex

v0.2.0

02 Sep 07:04
Compare
Choose a tag to compare

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 of manim older than v0.15.0.

Bugfixes

  • Fix a bug where tex_template._texcode_for_environment is called unnecessarily.

v0.1.2

04 Oct 07:46
48a5a47
Compare
Choose a tag to compare

This release fixes a bug where an HTTPError is thrown if LatexCluster has served up a 502 Bad Gateway error.

v0.1.1

20 Feb 07:02
Compare
Choose a tag to compare

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

01 Feb 12:23
Compare
Choose a tag to compare

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.