Login  Register

0Start numbering page issue

Posted by yo on May 02, 2020; 3:53pm
URL: https://discuss.asciidoctor.org/0Start-numbering-page-issue-tp7966.html

Hi everyone,

I need to make a pdf from an asciidoctor file having a :front-cover-image: (cover page) followed by a :toc: followed by the rest of the memory (Introduction, etc.), this for an university memory. I need to not have a page number displayed for the cover page and have a page number displayed for the toc being 2 (must count the cover page).

I tried everything. In the asciidoc file:

:page_numbering_start_at: 2
:numbering-start-at: 2

In the pdf-themes.yml
running-content:
  start-at: 2
page:
  numbering-start-at: 2

All of these parameters seems to have no effect. Am I missing something?

Thanks for your time.