Login  Register

Re: AsciiDoctor PDF & slide-show presentations

Posted by gour on Dec 08, 2017; 5:33am
URL: https://discuss.asciidoctor.org/AsciiDoctor-PDF-slide-show-presentations-tp6053p6063.html

Ted wrote
So you would create a PDF to be used as a slide show? I would never think to do that, but here goes...
Really?

LaTeX has e.g. Beamer package which is very  popular for creating presentations.

There is also another TeX macro package called ConTeXt which is capable of producing high-quality typeset output.

Moreover, having presentation in PDF it means it's portable  - one can put it on USB stick and present using any PDF viewer, without the need for Internet connection and/or so many Node-based dependencies.

You could use the experimental Page Break <<< and split the pages into slides. Try rendering this with Asciidoctor-PDF
That could do the job. Thank you!