Tagged Questions
0
votes
1answer
39 views
Expand page to use full page height with fancyhdr
I use fancyhdr package and would like to print a large float that exceeds the textheight. Hence I would like to remove the headers and footers. And have the float verticaly centered.
I tried
...
5
votes
1answer
88 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 ...
4
votes
2answers
64 views
Text does not fit foot line space
For my next essay, I got some requriements from my teacher. The layout concerning headlines and footlines should be like this (as there is no adequate Times New Roman I chose Arial):
...
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
251 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
113 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 ...
8
votes
1answer
169 views
fancyhdr not centering after changed geometry
I have a document with different page margins, so I have to change geometry settings after fancyhdr loaded. However, the width of header after geometry is not correct.
\documentclass[12pt]{article}
...
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 ...
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 ...
1
vote
1answer
213 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
995 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 ...