ssg is a slide generation system which provides a markdown-like syntax.
cat slides | ssg > slides.ps
See t/test for typical use cases.
Copy doc/config to your working directory and customize it. Then, load the new config with:
cat slides | ssg -c config > slides.ps
ssg < slides | iconv -f UTF-8 -t L1 > slides.ps
- Nibble <develsec.org>