Tagged Questions
2
votes
1answer
51 views
How can I add or overlay a legend to an .eps image
Assume someone has several Matlab plots saved as .eps graphics and realizes in some of them the legend for the curves is missing.
Is there a way to add these legends afterwards, or to overlay another ...
4
votes
2answers
178 views
Adding shadow over image
I'm making a beamer presentation and I'd like to first show an image in its true form:
and in the next slide have it shown with a shadow over a part of it like so:
Is there a way to do this?
4
votes
2answers
160 views
Get a includegraphic to stick in the same place for several beamer slides
I am working with a presentation where I want a sequence of slides with a figure that changes slightly for each slide.
I want the figure to to stay in the same place for many slides and I want to ...
5
votes
1answer
190 views
“negative” font overlayed with a photo
I would like to write some text in latex, then replace the black of the letters by a transparent layer, and overlay on top of a PDF photo. I could do it by exporting to photoshop, but I would like a ...
19
votes
1answer
3k views
Simplest way to overlay a text + rectangle label an image?
For my figures thus far I've been using LaTeX's straightforward figure code, i.e.:
\begin{figure}
\centering
\includegraphics[width=6.5in]{figure.png}
\caption[Stuff here]{(A) More stuff ...
13
votes
3answers
4k views
In a beamer slide highlight a region of an image with a rectangle overlay
I have a slide with a figure in it. I want to draw a rounded corner rectangle overtop part of a figure to highlight that section. Bonus points if you can draw two rounded rectangles as overlays ...