@@ -66,11 +66,14 @@ provide new features on a regular basis.
6666
6767Manim Slides is commited to be an easy-to-use tool, with minimal installation
6868procedure and few modifications required. It can either be used locally with its
69- graphical user interface (GUI), or shared via HTML thanks to the RevealJS
70- Javascript package [ @revealjs ] .
69+ graphical user interface (GUI), or shared via one of the two formats it can
70+ convert to:
71+
72+ * an HTML page thanks to the RevealJS Javascript package [ @revealjs ] ;
73+ * or a PowerPoint (` .pptx ` ) file.
7174
7275This work has a very similar syntax to Manim and offers a comprehensive
73- documentation hosted on [ GitHub pages] ( https://eertmans.be /manim-slides/ ) , see
76+ documentation hosted on [ GitHub pages] ( https://jeertmans.github.io /manim-slides/ ) , see
7477\autoref{fig: docs }.
7578
7679![ Manim Slides' documentation homepage.\label{fig: docs }] ( docs.png )
@@ -79,10 +82,10 @@ documentation hosted on [GitHub pages](https://eertmans.be/manim-slides/), see
7982
8083We have used manim-presentation for our presentation at the COST
8184Interact, hosted in Lyon, 2022, and
82- [ available online] ( https://eertmans.be/research /cost-interact-presentation/ ) .
85+ [ available online] ( https://web.archive.org/web/20230507184944/https:// eertmans.be/posts /cost-interact-presentation/ ) .
8386This experience highly motivated the development of Manim Slides, and our
8487EuCAP 2023 presentation slides are already
85- [ available online] ( https://eertmans.be/research /eucap-presentation/ ) , thanks
88+ [ available online] ( https://web.archive.org/web/20230507211243/https:// eertmans.be/posts /eucap-presentation/ ) , thanks
8689to Manim Slides' HTML feature.
8790
8891Also, one of our users created a short
@@ -111,6 +114,25 @@ presenting Manim content in front of an audience much easier than before,
111114allowing presenters to focus more on the content of their slides, rather than on
112115how to actually present them efficiently.
113116
117+ ## Target Audience
118+
119+ Manim Slides was developed with the goal of making educational content more
120+ accessible than ever. We believe that researchers, professors, teaching
121+ assistants and anyone else who needs to teach scientific content can benefit
122+ from using this tool. The ability to pace your presentation yourself is
123+ essential, and Manim Slides gives you that ability.
124+
125+ ## A Need for Portability
126+
127+ One of the major concerns with presenting content in a non-standard format
128+ (i.e., not just a plain PDF) is the issue of portability.
129+ Depending on the programs available, the power of the target computer,
130+ or the access to the internet, not all solutions are equal.
131+ From the same configuration file, Manim Slides offers a series of solutions to
132+ share your slides, which we discuss on our
133+ [ Sharing your slides] ( https://jeertmans.github.io/manim-slides/reference/sharing.html )
134+ page.
135+
114136# Acknowledgements
115137
116138We acknowledge the work of [ @manim-presentation ] that paved the initial structure
0 commit comments