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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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