Log-files is saved to manim-master folder
- 主要言語
- 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 はまだ評価されていません。