GeneralTable

General information and discussion about TeXnicCenter
Post Reply
rainz
Posts: 25
Joined: Sun Apr 22, 2012 1:21 pm

Table

Post by rainz »

Hi,

I have trouble inserting the tables. Even though there is too much space Texnic Center does not insert my table right after the last one. That is;

Code: Select all

\begin{table}[htbp]
table1
\end{table}
\begin{table}[htbp]
table2
\end{table}
.
.
. huge space 
\begin{table}[htbp]
table3
\end{table}
How can I correct this?
Last edited by Stefan Kottwitz on Sat May 12, 2012 8:24 pm, edited 1 time in total.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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

Table

Post by Stefan Kottwitz »

Try to relax the conditions a bit, add an exclamation mark:

Code: Select all

\begin{table}[!htbp]
Stefan
LaTeX.org admin
Post Reply