Skip to content

Commit

Permalink
Fix typo in dynamic.md
Browse files Browse the repository at this point in the history
According to https://en.wikipedia.org/wiki/Microsoft_PowerPoint,
PowerPoint is more appropriate.
  • Loading branch information
FantasqueX committed Jan 19, 2024
1 parent 9c8943a commit 6464ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/dynamic/dynamic.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dynamic slides

The PDF format does not (trivially) allow to include animations, as one would be
used to from, say, Powerpoint.
used to from, say, PowerPoint.
The solution PDF-based presentation slides use is to create multiple PDF pages
for one slide, each with slightly different content.
This enables us to have some basic dynamic elements on our slides.
Expand Down

0 comments on commit 6464ab0

Please sign in to comment.