Skip to content

A small repository containing my attempt to emulate the LaTeX beamer format within manim-slides.

License

Notifications You must be signed in to change notification settings

johnHostetter/manim-beamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manim-beamer: Beamer format in manim-slides! 🎉

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.

Demo of an animated slide with blocks and itemized lists

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.

Demos of animated slideshows with diagrams, tables, graphs, etc.

APFRB.mp4
CEW.mp4
LERS.mp4
FYD.mp4

Troubleshooting 😟

  • 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]

About

A small repository containing my attempt to emulate the LaTeX beamer format within manim-slides.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages