https://github.com/yegor256/ppt-slides
LaTeX package for making slide decks à la PowerPoint (PPT)
https://github.com/yegor256/ppt-slides
latex latex-package latex-style ppt slides
Last synced: 5 months ago
JSON representation
LaTeX package for making slide decks à la PowerPoint (PPT)
- Host: GitHub
- URL: https://github.com/yegor256/ppt-slides
- Owner: yegor256
- License: mit
- Created: 2022-09-10T17:11:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T13:05:55.000Z (5 months ago)
- Last Synced: 2025-02-01T21:12:03.059Z (5 months ago)
- Topics: latex, latex-package, latex-style, ppt, slides
- Language: TeX
- Homepage: https://ctan.org/pkg/ppt-slides
- Size: 496 KB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# LaTeX Slidedeck à la PPT
[](https://github.com/yegor256/ppt-slides/actions/workflows/l3build.yml)
[](https://ctan.org/pkg/ppt-slides)
[](https://github.com/yegor256/ppt-slides/blob/master/LICENSE.txt)This LaTeX package helps you create slide decks as good looking
as with [PowerPoint™](https://en.wikipedia.org/wiki/Microsoft_PowerPoint),
but more precise, uniform, and visually strict.
Check [this series of lectures](https://github.com/yegor256/ssd16)
fully designed with the use of this package.First,
[install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages)
from [CTAN](https://ctan.org/pkg/ppt-slides)
and then use in preamble:```tex
\documentclass{article}
\usepackage{clicks}
\usepackage[template,scheme=dark]{ppt-slides}
\begin{document}
\plick{\pptBanner{This Is My First Slide}}
\plick{The slide tells you an interesting story...}
\plick{but slowly...}
\plick{step by step...}
\plush{until you get totally bored.}
\end{document}
```Otherwise, you can download
[`ppt-slides.sty`](https://yegor256.github.io/ppt-slides/ppt-slides.sty)
and add to your project.If you want to contribute yourself, make a fork, then create a branch,
then run `l3build ctan` in the root directory.
It should compile everything without errors. If not, submit an issue and wait.
Otherwise, make your changes and then run `l3build ctan` again. If the build is
still clean, submit a pull request.