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
...
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 ...
6
votes
1answer
306 views
Remove fancyhdr footer when float page too large
I'm working on a book with fancyhdr with some overfull float pages, and want to remove the footer on only those pages, but keep the header.
Can I either automatically remove footer if the caption ...
6
votes
3answers
512 views
How to get a big table on a page with pagestyle empty?
In my document I have a table that is quite big. I would like to have this table on a page with no header and no page number. How can I get this table on a \thispagestyle{empty}? Using it withing the ...
2
votes
3answers
1k views
Page numbering with figures and tables
I'm having a bit of trouble with my LaTeX document. I've been writing quite a bit, and have a few images and a table that I'm referring to.
My first problem is, that I have some text, then image, ...
5
votes
2answers
1k views
How to remove header on the page with big picture?
Can you help me to remove header from the page where is only one big picture? I tried \thispagestyle{empty} but it removes a header on the next or previous page. I don't know how to remove it exactly ...