Hello,
How can I include an image in my beamer slide so that it is under the text? I want it at the bottom of the page, but I don't want it to affect the position of the text at all.
Thanks,
Rich
Graphics, Figures & Tables ⇒ Beamer: image under text
-
- Posts: 52
- Joined: Sat Jun 07, 2008 11:56 am
Beamer: image under text
Last edited by stinkinrich88 on Wed Jan 27, 2010 2:03 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Beamer: image under text
Seems to me like you want some kind of logo. If so, the beamer manual describes how achieve that.
Best regards
Thorsten¹
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 52
- Joined: Sat Jun 07, 2008 11:56 am
Beamer: image under text
Hello,
The logo thing puts the image on all pages. I only want the image on one frame. The closes I can get is using the textpos package (or using this command:
Found from this page: http://www.mail-archive.com/lyx-users@l ... 45340.html
But both of those solutions put the image over the text. I can't find a way to have them under the text (but still visible)
The logo thing puts the image on all pages. I only want the image on one frame. The closes I can get is using the textpos package (or using this command:
Code: Select all
\newcommand{\putat}[3]{\begin{picture}(0,0)(0,0)\put(#1,#2){#3}\end{picture}}
But both of those solutions put the image over the text. I can't find a way to have them under the text (but still visible)
-
- Posts: 52
- Joined: Sat Jun 07, 2008 11:56 am
Beamer: image under text
actually, if I use the code I posted in my last reply in my preamble, I can use the following command to position the image:
And the following command to position text over the image:
I can just manually adjust the position of the text to match where it would've been originally.
Cheers!
Rich
Code: Select all
\putat{-100}{-150}{\includegraphics[scale=0.6]{graphics/WiFi.pdf}}
Code: Select all
\putat{-100}{-70}{hello there!}
Cheers!
Rich