What do you use for slides?
Grant Edwards
grant.b.edwards at gmail.com
Fri Nov 15 13:01:37 EST 2019
On 2019-11-15, Abdur-Rahmaan Janhangeer <arj.python at gmail.com> wrote:
> For slides i use https://yhatt.github.io/marp/, but sometimes i want a more
> stylish tool.
>
> What do you use for slides? (besides powerpoint + syntax highlighting
> included)
Last time I made slides it was four a 3-day course I was teaching. I
used a package for TeX/LaTeX and produced PDF output for around 200
"slides". That worked brilliantly.
It may have been SliTeX, but I'm not sure. Yikes, that was almost 20
years ago. :/
It looks like "Beamer" is a sligtly more modern apparoach using LaTeX:
https://ctan.org/pkg/beamer
The typesetting quality of TeX is still impossible to beat...
--
Grant
More information about the Python-list
mailing list