mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-18 11:05:54 +08:00

* feat(convert): add to PDF conversion Basic PDF conversion. It takes the last frame (by default) for each animation, and prints out a PDF page. Closes #196 * chore(ci): remove experimental installer * feat(convert): add to PDF conversion Basic PDF conversion. It takes the last frame (by default) for each animation, and prints out a PDF page. Closes #196 * feat(convert): add to PDF conversion Basic PDF conversion. It takes the last frame (by default) for each animation, and prints out a PDF page. Closes #196 * chore(deps): update lockfile
1.4 KiB
1.4 KiB
Features Table
The following summarizes the different presentation features Manim Slides offers.
:::{table} Comparison of the different presentation methods. :widths: auto :align: center
Feature / Constraint | present |
convert --to=html |
convert --to=pptx |
convert --to=pdf |
---|---|---|---|---|
Basic navigation through slides | Yes | Yes | Yes | Yes (static image) |
Replay slide | Yes | No | No | N/A |
Pause animation | Yes | No | No | N/A |
Play slide in reverse | Yes | No | No | N/A |
Slide count | Yes | Yes (optional) | Yes (optional) | N/A |
Animation count | Yes | No | No | N/A |
Needs Python with Manim Slides installed | Yes | No | No | No |
Requires internet access | No | Yes | No | No |
Auto. play slides | Yes | Yes | Yes | N/A |
Loops support | Yes | Yes | Yes | N/A |
Fully customizable | No | Yes (--use-template option) |
No | No |
Other dependencies | None | A modern web browser | PowerPoint or LibreOffice Impress1 | None |
Works cross-platforms | Yes | Yes | Partly12 | Yes |
::: |
-
If you encounter a problem where slides do not automatically play or loops do not work, please file an issue on GitHub. ↩︎
-
PowerPoint online does not seem to support automatic playing of videos, so you need LibreOffice Impress on Linux platforms. ↩︎