{page-numbering} is about how (La)TeX numbers pages and how page numbering can be influenced.
3
votes
2answers
101 views
Intermediate page numbering
I want to use both regular page numbering (as in 1, 2, 3, etc) and n-m page numbering (1-1, 1-2, 2-1, 2-2, etc) in a document I'm preparing.
This far I've been playing around with custom counters ...
3
votes
1answer
239 views
Continue Page Numbers in Appendix
I am writing a thesis using LaTex and I was told that my numbering cannot restart in the Appendices, which seems wrong to me but I'm not going to argue it. I am using the report class and the ...
3
votes
2answers
234 views
How to change page margins but keep the placement of the pagemark?
I use the package geometry to adjust the page margins for my needs. However,
the first page should be different. To accomplish this, I used \newgeometry,
\restoregeometry which works fine, except that ...
5
votes
1answer
54 views
Can I avoid page numbers in a report document with openright?
I have a report class and I dont want to switch it. If I use the openright option, I have the problem that empty pages are labled. Before taking the "openright" option out and inserting empty pages by ...
4
votes
1answer
185 views
Remove page number from just one (float) page?
Basically I have some text:
\section{Section 1}
TEXT TEXT TEXT
Then I have an image:
\begin{figure}
\centering
\includegraphics[scale=0.6]{images/rlexample.png}
\caption{---}
\label{rlexample}
...
2
votes
1answer
119 views
Wrong page numbers in TOC and hyperref problems [duplicate]
Possible Duplicate:
How to get devanagari numerals in latex or xetex
This is a follow up to the discussion under XeLaTeX - Devanagari page numbers in \tableofcontents, as suggested by David ...
2
votes
1answer
167 views
XeLaTeX - Devanagari page numbers in \tableofcontents [duplicate]
Possible Duplicate:
How to get devanagari numerals in latex or xetex
I am using XeLaTeX (XeTeX, Version 3.1415926-2.4-0.9998 on TeX Live 2012/W32TeX). I want Devanagari (Indic) page ...
1
vote
1answer
83 views
page-numbering doesn't work
here it is my document
\pagenumbering{gobble}
\input{frontmatter/frontespizio}
\pagenumbering{roman}
\tableofcontents
\pagenumbering{arabic}
\input{mainmatter/chapter_1}
what it happens is that ...
2
votes
2answers
257 views
Position of page numbers
I want to move the position of my page numbers to the bottom right of the page. Is there a way to do it without using the fancyhdr package?
Right now I just use
\pagenumbering{roman}
and it does ...
8
votes
1answer
172 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 ...
3
votes
1answer
67 views
Wrong page numbering(ToC-LoT)-Empty pages before ToC-
First of all I am sorry for my not minimum WE. I will explain why it's not... I am creating a ToC in a book-class document. ToC starts at page iii(I am using roman numbering) and ends at iv. The ToC ...
4
votes
3answers
514 views
Insert title page into table of contents
I'm trying to format a thesis to university requirements. The university requires the front matter to conform to the following:
Everything up to the table of contents has a roman page number (but ...
0
votes
0answers
125 views
Converting my thesis into latex format [closed]
How will I convert my thesis into LaTeX format? Particularly, on the Heading with the 2 lines below and image on the left in right, Position of the page number on the bottom left and inserting a ...
6
votes
1answer
162 views
\thispagestyle{empty} with longtable
I have a longtable and landscape table that spans 3 pages. I don't want a page number to be displayed on any of these 3 pages. However, setting \thispagestyle{empty} just preceding the commencement of ...
12
votes
1answer
102 views
Custom “counter” as page number substitute
I'm trying to typeset a book, covering a world trip. Instead of standard page numbers, I want each page to correspond with a digit representing driven kilometers. Of course I can't manually set that ...
2
votes
1answer
104 views
First chapter after List of Tables starts on page 2, should be 1
My LOT spans two pages - one is numbered ix the other 1. The first chapter starts with page number 2. I would like my first chapter to start with page number 1.
So my contents page looks like this
...
4
votes
1answer
176 views
Page numbers only appear on pages where a chapter starts
I have a problem in the number of the pages in my report the problem is that the number of the page appears in the beginning of the chapter but in the next page it is absent. This is a part of my ...
3
votes
1answer
311 views
How to make a List of Symbols without page number
I am using the nomencl package for printing a List of Symbols but I do want the List of Symbols to appear only without its page number in the Table of Contents and there should not be a page number at ...
0
votes
0answers
61 views
number of page starting after the table of contents [duplicate]
Possible Duplicate:
No page numbering for the table of contents
I would like to start numbering the pages of my document after the table of contents. I would like to put the number of pages ...
2
votes
1answer
235 views
No page number displayed after applying header and footer
After applying a new header and footer, no page number is displayed in my document; only the updated header and footer. And there is another problem: there is no header or footer displayed on chapter ...
7
votes
1answer
564 views
Landscape and page numbers with pdfpages
I am using pdfpages to insert PDFs into a master file. Some of the PDFs are portrait and some are landscape. I am using pagecommand=\thispagestyle{plain} so that the page numbers are in sequence ...
6
votes
1answer
101 views
How to highlight important pages in glossaries page number list
In some books, the keywords page not only has a list of pages the keyword was referenced, it also bold or emphasize page numbers where the keyword was defined or explained. How do I do that with ...
0
votes
1answer
171 views
Incorrect page numbers in ToC
I am using tocbibind to get Acknowledgements, Declaration and Intro into ToC. The problem is, page numbers are incorrect. I have also tried adding them by \addcontentsline, it stays the same. ToC ...
3
votes
1answer
142 views
Fix page numbering format for latex listings package (lstlistoflistings)
I have a problem with the listings of my latex document. I am using the "listing*s*" package (not the "listing" package).
Although the pagenumbering is still set to "roman" right after the titlepage, ...
11
votes
1answer
241 views
Replace individual page numbers with mathematical expressions
I'd like to replace a few individual page numbers in a document with mathematical expressions, like $a^0$ for page 1, $2(2)^1$ for 4, etc. I don't have a ToC or index, so I'm not concerned about the ...
0
votes
0answers
229 views
Wrong page numbering style and chapter title [closed]
I have just finished my thesis, which is ready for defence and print!
It consists of tex subfiles which are added to a main file. The thesis is written in Greek. I used roman numbering for the first ...
2
votes
1answer
233 views
How to turn on/off page numbering when merging PDF files
I am trying to merge separate PDF files, following this advice.
\documentclass{article}
\usepackage{pdfpages}
\begin{document}
\includepdfmerge{file1.pdf,-}
\includepdfmerge{file2.pdf,1-3}
...
3
votes
1answer
147 views
table of contents push chapters page numbers
How do I solve this problem?
When my table of contents takes more than one page, the second page is labeled as page 1. Then my chapter 1 starts on page 2 instead of page 1. Below I give the skeleton ...
8
votes
2answers
275 views
Get page numbering & page count of a given style
Given a set of page styles, for example plain and butter, in the memoir class how can get the page number and count for that given style?
This seems like something that would already have been ...
3
votes
2answers
377 views
Memoir changes page number from bottom to top-right in pages with heading
I'm using memoir with the companion page style and the madsen chapter style.
\documentclass[11pt, openany, oneside]{memoir} %Start chapter in even or odd page
\usepackage[utf8]{inputenc} %Carácteres ...
4
votes
1answer
828 views
Table of Contents incorrect page numbering
I am using the following code.
\newpage
\section*{Abstract}
\addcontentsline{toc}{section}{Abstract}
\newpage
\tableofcontents
\addcontentsline{toc}{section}{Table of Contents}
\newpage
...
3
votes
1answer
275 views
glossaries issue: wrong pagenumber for book and memoir
I am writing happily on my thesis with latex but found a problem with glossaries package returning wrong page number reference links in the glossaries index.
Instead of referencing page 5, the ...
5
votes
1answer
82 views
plain xetex page labels
there are some PDF files that some reader displays the printed page number as the current page number.
I also saw, that this can be achieved in latex with hyperref package.
what I'm look for is ...
4
votes
1answer
175 views
page number does not appear on first page of bibliography
When I make my bibliography, something strange happens. If the bibliography is more than one page, the page number is not included on the first page. I want the page number on bottom-center of the ...
3
votes
1answer
337 views
How to customize pagenumber position using fncychap
Using fancypages and two-sided documents, I used to set \fancyfoot[LE,RO]{\thepage} to get the page number on the page away from the center. Now that I use the package fncychap it won't work on pages ...
5
votes
2answers
793 views
Page number and name in the header of each page
How do you enter a page number on the right-hand side of each page?
Also, is there a command so that "My name" is on the top left corner of each page except the first page?
And maybe put a bar ...
6
votes
1answer
279 views
Page header with gray background and without margin
After finishing my thesis in LaTeX (I am an absolute newcomer) I've been asked to format it in a specific design matching a doc-file I received.
I've managed to change titles and fonts and margins ...
5
votes
2answers
321 views
Problem with redefining \chapter{…} command
I want to change the definition of \chapter[...]{...} to \chapter[...]{...}\thispagestyle{empty}. To do this, I'm using the code below:
\documentclass{book}
\let\origchapter\chapter
...
2
votes
1answer
222 views
long table in landscape environment
I am trying to insert a longtable in the landscape environment. Following some Google queries I found this stack overflow question "How do I make multi page landscape tables in LaTeX".
I followed ...
4
votes
1answer
137 views
adjusting position of page numbers in bound in PDF pages
My document consists of three parts, where part two is an external PDF which I bound in using the \includepdf command from the pdfpages package. I managed to place page numbers on these pages by use ...
1
vote
1answer
134 views
Inserting nomenclature on a page without page number
I have followed this example and read nomencl package documentation and I can't find a solution. The problem is, that I want to insert nomenclature after TOC, where page numbers are turned off. That ...
5
votes
0answers
214 views
What is going on with pgfpages and page labels?
I’m using a feature of beamer that shows notes beside slides, but the page numbers that are coming out are crazy, making it impossible to extract specific slides into other documents with ...
1
vote
1answer
162 views
page headings in scrbook and xepersian
I found the page about page numbers in xepersian, but the problem seems to be more general. I cannot get the page headings with scrpage2 in the KomaScript classes to work. I tried the following:
...
3
votes
1answer
136 views
Set arbitrary page numbers in pdf file
When I am using different \pagenumberings in a document, the PDF viewer shows the right page numbers, that is pages i, ii, etc... for \pagenumbering{roman} and 1, 2, etc... for \pagenumbering{arabic} ...
2
votes
0answers
361 views
\thispagestyle{empty} and page numbering [closed]
I'm trying to suppress the page number on a few pages of a large document. I'm using \thispagestyle{empty} to perform this task, and it works exactly as I want it to. However, when I later compile the ...
3
votes
1answer
127 views
Setting page numbers correctly
I'm preparing a paper and I created a title page, an abstract page and an acknowledgments page. Those page must not show page numbers. So I used:
\setcounter{page}{-1}
for the title page
and
...
1
vote
0answers
28 views
delete page number in cleardoublepage [duplicate]
Possible Duplicate:
How to remove headers and footers for pages between chapters?
I created a document using
\documentclass[12pt, a4paper, twoside, openright]{book}
...
4
votes
1answer
2k views
How to customize the page header and the page number of classicthesis?
I am using the classicthesis package and would like to customize the page headers and the page numbers. Here is a test project that shows the problem.
\documentclass[dottedtoc, headinclude, ...
0
votes
2answers
85 views
Empty page with number at the end of chapter
My thesis document is having an empty page at the end of the chapter. The page is numbered too. Any ideas what could have caused this ?
5
votes
1answer
157 views
ConTeXt MarkIV: Pagenumber in layer not working
I want to put pagenumber and navigation into a layer, but the counter for pagenumber is not working. Here's a minimal example:
\usemodule[graph]
\usesymbols[nav]
\setupsymbolset[navigation 1]
...