Page Layout ⇒ Figures or Pictures in Footers
Figures or Pictures in Footers
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.
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
Re: Figures or Pictures in Footers
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
Thanks for the help. It works like a charm.
Eljee