Tagged Questions
3
votes
1answer
63 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 ...
3
votes
2answers
244 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 ...
1
vote
0answers
145 views
How to get the page numbers within the margins specified in the settings in Lyx? [closed]
I have specified the right, left, top and bottom margins in the Lyx settings under Page margins, but the page numbers appear outside those margins. How can I force the page numbers to be within the ...
4
votes
1answer
154 views
Modifying the location of page number on the first page of chapter to fit within height
I am working on writing my masters thesis, for which the layout requirements are:
1.5 inch margin on left, 1 inch on all other side
Page number on top right on every page, except for first page of ...
1
vote
2answers
413 views
Change distance between page number and bottom edge of page
I am trying to make my page numbers .75in from the bottom of the page.
Currently they are about .5in or so.
I think \usepackage{fancyhdr} will work but what is the option to change this without ...
8
votes
1answer
777 views
Page Numbers and Margins
I am sure this is a very simple question, but here it goes.
I am writing a document (using the report document class) that requires one inch margins on the top and bottom of the page. I used the ...
4
votes
1answer
4k views
How can I lower position of page number?
\documentclass{mwrep}
%margins
\usepackage{anysize}
\marginsize{3cm}{3cm}{2cm}{2cm}
\usepackage{lipsum}
\usepackage{fancyhdr}
\pagestyle{fancy}
...
1
vote
1answer
661 views
Consistent placement for page number with changing margins
I have a document (letter paper) with a cover letter, some single column pages and some two-column pages. For readability I would like to use 1.5" margins for the single column pages and 1" margins ...
1
vote
1answer
245 views
How do I put page numbers as sidenotes? [duplicate]
Possible Duplicate:
Page numbers vertically centered in the outer page margin
I'd like to put the number on the page on the margin, but at some distance from the top margin (possibly with ...
8
votes
3answers
997 views
How to change the page number from even to odd while keeping the page as verso?
I'm writing a two-sided document with a binding margin. For certain reasons, I need to change the page number at some point, so what used to be an even-numbered page is now odd-numbered. This makes ...
2
votes
3answers
322 views
Page margin taking into account line number
I am typesetting an application that has pretty strict formatting requirements, which includes 12pt Times New Roman font and a 1 inch margin on all 4 sides. I have the following in my preamble.
...
8
votes
1answer
1k views
Document class for a simple one-page assignment
I'm looking for a LaTeX document class which would fit a simple one-page assignment with mostly text. I'd still want sections and subsections like those in article, but would like:
more vertical ...
2
votes
3answers
3k views
How to force LaTeX to put even pages on the right hand side in documentclass article
In documentclass article I try to put even pages on the right hand side of a twoside document (unfortunatelly it is no option for me to change the document class).
My point is to start with ...
9
votes
2answers
505 views
Page numbers vertically centered in the outer page margin
Even though it seems to be a non-standard position, I'd like to place my document's page numbers vertically centered in the outer page margin – i.e. where you usually have your thumb when you skim ...
2
votes
1answer
804 views
LyX: Different margins for page numbers
How can I modify the page numbers to have a different SIDE margin. I've got the vertical margin set right but my advisor wants my page numbers for the thesis 0.5" from both top and side edge (1" ...
7
votes
3answers
635 views
Move the page number to the very bottom of the page
I need to move the page number to the very bottom of the page, so it scrapes the bottom edge of the actual sheet (US letter). How do we do that?