Tagged Questions
6
votes
0answers
50 views
Koma-script scrpage2 footer height
After lots of googling and hair-tearing, I'm turning grey and old, and no
wiser...
EDIT : see bottom for a half-cooked solution.
I switched from LaTeX plain classes (article, report, etc.) to ...
3
votes
0answers
75 views
How to have headers, section headings, and figures expand into the margin?
I am interested in the following page layout.
How to have headers in margins (up to margin)
Is it possible to start section headings from margin
How to set figures occupy the margins.
I can ...
3
votes
1answer
65 views
geometry sets footskip too small
I'm using the geometry package to change the header and footer of my page to specific values. Until now, it wasn't possible for me to get the footer in the right dimensions. The header looks has its ...
5
votes
1answer
90 views
Inconsistent margins using fancyhdr and geometry
For my homework assignments I usually use the fancyhdr package to create a header that contains the group (A, B, C etc), homework title, my name + student number and the date. Besides that I ...
1
vote
1answer
78 views
How to enlarge the header of a fancy page style? [closed]
I am using a fancy page style for my report.
I am using the following code to set the width of the body:
\usepackage[left=3cm, right=2.5cm, top=2.65cm, bottom=2.65cm]{geometry}
However, the bar in ...
0
votes
1answer
117 views
Bad margins while printing
I'm using geometry package like this:
\usepackage[landscape]{geometry}
\newgeometry{twocolumn, left=0.25cm, right=0.25cm, top=0.8cm, bottom=0.4cm}
and fancyhdr package like this:
...
7
votes
3answers
255 views
My footer disappears when I increase headheight
I have created a custom simple layout with the fancyhdr package. Because the header I must use is somewhat big, LaTeX instructed me to increase the headheight to at least a minimum value. The problem ...
1
vote
2answers
115 views
Custom geometry for a first chapter page?
On normal pages I have header and no footer. On first chapter page -- I have footer (with page number) and no header. Hence I need:
\newgeometry{top=2cm, bottom=1.2cm, left=1.5cm, right=1.7cm}
for ...
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 ...
3
votes
2answers
164 views
Longtable doesn't work well with geometry [closed]
I would like to produce document with multiple longtables inside. I need to customize my headers with fancyhdr placing graphics inside it and modyfying page geometry. But then longtables have problems ...
3
votes
0answers
90 views
Change geometry for 'empty' page style only [duplicate]
Possible Duplicate:
Change \textwidth and \textheight in mid-document
Change page layout after first page
I need to make the margins on the first page of my article larger than those on ...
2
votes
1answer
297 views
Page number in top-right corner 15 mm from top
I am using next snippet to set page number in top-right corner. It works fine for me, except I want to place page number exactly 15mm from top edge. Is it possible? Thanks.
\usepackage{fancyhdr}
...
4
votes
3answers
2k views
Change \headheight for a \pagestyle
I have a document class that auto generates header from some user input. The problem is the first page should have a different page header than the others and the headline can be multi line. So ...
10
votes
2answers
2k views
Problem with the header/ footer width
I have recently started using the geometry package to format the margins of my documents. Although, I've noticed that the width of the header/ footer remains the same. How can I correct this?
...
5
votes
1answer
1k views
Fancy headings with newgeometry
I'm working on a document consisting of several pages of text and a series of full-page figures. Since the figures are larger than the normal text width, I've used the geometry package's \newgeometry ...
6
votes
1answer
2k views
geometry, fancyhdr: \fancyfoot[C]{\thepage} is not really centered
After switching from the report class to the book class and starting to use the fancyhdr package to control headers/footers, the page numbers in my footers are no longer centered.
This is my fancyhdr ...
3
votes
1answer
940 views
Place header outside set margins of the page
I have to implement some strict guidelines regarding a scholarship application and plan to use the geometry package to achieve this. There is, however, one point I don't understand. The relevant ...
1
vote
1answer
214 views
adjusting the line width of the header with geometry fanchyhdr
the line is longer than the width of the text, how do I adjust, knowing that the package needs fanchyhdr geometry?
\documentclass{book}
\usepackage[utf8]{inputenc}
\usepackage{preambulo}
...
2
votes
3answers
1k views
Twosided book with same page setup for every page (I want to use fancyhdr)
Here is my problem:
Im writing my thesis using the book class. I want my thesis to be onesided (left and right margins of same size), but I would also like to use the fancyhdr package to give me ...
8
votes
1answer
2k views
header spacing trouble
I'm using the fancy header package, yet I've also adjusted all of my margins, to allow more text on each page as there is no need for the excessively large margins.
I've run in to some trouble with ...
