Text Formatting ⇒ problem regarding page numbering and logo
problem regarding page numbering and logo
Using the input files logo and pagenumbering separately works fine. (It generates the LOGO and it gives correct page numbering independently.)
Including the two input files simultainously does not work properly.
Anybody who can see what's wrong?
Kent
- Attachments
-
- pagenumbering.tex
- (462 Bytes) Downloaded 522 times
-
- lforum.tex
- (380 Bytes) Downloaded 541 times
-
- logo.JPG (8.47 KiB) Viewed 6725 times
-
- logo.tex
- (176 Bytes) Downloaded 548 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
problem regarding page numbering and logo
The package fancyhdr is loaded two times, in each included file. In the second file,
\fancyhf
clears the header and footer so previously made settings (page numbering) are lost there.Stefan
problem regarding page numbering and logo
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
problem regarding page numbering and logo
- Remove the
\fancyhf
line - In the main file, change this line:
\setlength{\textheight}{8.5in}
. That's too much, with the logo. The page number is pushed down so it is not visible any more. Use a lower value.
problem regarding page numbering and logo
Any reason for that.
Kent
problem regarding page numbering and logo
Kent
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
problem regarding page numbering and logo
Stefan
problem regarding page numbering and logo
Kent
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
problem regarding page numbering and logo
By the way, I would use the

Stefan
problem regarding page numbering and logo
I will check out this package.
Kent