GeneralHow do I show to pictures in the same page

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
akira32
Posts: 45
Joined: Tue Nov 13, 2007 10:32 am

How do I show to pictures in the same page

Post by akira32 »

I want to show two picture in the same page.
One is at top;another is at bottom.
But I type the two lines commands, the pictures are placed respectively in different page.

Code: Select all

\includegraphics[width=\textwidth , bb= 20 20 575 575]{test.eps}
\includegraphics[width=\textwidth , bb= 20 20 575 575]{test.jpg}
I have another question about bounding box's value.
The 20 20 575 575 means which value individually?
Why I cannot set the pciture to certain position?

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

How do I show to pictures in the same page

Post by Stefan Kottwitz »

Hi,

have a look at the graphics-documentation and perhaps epslatex, those documents explain how to include graphics and inform about BondingBox issues.

Stefan
LaTeX.org admin
Post Reply