The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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 Champions.
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

TAGS
AUG Leaders

Atlassian Community Events