Graphics, Figures & Tablestable* placement and background picture

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Hena
Posts: 2
Joined: Mon May 02, 2011 7:12 pm

table* placement and background picture

Post by Hena »

Hi,

I'm trying to do a document with two column layout. I've encountered two problems which googling doesn't seem to give me an answer to so decided to join here and ask :).

1. table* I have a table with [p] positioning. However it seems to go to the end of the document instead of being near I put the table. Any ideas on how to fix it?

2. Table background. Is there a way to insert a picture at the background of the table. I've found wallpaper and eso-pic modules, but neither helps on this. As a side note I can't get them to work properly either (I managed to get a background pic which didn't fill the entire page, but left a bit from down and right side empty).

Any help with these would be greatly appreciated. On positive side I managed to find an answer here to place table* to the bottom of page, yey!

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

5gon12eder
Posts: 126
Joined: Sun Feb 13, 2011 8:36 pm

Re: table* placement and background picture

Post by 5gon12eder »

The "p" tells LaTeX to collect the float and put it together with others on a special floats-page once it has enough. If you want the table near to the corresponding text, you'll probably want something like "t" ("on top of a page as soon as feasible") or even "h" ("here, if this looks acceptable").

Unfortunately, I don't know a solution for your second problem.
I'm using pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian).
Hena
Posts: 2
Joined: Mon May 02, 2011 7:12 pm

Re: table* placement and background picture

Post by Hena »

So it doesn't try to put p just after it was used, but collect enough floats to fill entire page. Ok, that would explain it then. Thanks.
Post Reply