Graphics, Figures & Tables ⇒ adapting space between table and caption
adapting space between table and caption
I would like to change the space between a table and his caption. I learned that you can do it with the command "\abovecaptionskip", but i'm wondering what the exact command is; i suppose that i have to add a distance, but i've tried "\abovecaptionskip{5pt}", but this isn't working.
Does anyone know the exact command?
Thank you,
Evelien
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
adapting space between table and caption
Code: Select all
\usepackage[font=small,labelfont=bf,tablepositon=top]{caption}
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: adapting space between table and caption
Re: adapting space between table and caption
I am new here and need some help!
I created a table on Latex but there is not much space between the table and its caption.
What coding can I enter so that it has some spacing between the table and its caption!
My latex coding is:
\begin{table}[h]
\begin{tabular}{| c || c | l |}
\hline
n & \# & parts \\ \hline
1 & 1& 1 \\ \hline
\end{tabular}
\caption{\label{table2}parts}
\end{table}
Any help will be appreciated.
Many Thanks
Re: adapting space between table and caption
If neither works for you we need a minimal but complete example code (and not just a code snipped!) showing the problem, so we can analyse and repair it.