Tagged Questions
4
votes
1answer
33 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
63 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
66 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 ...
2
votes
1answer
65 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}
}
...
8
votes
2answers
138 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: ...
0
votes
0answers
34 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
49 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
51 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 ...
0
votes
1answer
64 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
89 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
1answer
116 views
Roman numerals for table of contents, arabic for main text in footer
I am trying to use roman numerals for the table of contents (and abstract, notes of thanks etc.) and then start the main body of the text from page 1 in arabic numerals. I am using the article ...
4
votes
1answer
127 views
Clearing page style, but adding on page number
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage{lipsum}
\usepackage{tocloft}
\begin{document}
\tableofcontents
\thispagestyle{empty}
...
1
vote
0answers
49 views
Trying to add pagenumbering, but no footer will display [closed]
All I'm really looking to do is add page numbers to the bottom of each page. However, whatever method I try doesn't seem to show up. I've tried searching for this and come up with nothing. Here's a ...
3
votes
1answer
53 views
No page number on the first page of an Index (not ToC)
The publishing house I am going to publish a book with demands no page number on the first page of each chapter. I used \thispagestyle{empty} in most cases and had to use ...
5
votes
4answers
166 views
how to remove page numbers from first page of chapters
My report requires page numbers to start from 1st chapter 1st page.
So I use
\pagenumbering{arabic}
just before I do
\include{tex_files/chapter1)Introduction}
Now I want the page counting to ...
2
votes
1answer
131 views
Custom table of contents numbering
Two questions about customization of ToCs:
My document is numbered the following way: "section"-"page number inside this section". How can I get this numbering style in the ToC?
How to not show the ...
1
vote
2answers
82 views
How do you Right-Justify Page Numbers and get them in the header?
When I made PDFs with Texmaker the page numbers are by default at the bottom of the page (i.e. in the footer) and are centred. How do I change this?
0
votes
0answers
135 views
Page counts with moderncv [closed]
I am using moderncv classic to generate my CV. I have about 6 pages of references that I am including using biblatex. This all works fine except that the page numbers go 1/2, 2/2, 3/2, 4/2, .... It ...
5
votes
1answer
77 views
Page number appears twice in the page
I don't know why I am getting two page numbers on the same page, one in the center and one on the right:
\documentclass[a4paper,12pt]{report}
\voffset=-1in
%setting the header
\usepackage{fancyhdr}
...
0
votes
0answers
32 views
A few questions about head & foot & page number [duplicate]
I have a sample .tex file as below - in this file i have redefined the foot by using fancyhdr package. My questions as below:
The chapter page (in this example, say page 1 & page 5) don't have ...
2
votes
1answer
75 views
How to insert a running header, but not on the first page
I am writing a CV in LaTeX and I want my name as a running header on the top of each page. I used the simple command:
\pagestyle{myheadings}
\markright{Name}
However, I do not want the header to ...
2
votes
2answers
107 views
How to tweak the font of page number in the whole document?
First fancyhdr is loaded to change the font of page number.
The following commands are used to change the font to sans serif:
\fancyhead[LO]{ \sffamily \thepage }
\fancyhead[RE]{ \sffamily \thepage ...
3
votes
1answer
101 views
Page numbers to the right in article class
How do I flush page numbers to the right in the footer of an article class?
\documentclass{article}
\usepackage[english]{babel}
\usepackage{fancyhdr}
\pagestyle{fancy}
\headheight=14pt
...
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 ...
4
votes
1answer
87 views
Page numbering for chapters and special chapters
I am writing my thesis and I would like to have the page numbers on the top right corner of each page. And I would like to not have any page numbers on the first page of each chapter.
But, I would ...
7
votes
2answers
81 views
How I manage two counters for a page
I need to number the pages of an article from 1 to n inside the article (named here artpage), but also the pages included in a volume.
\newcounter{artpage}
\setcounter{artpage}{1}
...
6
votes
3answers
153 views
Page numbering in the middle of a line
How can I set up a document to write the page numbering in the middle of a line?
Through fancy pagestyle I've got a situation like the following one:
--------------------- % this is a line after the ...
5
votes
1answer
452 views
Headers and page numbers in external borders
I am trying to recreate in *TeX the same aspect that you can see in the following picture showing a document that I created a while ago with MS Publisher.
As you can see, page numbers are rendered ...
3
votes
1answer
124 views
How to make the page number appear on the abbreviation list?
does anybody know how to make the first page of the abbreviation list have the page number? My abbrev. list is made of 3 pages and only the other two have the correct page numbering (roman). The first ...
9
votes
1answer
212 views
Page numbering at the top centre
I'm trying to place page numbering at the top centre (as required by submission guidelines at my university).
It should be a very easy thing to do, but it seems impossible... I spent a day ...
4
votes
1answer
164 views
Page number alignment
This is my code:
\usepackage[french]{minitoc}
\fancyfoot{}
\fancyfoot[RO,LE]{ \textbf{ \small \textsf{\thepage}}}
\documentclass[12pt,a4paper]{book}
\usepackage[T1]{fontenc}
...
0
votes
1answer
116 views
Page numbers and headers
By default TeX prints the page number at the bottom of the page. I added a custom header so that the page number appears in the top right hand corner.
So I have the page number in two places, at the ...
1
vote
1answer
45 views
How to define any text and page number in header?
I use the following code to have a customized header in all pages, but I've lost the page numbering:
\documentclass[10pt,a4paper]{article}
\title{\textbf{DOCUMENT TITLE}}
\usepackage[spanish]{babel}
...
3
votes
2answers
241 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 ...
2
votes
2answers
271 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 ...
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
167 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 ...
4
votes
1answer
190 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 ...
2
votes
1answer
239 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 ...
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 ...
3
votes
2answers
387 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
180 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
341 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
815 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 ...
5
votes
2answers
324 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
...
1
vote
1answer
163 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:
...
2
votes
0answers
365 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
128 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, ...

