Graphics, Figures & TablesSuperimpose image on image

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
crispy_chunks
Posts: 11
Joined: Wed Oct 27, 2010 2:59 pm

Superimpose image on image

Post by crispy_chunks »

I need to make some pages containing two eps files upon the top image, another image is superimposed. Something like the drawing below :)

Code: Select all

 ____________________
|   ______________   |
|  |  ____        |  |  
|  | |pic1|       |  |  
|  | |____|  pic2 |  |  
|  |______________|  |  
|   ______________   |
|  |              |  |  
|  |         pic3 |  |  
|  |              |  |  
|  |______________|  |
|   fig1: blabla     |
|____________________|


Any tips on how to accomplish this?
Last edited by crispy_chunks on Sun Jun 12, 2011 1:22 am, edited 2 times in total.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

torbjorn t.
Posts: 162
Joined: Wed Jun 17, 2009 10:18 pm

Superimpose image on image

Post by torbjorn t. »

The overpic can do this. See the two "Usage" documents, under documentation.
crispy_chunks
Posts: 11
Joined: Wed Oct 27, 2010 2:59 pm

Re: Superimpose image on image

Post by crispy_chunks »

Exactly what I was looking for! Lets see if I can get the job done now. Thanks!
Post Reply