This small repository is meant to complement manim-slides, and does not override it. Contained within are a few helpful classes to emulate the LaTeX beamer format within manim-slides!
Most notably, this focuses on the Beamer blocks used to highlight important sentences/words (e.g., block, alertblock, examples). The manim-beamer classes implementing these Beamer blocks already use the necessary colors to achieve a similar effect.
This repository also provides the user with code in how to implement LaTeX lists with different markers to emulate itemize, enumerate, and so on! Of course, these manim-beamer List classes are also compatible with the manim-beamer Block classes as well.
SlideWithBlocks.mp4
Lastly, code is also provided that allows convenient use of slides containing captioned diagrams or tables. For the tables, it is possible to highlight particular rows of interest as well.
APFRB.mp4
CEW.mp4
LERS.mp4
FYD.mp4
-
If you are having trouble with running 'manim-slides' command with the 'mbeamer' package (e.g., "qtpy.QtBindingsNotFoundError: No Qt bindings could be found"), please try the following:
pip install manim-slides[pyside6]