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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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 203 times
opic-rel.pdf
Relative positioning with overpic.
(65.37 KiB) Downloaded 195 times
Post Reply