Re: 0Start numbering page issue
Posted by
mojavelinux on
May 02, 2020; 6:42pm
URL: https://discuss.asciidoctor.org/0Start-numbering-page-issue-tp7966p7967.html
Please share a sample of your AsciiDoc file so that it's possible for someone to reproduce your results.
Thanks,
-Dan
On Sat, May 2, 2020 at 9:53 AM yo [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
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.
--