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
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
- 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.