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, ...?
|
|
Here's an idea:
You probably can skip doing this until your document is finished, so that this is a one-off operation. There are so many things that might be unfeasible or outright difficult, but perhaps that could work. At least, this is not likely to be dependent on a particular document class. |
|||
|
|
|
Here's a solution you can use for
|
||||
|
|
|
You have already received good answers for your questions, but I'd like to mention another way of getting around boring page numbering, or in general, boring display of any counter. I think that sometimes it is a better idea to display a counter visually. For example, consider this five page document:
The four counters on headers and footers visually display the current page number (for some styles, they also give an indication of remaining page numbers). This is inspired by the styles used in ConTeXt presentation modules and some beamer styles. The above example is based on a ConTeXt module that I have written. It uses metapost to draw the counters (and only works with ConTeXt MkIV). For LaTeX, one can use the same idea and use tikz as a backend. |
|||
|
|
|
Using the answer of Geoffrey Jones (+1 for his answer), for different numbering schemes you could use (some of) this:
|
|||
|
|

