3b1b / 3b1b/manim

Log-files is saved to manim-master folder

Ouverte
#784 5 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
93.9k
Forks
7.7k
Merge moyen
2 j 13 h
PR mergées (30 j)
4

Description

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))

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.