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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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