{page-numbering} is about how (La)TeX numbers pages and how page numbering can be influenced.

learn more… | top users | synonyms (1)

1
vote
1answer
35 views

Page Numbering in “Exam” Document Class

When using the "exam" document class, LaTeX prints "1" for the page number at the bottom of the first page but prints "Page n" for all successive pages where n is the page number. Anyone know how to ...
2
votes
1answer
30 views

noframenumbering option with maketitle

I would like to set the option noframenumbering on the title page but I don't know how to set it... I've tried this : \maketitle[noframenumbering] but it didn't worked And this : ...
5
votes
0answers
28 views

Rotating package + sidewaystable + pagenumbering not rotated expected

This question is similar to: Set up sidewaysfigure to have the bottom of the figure toward the spine but that question doesn't give me the result I'm looking for. Instead, I want my tables to be ...
8
votes
1answer
106 views

a tikzpicture on pages without chapter and index

I would get the result of the output below \documentclass[11pt, a4paper]{book} \usepackage{geometry} \geometry{% papersize={19.7cm,27cm}, centering, textwidth=380pt, textheight=650pt} ...
2
votes
1answer
47 views

Page numbering starts too early

As the title already indicates, I have a problem with the page numbering. At first I am in roman numbering mode and then I switch to arabic. But even though my \pagenumbering{arabic} statement is ...
0
votes
0answers
23 views

Removing page number from TOC while mainting header/footer information

I am editing a document that was created by someone else. The original document has a custom header/footer and the page numbering was commented out. All I wanted to do was to turn the page numbering ...
3
votes
2answers
54 views

Glossary backlink points to wrong page

The gloassary I am displaying keeps a backlink to the page, where the entry was used. It correctly says page 3, but the link jumpgs to the 3rd page from the beginning, instead to the 3rd page with ...
0
votes
0answers
17 views

Latex, place page number in specific custom position

Latex, place page number in specific custom position. I am writing my thesis in the memoir style. My institution regulations stipulate that all page numbers must be placed in the top right corner of ...
2
votes
1answer
44 views

XeLaTeX Section related page/figure numbering

Is there any good method to get section related page and figure numbering which also allows a consistant TOC/TOF? I am using the article class to write a technical manual. Section 1, Page numbering ...
3
votes
0answers
37 views

Avoiding page numbers in allowframebreaks option - beamer

In my presentation, I am citing many papers and thus want to have a bibliography in the end so that people can refer to full citations as well. But I don't want to include them in page numbers in ...
2
votes
0answers
33 views

How do I put a blank page between two pages of the table of contents? [duplicate]

My table of contents have two pages, page ix and page x, but I want to just let even pages have contents, so I have to put a blank page between those two. So I need to have the TOC at pages ix and xi, ...
13
votes
3answers
111 views

Rotate image according to pagenumber

