Graphics, Figures & Tables ⇒ float table at the top of the page
float table at the top of the page
I have a short question. I made a table for my glossary. The last table is really short and I would like to get this table at the top of my page. I do not managed.
Here is what I have written:
\begin{table}[!t]
\center
\begin{tabular}{p{3cm} p{11cm}}
\bf{Symbol} & \bf{Meaning} \\
& \\
\hline
& \\
$\lambda$ & Insulation conductivity\\
$\Phi$ & Power of the heat losses through the pipe and toward the ground\\
$\rho$ & Water density\\
$\xi$ & Pressure drop coefficient\\
\end{tabular}
\label{tab:Glossary_C28}
\end{table}
I get the table in the middle of the page and I would prefer to get it at the top.
Somebody could help me?
Thanks a lot
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
Re: float table at the top of the page
fwiw my code is below although to me it seems more a question of how to do something rather than error (but then i don't really know much about latex!)
\begin{figure}[!htb]
\centering
\includegraphics[width=0.8\textwidth]{images/chap04/text}
\caption{text}
\label{text}
\end{figure}
\cleardoublepage
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
float table at the top of the page
[1] TeX Frequently Asked Questions — Vertical layout of float pages
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10