3
votes
1answer
52 views

Mixed up roman and arabic page numbering in foot line using pageref

In my essay, all parts before the text part have to be numbered in Roman numbers. After the title page, the table of contents gets the correct number I. The following pages containing sections are ...
3
votes
0answers
35 views

Is there any package that supports multiple last pages [duplicate]

Possible Duplicate: How do I have two sets of page numbers in a document? I am trying to make one single file that contains several small components. Each small parts need its own last ...
1
vote
2answers
159 views

Setting page number with fancy without lastpage package

I am using the following code to generate footer with fancy to show the page number \documentclass[twoside,a4paper,10pt]{article} \usepackage{lastpage} \usepackage{fancyhdr} \pagestyle{fancy}% ...
8
votes
1answer
173 views

How do I have two sets of page numbers in a document?

I want to have two sets of page numbers (P and p) in my document. The first one (P) is global, the second one (p) resets to 1 at some predefined points. So, the document will look like, Text P1/5 ...
9
votes
3answers
500 views

Stop page count before appendix

I'm trying to find a way to stop the page count in my report. So the count stops, then it comes to the appendix. Then have a separate count for the appendix, with the footer also changing so when the ...
15
votes
4answers
401 views

Reverse page numbering

How can one make LaTeX print the pages numbering in reverse order, in the sense that if the document in question has N pages then the first page is numbered N, then N-1, ...?
37
votes
5answers
5k views

How can I add “page # of ##” on my document?

I want to add a footer to my document displaying the current number out of total number of pages. How do I do that?