Re: Get page-count into the document

Posted by TonK on
URL: https://discuss.asciidoctor.org/Get-page-count-into-the-document-tp8296p8321.html

I worked around it. :-)

I created a small theme (nochap.yml)
----
---
extends: training.yml
heading:
  h2-font-color: #ffffff
  h2-font-size: 0.1pt
----

Now I just specify `== Chaptername` for a new chapter, that automatically starts at the recto page (but you can;t see it) and this chapter is placed in the TOC as well.

Now I can punt on this page whatever I want and end with `<<<` ensuring the explanatory text is on the verso page and the image of the slide is on recto.

I know it;s not the way it is supposed to be, but if it works, it works

Thanks for your help