From a1a222e057e5306ea7e6b1d12e220cc0d0223723 Mon Sep 17 00:00:00 2001 From: 3b1b Date: Wed, 21 Dec 2022 21:19:38 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2033682?= =?UTF-8?q?b7199756b2600cd8148678e6669279411e5=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../getting_started/example_scenes.rst.txt | 16 +++++++------- development/about.html | 6 ++--- development/changelog.html | 6 ++--- development/contributing.html | 6 ++--- documentation/animation/index.html | 6 ++--- documentation/camera/index.html | 6 ++--- documentation/constants.html | 6 ++--- documentation/custom_config.html | 6 ++--- documentation/mobject/index.html | 6 ++--- documentation/scene/index.html | 6 ++--- documentation/shaders/index.html | 6 ++--- documentation/utils/index.html | 6 ++--- genindex.html | 6 ++--- getting_started/configuration.html | 6 ++--- getting_started/example_scenes.html | 22 +++++++++---------- getting_started/installation.html | 6 ++--- getting_started/quickstart.html | 6 ++--- getting_started/structure.html | 6 ++--- getting_started/whatsnew.html | 6 ++--- index.html | 6 ++--- search.html | 6 ++--- searchindex.js | 2 +- 22 files changed, 77 insertions(+), 77 deletions(-) diff --git a/_sources/getting_started/example_scenes.rst.txt b/_sources/getting_started/example_scenes.rst.txt index 9d09e0c2..1caeb889 100644 --- a/_sources/getting_started/example_scenes.rst.txt +++ b/_sources/getting_started/example_scenes.rst.txt @@ -70,7 +70,7 @@ AnimatingMethods class AnimatingMethods(Scene): def construct(self): - grid = Tex(r"\pi").get_grid(10, 10, height=4) + grid = OldTex(r"\pi").get_grid(10, 10, height=4) self.add(grid) # You can animate the application of mobject methods with the @@ -192,16 +192,16 @@ TexTransformExample # each of these strings. For example, the Tex mobject # below will have 5 subjects, corresponding to the # expressions [A^2, +, B^2, =, C^2] - Tex("A^2", "+", "B^2", "=", "C^2"), + OldTex("A^2", "+", "B^2", "=", "C^2"), # Likewise here - Tex("A^2", "=", "C^2", "-", "B^2"), + OldTex("A^2", "=", "C^2", "-", "B^2"), # Alternatively, you can pass in the keyword argument # "isolate" with a list of strings that should be out as # their own submobject. So the line below is equivalent # to the commented out line below it. - Tex("A^2 = (C + B)(C - B)", isolate=["A^2", *to_isolate]), - # Tex("A^2", "=", "(", "C", "+", "B", ")", "(", "C", "-", "B", ")"), - Tex("A = \\sqrt{(C + B)(C - B)}", isolate=["A", *to_isolate]) + OldTex("A^2 = (C + B)(C - B)", isolate=["A^2", *to_isolate]), + # OldTex("A^2", "=", "(", "C", "+", "B", ")", "(", "C", "-", "B", ")"), + OldTex("A = \\sqrt{(C + B)(C - B)}", isolate=["A", *to_isolate]) ) lines.arrange(DOWN, buff=LARGE_BUFF) for line in lines: @@ -260,7 +260,7 @@ TexTransformExample # new_line2 and the "\sqrt" from the final line. By passing in, # transform_mismatches=True, it will transform this "^2" part into # the "\sqrt" part. - new_line2 = Tex("A^2 = (C + B)(C - B)", isolate=["A", *to_isolate]) + new_line2 = OldTex("A^2 = (C + B)(C - B)", isolate=["A", *to_isolate]) new_line2.replace(lines[2]) new_line2.match_style(lines[2]) @@ -700,7 +700,7 @@ OpeningManimExample moving_c_grid.prepare_for_nonlinear_transform() c_grid.set_stroke(BLUE_E, 1) c_grid.add_coordinate_labels(font_size=24) - complex_map_words = MTexText(""" + complex_map_words = TexText(""" Or thinking of the plane as $\\mathds{C}$,\\\\ this is the map $z \\rightarrow z^2$ """) diff --git a/development/about.html b/development/about.html index 0403bdd7..1859f01a 100644 --- a/development/about.html +++ b/development/about.html @@ -9,8 +9,8 @@ - - + +