Generalhot to place an image in concrete place

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
konieczny69
Posts: 1
Joined: Tue Oct 28, 2008 6:00 pm

hot to place an image in concrete place

Post by konieczny69 »

I got a tabular environment on the left and would like to put an image on its right so that it will use the remaining space. Too bad compiler puts it directly opposite way than I want :)
any help is appreciated, cheers

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: 10347
Joined: Mon Mar 10, 2008 9:44 pm

hot to place an image in concrete place

Post by Stefan Kottwitz »

Hi,

you could use two minipages to place the table and the image next to each other. Just don't use floating environments like table or figure.

Perhaps have a look at the example here: Vertical alignment of graphics. Instead of two graphics like in that example you could use tabular and \includegraphics. There's also some explanation concerning the vertical alignment.

Stefan
LaTeX.org admin
Post Reply