You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Tex Template can be set per MathTex object. All Tex Fonts example scene added
* Short example scene only
* Added entry to changelog
accepted formatting suggestion by behackl
* ok, no example scene at all then.
* Update manim/mobject/svg/tex_mobject.py: remove template from CONFIG and keep it as a kwarg
thanks naveen
Co-authored-by: Naveen M K <[email protected]>
* Update manim/utils/tex_file_writing.py use fstrings
Co-authored-by: Naveen M K <[email protected]>
* Update manim/utils/tex_file_writing.py use fstrings
Co-authored-by: Naveen M K <[email protected]>
* Update manim/utils/tex_file_writing.py use fstrings
Co-authored-by: Naveen M K <[email protected]>
* revert changing CONFIG - deal with it in next PR
Co-authored-by: Aron Fischer <co-bordism on gitlab>
Co-authored-by: Naveen M K <[email protected]>
Copy file name to clipboardExpand all lines: docs/source/changelog.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ Mobjects, Scenes, and Animations
60
60
#. The :code:`Container` class has been made into an AbstractBaseClass, i.e. in cannot be instantiated. Instead, use one of its children classes
61
61
#. The ``TextMobject`` and ``TexMobject`` objects have been deprecated, due to their confusing names, in favour of ``Tex`` and ``MathTex``. You can still, however, continue to use ``TextMobject`` and ``TexMobject``, albeit with Deprecation Warnings constantly reminding you to switch.
62
62
#. Add a :code:`Variable` class for displaying text that continuously updates to reflect the value of a python variable.
63
+
#. The ``Tex`` and ``MathTex`` objects allow you to specify a custom TexTemplate using the ``template`` keyword argument.
63
64
#. :code:`VGroup` now supports printing the class names of contained mobjects and :code:`VDict` supports printing the internal dict of mobjects
0 commit comments