Possible Duplicate:
Two figures side by side
I want to place 2 images side by side in LaTeX. I have 2 .png files and I don't understand how to do it in LaTeX. I have tried many ways but could not get a good result.
I want to place 2 images side by side in LaTeX. I have 2 .png files and I don't understand how to do it in LaTeX. I have tried many ways but could not get a good result. |
||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You could use the
Or try this use the
Your question would be better on TeX-LaTeX StackExchange. |
|||||||||||||||
|
The PDF documentation with lots of examples can be found here: http://www.stud.math.ntnu.no/kurs/latexdocs/subfig.pdf Note that you'll see a lot of references to "subfigure" on the net, but that's outdated now. |
|||||
|
|
Since you didn't tell anything about whether these figures are going to be sub-figures or figures with continued numbering, here is an example that uses the floatrow package.
Note that you have to replace the |
|||
|
|
|
For two independent side-by-side figures, you can use two
The |
|||||||||||||
|