Login  Register

Re: AsciiDoctor PDF & slide-show presentations

Posted by Ted on Dec 07, 2017; 4:54pm
URL: https://discuss.asciidoctor.org/AsciiDoctor-PDF-slide-show-presentations-tp6053p6059.html

gour wrote
... I'd like to use pure AsciiDoctor markup + AsciiDoctor PDF and produce just *.pdf as the end result.
So you would create a PDF to be used as a slide show? I would never think to do that, but here goes...

You could use the experimental Page Break <<< and split the pages into slides. Try rendering this with Asciidoctor-PDF


= PDF Slideshow
:experimental:
:pdf-page-size: 9in x 6in

== Slide 1

Use the next and previous page buttons to navigate this 'slideshow'

<<<

== Slide 2

Here's another 'slide'

<<<

== Three

* Three
* Three
* Three

<<<

== The End

This concludes this experiment

NOTE: use :pdf-page-size: 9in x 6in to make a landscape sized PDF
- Ted @TedAtCIS