Graphics, Figures & Tablesadding a formula into a picture

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
stephan
Posts: 2
Joined: Sat May 30, 2009 10:43 am

adding a formula into a picture

Post by stephan »

Hello all,

I am trying to add a formula to a .pdf picture in my presentation. Unfortunately, I couldn't find a way to put it at the right place...
Additionally,
I've tried to add the formula as a picture, but it changes the theme representation of the slide

Code: Select all

\begin{frame}
\frametitle{Bla bla bla}
\begin{center}
\pgfputat{\pgfxy(4,-2)}{\pgfbox[left,top]{
\includegraphics[width=3cm]{formula}  }}
\includegraphics<1>[height=8cm]{picture.pdf}%
\includegraphics<2>[height=8cm]{picrure.pdf}%
\end{center}
\end{frame}
Thanks in advance,
Stephan

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

adding a formula into a picture

Post by localghost »

Try the overpic package.


Best regards and welcome to the board
Thorsten
stephan
Posts: 2
Joined: Sat May 30, 2009 10:43 am

Re: adding a formula into a picture

Post by stephan »

Thanks,

So...What can I do to put a LateX typed formula at an exact place (in a picture...)

Stephan
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: adding a formula into a picture

Post by localghost »

Read the two short introductions I attached.
Attachments
opic-abs.pdf
Absolute positioning with overpic.
(64.92 KiB) Downloaded 194 times
opic-rel.pdf
Relative positioning with overpic.
(65.37 KiB) Downloaded 188 times
Post Reply