Commit graph

13 commits

Author SHA1 Message Date
Nikhil Garuda
257647864c
Change of Complier and Output format (#1363)
The Complier and Output format of class InCodeTexTemplate has been changed to the defaults (latex and .dvi)
2021-04-19 00:58:21 -07:00
Aron Fischer
38096897e9 quick fix 2020-10-12 17:18:42 +02:00
Aron Fischer
c323385649 simplified example scene 2020-10-09 15:11:50 +02:00
Aron Fischer
85aa5dece4 TexTemplates without CONFIG + all Font Examples 2020-10-08 23:42:01 +02:00
Aron Fischer
700d3fa374 Simplifying the TexTemplate() system.
Recreates TexTemplate() and a few basic examples including ThreeBlueOneBrownTexTemplate()

Templates can be supplied by CLI as before.
Templates can also be specified per Tex() object
2020-10-08 16:55:42 +02:00
Aathish Sivasubrahmanian
6df53cc9f7
Deprecate TexMobject and TextMobject in favour of MathTex and Tex (#391)
* Rename TexMobject to MathTex
Rename TextMobject to Tex
Replace all instances of TexMobject with MathTex and TextMobject with Tex.
Get rid of single-use TexSymbol.
Rename SingleStringTexMobject to SingleStringMathTex.
Add Deprecation warnings to TexMobject and TextMobject.

* Edit __all__ for tex_mobject.py

* Re-add TexSymbol by request of devs.

* Docstring Modifications by @pgbiel

Co-authored-by: Pg Biel <9021226+PgBiel@users.noreply.github.com>

* Import logger differently, by @leotrs

* Run updated Black on files changed.

Co-authored-by: Pg Biel <9021226+PgBiel@users.noreply.github.com>
2020-09-02 09:20:37 +05:30
Devin Neal
6e5770a85f
Enforce formatting with CI (#221)
Enforce formatting with CI
2020-07-31 00:42:34 -07:00
Aathish Sivasubrahmanian
961c9cf4f3 Rename CustomTeX example scenes to be more specific.
Rewrite comments about proper way to render scenes as Docstrings for each scene.
2020-07-27 13:05:07 +05:30
leotrs
e5b01ccacd fix deprecated config.register_tex_template, and change the name of one variable for clarity 2020-07-21 09:01:56 -04:00
leotrs
b162109122 solve merge conflicts 2020-06-04 12:08:17 -04:00
Philipp Imhof
58e3ac497d Example file for test cases 2020-06-03 13:55:17 +02:00
Devin Neal
4166f46081 Revert "Merge pull request #48 from PhilippImhof/customtex"
This reverts commit 9c8913ff0c, reversing
changes made to a29eabdf87.
2020-06-03 00:27:40 -07:00
Philipp Imhof
5e60b55e10 Completely rewritten TeX template management 2020-05-28 21:43:58 +02:00