Can figures be included into the slides? #287
-
I am a math phd candidate and would like to know if figures can be created using manim-slides. Currently, the main system to use is Beamer which allows creating figures. |
Beta Was this translation helpful? Give feedback.
Answered by
jeertmans
Oct 17, 2023
Replies: 1 comment
-
Hello, what do you mean by created? You can include images with Manim using an |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AustinMarstaller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, what do you mean by created?
You can include images with Manim using an
ImageMobject
, anSVGMobject
, or call some LaTeX code withTex
that further includes images, like with Beamer.