New Reply

Latex : put text on figures

 
Share Thread
Apr2-11, 01:57 AM   #1
 

Latex : put text on figures


Hey,

I want to add annotations on figure but can't figure out.
I use the beamer class, my figure in in a block.
Can anyone tell me how to do this?
I tried textblock but did not work.
I hear about overpic or psfrag but they don't seem to be what I need.
Thanks,

Eric.
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Apr3-11, 06:57 AM   #2
 
Blog Entries: 1
Recognitions:
Science Advisor Science Advisor
The following may be of interest to you:
http://www.tug.org/TUGboat/Articles/.../tb56moore.pdf

That or lpic:
http://en.wikibooks.org/wiki/LaTeX/F...in_the_figures

However, you may be better off just making the annotation in whatever program you used to create the graphic in the first place. That or to edit the graphic in InkScape or Illustrator or some such.
Apr3-11, 10:37 AM   #3
 
Thank for your reply, it seems to be what I need.
You're right, it's better to edit the figure but when I do so there is no transparent background anymore (Postscript file). Moreover, I have many this I may put in presentation and if I edit and make the annotation myself it can't be always right at the same place on each figure which looks not good (to me) when I present the result one by one. Do you see what I mean?
Anyway, thank you again for the info, I'll let you know if if it works.
Apr5-11, 09:19 PM   #4
 

Latex : put text on figures


Hey,

It does not work with beamer class unfortunately.
I tried ipic, overpic, pinlabel .....
I'll have to edit the files but don't which program is able to generate a ps file with transparent background.
Jun24-12, 09:27 AM   #5
 
Beamer works fine with pgf and TikZ. For overlays, I use

Code:
\begin{tikzpicture}[overlay,remember picture]
...
\end{tikzpicture}
Besides images, I annotate arbitrary text and math elements, such as drawing arrows between matrix elements. An example: Highlighting elements in matrices. This and many more TikZ examples can be found on TeXample.net in the TikZ example gallery.

Stefan
Jun24-12, 05:56 PM   #6
 
Hey Stefan,

I've been trying to use unsuccessfully pgf and TikZ but now I'm sure it must work I'll definitely go that way.
Thank you,

Éric.
New Reply

Similar discussions for: Latex : put text on figures
Thread Forum Replies
Figures in Latex General Math 1
LaTeX figures Math & Science Software 0
Latex: odd pages = figures, even pages = text? Math & Science Software 0
Wrapping multiple figures with text in latex Math & Science Software 2
Figures in LaTex Math & Science Software 3