Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Pagecounter on Titlepage

serc
Contributor
February 5, 2019

Hi guys, anyone knoe how i can start the page counter, after the titlepage?

actually im using this:

@bottom-right
{
content: counter(page) " / " counter(pages);
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
font-size: 9pt;
}

 

1 answer

1 accepted

1 vote
Answer accepted
Tobias Anstett _K15t_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 5, 2019

Hi @serc,

As far as I understand you example and the variables used, one of your counters  uses the name "page".

First you will need to hide the page counter on your titlepage using css. Next you will need to make sure that you use the counter-reset function "counter-reset(page)" before your first 'real' page is rendered - doing so the first page should start with 1. Of course you need to do the same for the pages counter.

Btw. using Scroll PDF Exporter this can be done in a graphical template designer.

Best, Tobias

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events