Page LayoutFigures or Pictures in Footers

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
User avatar
eljee
Posts: 4
Joined: Tue May 11, 2010 1:11 pm

Figures or Pictures in Footers

Post by eljee »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
fatra2
Posts: 126
Joined: Fri May 01, 2009 1:43 pm

Re: Figures or Pictures in Footers

Post by fatra2 »

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
User avatar
eljee
Posts: 4
Joined: Tue May 11, 2010 1:11 pm

Re: Figures or Pictures in Footers

Post by eljee »

Hey fatra2,

Thanks for the help. It works like a charm.

Eljee
Post Reply