3b1b / 3b1b/manim

Log-files is saved to manim-master folder

オープン
#784 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
93.9k
フォーク
7.7k
平均マージ
2日 13時間
マージ済み PR(30日)
4

説明

Hi.
I'm new to manim and trying to run a split function a text-string to easier manage large expressions. The result is what I want, but it takes all the TeX-elements and saves the corresponding .txt, .svg, .aux and .dvi files in manim-master folder, which makes it quite annoying to keep track.
Any suggestion to solution?

Here is an example for what I'm doing:

from manimlib.imports import *

def TekstSplitMatte(tekst):
return TexMobject(*[tekst.split()[temp] for temp in range(len(tekst.split()))])

tekst= TekstSplitMatte(" 1 + 2 + 4 + \\cdots + ( n+1 ) + n")

class formel_transformasjon(Scene):
def construct(self):
self.play(Write(tekst))

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。