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

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

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