For writing my master thesis I have an image in landscape that needs to be oriented correctly when it is eventually printed in a book. If the page with the image is on the left side (even page ...
0
votes
0answers
59 views

Page numbering at bottom of page

I am writing my thesis and I am using document class thesis. I want the page numbering appearing at bottom of the pages and centered. \documentclass[12pt,a4paper, oneside, bold]{thesis} ...
4
votes
2answers
90 views

Fancyhdr does not apply same header/footer on chapter and non-chapter pages

I have a problem with the fancy package: I use the report documentclass and I have a chapter, a lot of text and then a new page starting with a section (or the next page has no chapter starting on ...
3
votes
1answer
49 views

How to define margins of a document with page numbering at a specified place

I have to follow specific rules for an A4 document: upper and lower margins at 4.5cm page numbers centered at 3.5 cm I've succeeded to defined the margins with the geometry package but I'm ...
2
votes
1answer
42 views

Fancyhdr package and page numbering issues

I am using the fancyhdr package and I have got big issues with the page numbering. Indeed, the pages appear for each new title, but then I don't have anymore page numbers, Here is the code furnish by ...
7
votes
1answer
78 views

How to force LaTeX to print a table in an even-numbered page

Is there a way that I can force a table to be printed in an even-numbered page? One thing that comes to mind is to print a blank page before it if the table happens to be in an odd page but this makes ...
4
votes
2answers
69 views

tableofcontents* still numbers ToC

I am using \tableofcontents* to remove the page numbering from the ToC but it still continues to number the ToC. What I would like to happen is that there is no page numbering for the ToC and then ...
1
vote
0answers
64 views

Problem with roman/arabic numerals [closed]

I have a problem with abstract numbering. I have this chapter ahead of the table of contents together with the acknowledgements. The toc, list of tables/figures, acknowledgements are all numbered ...
1
vote
2answers
56 views

Wrong numeration in toc longer then one page

I searched the web for a solution but could not find one that helped me. I tried anything i could find with \cleardoublepage and \newpage and so on...mostly they use \addcontentsline. I dont need to ...
18
votes
3answers
206 views

Stable alternative to \thepage

As I read and found out the command \thepage doesn't always output the correct page number. The proposed alternative is to use \pageref{here}\label{here}. But this seems too unhandy, because I have ...
1
vote
2answers
41 views

Arabic page numbers appearing when I want Roman

I am currently writing my MSc thesis and I am having a problem with roman and arabic page numbering. I would like the Contents, List of Figures and List of Tables all to have roman page numbers. I ...
1
vote
0answers
29 views

Including a document into another one without redefining setting

For a publication, I have to include another publication. The second one is in English and uses IEEEtr style. I could of course compile the second one into a pdf file and include the pdf into the ...
1
vote
1answer
41 views

Creating pagerefs referring to article version in beamer presentation

Is there any existing way to include references to page numbers in the supporting material in a beamer presentation? Assume that I have two files, one for generating the handout in article class, ...
3
votes
1answer
62 views

change page number color of latex beamer

I need to change the page number color to black in latex beamer. What do I need to add to the following code? \defbeamertemplate{headline}{page number}{% \vskip1pt% ...
4
votes
1answer
51 views

Hide page numbering but retain header/footer

I would like to remove page numbering on a specific page. However, the header and footer should remain intact. If I try: \thispagestyle{empty} The header and footer disappear. What is the ...
5
votes
1answer
71 views

How can I put the page numbers where I need them?

I need to put the number for each page that is numbered at the top right hand corner of the document. Currently that condition is satisfied except for the first page of each chapter. That is, for the ...
1
vote
1answer
76 views

Customize page numbering so all pages are equally formatted in book class

The title says it all. A friend is working on her thesis and we cannot figure out how to ensure that the page numbering is equally formatted on all the pages that display page numbers. Default ...
0
votes
1answer
42 views

Page numbering appearing in the wrong place

My list of figures spans two pages, and on the first page, it is appearing at the bottom center, and on the next page, it is appearing on the bottom right. I want it to be on the bottom right on the ...
2
votes
1answer
82 views

Page number position on page with table of contents

I want to position page numbers in my document in top-right corner. I managed to do so using fancyhdr (see below). \usepackage{fancyhdr} \hypersetup{% pdfborder = {0 0 0} } ...
2
votes
1answer
47 views

Print the number of pages in the document before this page

I'd like to print a sentence like this: "written upon this page and the n preceding pages of paper" where n is the number of pages before this page. \thepage gives me the current page number, so ...
8
votes
2answers
150 views

Gobble page numbers

In my document I have 5 pages that consist of the chapter name. I want these pages not to have page numbers displayed and not to contribute to the page numbering. This is what I am trying to achieve: ...
3
votes
1answer
148 views

Merge PDFs, fix page numbering and compress

Say there is a book that has been split into several PDFs. I want to do two things: Merge the PDFs and reduce the size of the resulting PDF. Fix the page numbering. (1) can be done with pdftk or ...
0
votes
0answers
39 views

How to make page Footer Margin 0.75'' from bottom page?

I currently use LyX, and upload the package fancyhdr to try to solve this problem. However, it is not evident to me which of the commands would do this for me... Trying to file my doctoral ...
1
vote
1answer
94 views

LaTeX {scrreprt} page numbering [duplicate]

I'm writing in LaTeX a scrreprt onesided document, for which I would like to number the pages on the right side of the footer (don't need anything more in the footer). I've found this: ...
0
votes
0answers
49 views

removing an unwanted page between two chapters

What could be the reason? Somehow a blank page with some random number gets inserted between two chapters. \flushbottom \include{chapter1} \flushbottom ...
1
vote
1answer
46 views

How to remove the number of the page in latex?

I am a newbie in Latex. I know there are many manuals where I can learn how to use Latex but I am facing a problem I can't manage to solve simply. The structure of my document is this: title page ...
0
votes
1answer
67 views

Wrong Reference in glossary - difference shown pagenumber and reference location

As in this previous Link Problem I reproduced the error. First, this is my code: \documentclass{scrartcl} \usepackage[utf8]{inputenc} \usepackage[ bookmarks, bookmarksnumbered, ...
3
votes
1answer
80 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 ...
0
votes
0answers
44 views

Adjusting Abstract page no. in the table of contents [closed]

Here is my code \documentclass[a4paper,12pt,twoside]{report} \usepackage{setspace} \usepackage{fancyhdr} \usepackage{a4wide} \usepackage{sectsty} \usepackage{graphicx} \usepackage{amsmath} ...
3
votes
1answer
70 views

Initial page numbers wrong

I am going crazy over the page numbers in my thesis. I have included the relevant part of my document below. I have two problems: The dedication is numbered ii. which is good, but the abstract is ...
0
votes
0answers
63 views

Page numbering different side of heading for odd and even page

Hello I am using a fancyhdr package and I want that the page number appear in the right side of the heading for odd pages and in the left side of the heading for the left side. I alredy used the ...
2
votes
2answers
81 views

Move page numbering to top left

I want the number of the page was at the top of the page and in the left corner. How do I achieve that?
1
vote
1answer
92 views

disabling page number from tikz-uml diagrams

I'm trying to use the tikz-uml package for generating uml diagrams. As I was trying, I found that for some reason page number appears at the bottom of the page. I tried to disable it by using ...
4
votes
1answer
108 views

List of Figures sorted by Figure number

I am using \usepackage{imakeidx} \usepackage{hyperref} and the command \listoffigures to get the list of figures. Some figures are double-column, some are single-column, and LaTeX does not ...
5
votes
2answers
77 views

My own page number from file {counters}

I would like to add my own page number in my publications. I have file: numerki.tex zzzero jEden dWa trZy cztery ... dwadzIescia etc...... How I can add counter \counter\cyferki from file. each ...
0
votes
1answer
71 views

Delete some page numbers

How can I delete page numbers from only some pages? I've got some large figures which go over the margins, and have the page number superimposed.
5
votes
1answer
110 views

Publishing standard for landscape page number position?

I realize there are a couple of threads on this matter, but my question is a little different. My university thesis office returned my dissertation with formatting corrections today. One of the ...
3
votes
2answers
84 views

How to make a short running author list?

I am writing a paper (using the amsart class) where we have four authors. The problem is that the author names on the even pages spill over onto the page numbers and obscure them. What I'd like to do ...
1
vote
1answer
71 views

Get the empty page before a new chapter in ConTeXt?

When starting new chapters on right-hand side, it would better make the previous page empty (no footer and header). This can be done by defining a new pagebreak and setup head, ...

1 2 3 4 5 8