Hello,
For a university project I'm trying to fit a logo in the footer of my article. I can't seem to find a way to do this. Can anyone try and help?
Tanks a lot!
All the best.
Page Layout ⇒ Figures or Pictures in Footers
Re: Figures or Pictures in Footers
Hi there,
I use the fancyhdr package. Then in the left footer (for example), you just add:
\lfoot{\includegraphics[height=2cm]{yourImageHere}}
When compiling, there might be a complaint saying that your head height is to small. Then just change that parameter to fit your image.
Cheers
I use the fancyhdr package. Then in the left footer (for example), you just add:
\lfoot{\includegraphics[height=2cm]{yourImageHere}}
When compiling, there might be a complaint saying that your head height is to small. Then just change that parameter to fit your image.
Cheers
Re: Figures or Pictures in Footers
Hey fatra2,
Thanks for the help. It works like a charm.
Eljee
Thanks for the help. It works like a charm.
Eljee