@@ -10,20 +10,22 @@ The following summarizes the different presentation features Manim Slides offers
10
10
| :--- | :---: | :---: | :---: | :---: |
11
11
| Basic navigation through slides | Yes | Yes | Yes | Yes (static image) |
12
12
| Replay slide | Yes | No | No | N/A |
13
- | Pause animation | Yes | No | No | N/A |
13
+ | Pause animation | Yes | Yes | No | N/A |
14
14
| Play slide in reverse | Yes | No | No | N/A |
15
15
| Slide count | Yes | Yes (optional) | Yes (optional) | N/A |
16
16
| Needs Python with Manim Slides installed | Yes | No | No | No
17
- | Requires internet access | No | Yes | No | No |
17
+ | Requires internet access | No | Depends [ ^ 1 ] | No | No |
18
18
| Auto. play slides | Yes | Yes | Yes | N/A |
19
19
| Loops support | Yes | Yes | Yes | N/A |
20
20
| Fully customizable | No | Yes (` --use-template ` option) | No | No |
21
- | Other dependencies | None | A modern web browser | PowerPoint or LibreOffice Impress[ ^ 1 ] | None |
22
- | Works cross-platforms | Yes | Yes | Partly[ ^ 1 ] [ ^ 2 ] | Yes |
21
+ | Other dependencies | None | A modern web browser | PowerPoint or LibreOffice Impress[ ^ 2 ] | None |
22
+ | Works cross-platforms | Yes | Yes | Partly[ ^ 2 ] [ ^ 3 ] | Yes |
23
23
:::
24
24
25
- [ ^ 1 ] : If you encounter a problem where slides do not automatically play or loops do not work,
25
+ [ ^ 1 ] : By default, HTML assets are loaded from the internet, but they can be
26
+ pre-downloaded and embedded in the HTML file at conversion time.
27
+ [ ^ 2 ] : If you encounter a problem where slides do not automatically play or loops do not work,
26
28
please
27
29
[ file an issue on GitHub] ( https://github.com/jeertmans/manim-slides/issues/new/choose ) .
28
- [ ^ 2 ] : PowerPoint online does not seem to support automatic playing of videos,
30
+ [ ^ 3 ] : PowerPoint online does not seem to support automatic playing of videos,
29
31
so you need LibreOffice Impress on Linux platforms.
0 commit comments