Tagged Questions
4
votes
0answers
43 views
Strange vertical space before the caption of a longtable with KOMA-Script classes when xcolor is loaded
When using one of the main KOMA-Script classes — scrartcl, scrreprt, scrbook but not scrlttr2 —, the vertical position of the caption in a longtable environment changes when one loads or unloads the ...
2
votes
1answer
82 views
changing spacing of caption
I'm creating a figure using LyX. I would like the spacing of the caption below the figure to be 1.3. Is there an easy way to accomplish this? Setting the spacing to 1.3 for the entire document using ...
1
vote
1answer
72 views
How to properly space multirow subfloats
I have 3 subfloats, but they will not all fit on one line, so I have two in the top row and one on the bottom row. My first problem is the floats are all different sizes and they are not being spaced ...
1
vote
1answer
73 views
Moving the table caption
I want to move a wrapped table and caption, I'm trying to use vspace but it doesn't move the caption. Any ideas?
\documentclass[12pt]{article}
\usepackage{wrapfig}
\usepackage{floatrow}
...
6
votes
1answer
71 views
Small default distance between the caption and the table
By default (in the article class), a table caption (without letters with depth) is very close to a table with two or more rows. Only if the table has one row then the caption and the table will be at ...
0
votes
1answer
376 views
How to remove space after image caption? [duplicate]
I am writing one article in which i need to write one image and its caption. I found space after caption seems to be more than normal.
\begin{figure}[!ht]
\centering
...
0
votes
0answers
32 views
Reducing vertical space between figure and caption [duplicate]
Possible Duplicate:
How to reduce space between image and its caption?
How do I reduce the space below figures and above their captions, without changing the parameters for tables?
For ...
3
votes
1answer
443 views
Space between table and caption in Beamer
I am making a slide using Stockton beamer theme.
I have added a table to a frame, however as you can see in the screenshot, that space between caption and table is too much. I made some search and ...
1
vote
2answers
410 views
How to remove space between table and caption? [duplicate]
Possible Duplicate:
How to reduce space between image and its caption?
I am working on one example in which i need to draw one table and its caption. How can i control the space between ...
6
votes
1answer
83 views
Variable Caption spacing for `tikzpicture` and `tabular`
The \abovecaptionskip option gives different results with tikzpicture and tabular.
MWE:
\documentclass{report}
\usepackage{tikz}
%
\begin{document}
...
4
votes
1answer
102 views
How to get vertical size of table captions?
I found that the tabularht package, which allows to give a fixed vertical size for a tabular, does not take into account the vertical space taken up by a table's caption.
It stands to reason, the ...
2
votes
1answer
1k views
Setting default distance between subfigures
I use a lot of subfigures in my thesis. What I realize now is that the captions between adjacent subfigures are very close together, which makes them hard to read.
My two questions are therefore:
...
9
votes
2answers
648 views
how to reduce the distance between the picture caption and the picture?
I found that the distance between the picture caption and the picture is a little large, as we can see in the picture
I use the code as follows, thus, how to reduce the distance between the caption ...
1
vote
1answer
96 views
Customize text format of captions by parsing content of \@caption
I need the first sentence of my captions to appear on its own line in a \large, bold font. I also need to same document to easily produce standard captions (all same font, no line breaks). I have ...
4
votes
1answer
353 views
Adjusting Vertical Spacing between a listing and its Caption
I am very new to LaTeX.
I am inserting a listing as follows:
\lstinputlisting[float=hk,
caption=My Caption comes here,
captionpos=b,
...
3
votes
1answer
2k views
The space between the table and its caption is very small
I have a table written like this:
\begin{table}
\centering
\begin{tabular}{|l||c|c|}
\hline&Column 1&Column 2\\
\hline\hline
cell1 & cell2 & cell3 \\
...
4
votes
1answer
127 views
Setting vertical spacing between different document elements at the same time
I have the following problem.
Let's define three types of document elements: Titles, Paragraphs and Longtables.
The problem is to setup vertical spaces between them independently.
For example, let's ...
7
votes
1answer
290 views
Controlling the subcaption space in memoir
Memoir provides these two declarations to control the vertical space surrounding a subcaption:
\tightsubcaptions
\loosesubcaptions
I was wondering if there is a way to control this spacing more ...
6
votes
1answer
263 views
Count number of lines in a caption
I have a problem formatting my captions for figures/tables.
What should happen is the following: I need one line above the image and two lines above and below the caption. To make it look good, I ...
13
votes
1answer
5k views
How can I modify vertical space between figure and caption?
\documentclass{article}
\usepackage[draft]{graphicx}
\begin{document}
\begin{figure}
\centering
\setlength\fboxsep{124pt}
\setlength\fboxrule{1pt}
\fbox{\includegraphics{dummy}}
\caption{Dummy ...
6
votes
1answer
2k views
scrreprt – How to adjust distance between caption and table?
I am new to LaTeX, tentatively using it to prepare a complicated industrial document (laboratory test report). I had selected the report class. After numerous experiments, I have just found that just ...
2
votes
1answer
1k views
Vertical spacing of captions in booktabs
Both \abovetopsep and \belowbottomsep are 0.0pt. But for some reason there's extra space between the bottom rule and "my second caption" in the table below.
Q: What is that space? Where does it come ...
1
vote
1answer
1k views
How to put subcaptions below subtables, and increase gap between subtables with 'subfigure'?
Using 'subfigure', how can I create subtables within a table, such that a) subcaptions are underneath each subtable, and b) there's a reasonable horizontal gap between the subtables? So far I've only ...
4
votes
1answer
1k views
Change \abovecaptionskip for some floats only
I'd like to change the \abovecaptionskip (space between figure and caption) for the listing floats of the minted package only.
How can I do that?
2
votes
0answers
310 views
Caption spacing in longtable package [closed]
I am using a style file that sets a particular spacing for the List of Figures (LoF) and List of Tables (LoT) in my Table of Contents. However, I am using longtable for all my tables, and it is ...
10
votes
1answer
708 views
How can I inject the proper amount of vertical space between captions and figures?
In my source document, I have an image and a code listing, separated by some text. When I generate PDF using pdflatex, the image is just above the listing, and it looks like the caption for the image ...
4
votes
2answers
2k views
A style prevents me from setting \belowcaptionskip, how do I change that?
I am writing a paper using the llncs style (Springer lecture notes for computer science). Using the default formatting, the distance between and the caption and the caption and the table is very big, ...
5
votes
3answers
4k views
Control spacing around table caption
I want to put several tables in the same table float like this:
\documentclass[a4paper, 12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{subfig}
\begin{document}
\begin{table}
\caption{Internal ...
9
votes
1answer
314 views
“etc.” abbreviation macro gives error when used in caption
I've been using the abbreviation macros for i.e., e.g., and etc. that are provided in this post. However, I just discovered that the etc. macro, and a similar one I made for et al. both cause errors ...
4
votes
1answer
1k views
Space after float with [h]
this is my first time here, and I have this question:
I'm writing my thesis, that includes many tables and figures in a float environment, with the caption at the end of it. I defined the space ...
3
votes
2answers
1k views
Longtables and caption: spacing problem
I have been using the \longtable environment and I have an issue with the captions.
All captions appear at the bottom of each part of the table, which is the result I wanted. However, there is a quite ...
2
votes
1answer
102 views
Overhead captions with short final line in combination with a relativly thin float look unpleasant
I'm using the caption package and have a relatively small table with a caption above with a short final line. In the the case of the equation environment, it will spot this and move the equation up if ...
4
votes
2answers
1k views
How to eliminate excessive vertical space in wrapfigure?
Compiling the following document using xelatex results in unwanted vertical space above the wrapfigure caption. Removing either the inclusion of the polyglossia package or \centercaption usage ...
2
votes
1answer
2k views
Adjust spacing of algorithm float caption
Background
Using the algorithm package to display source code listings.
Problem
The LaTeX (LyX) code (test.lyx) is at: http://pastebin.com/QRWDhA7E
An example graphics (query.png) file is at: ...
1
vote
2answers
242 views
Is it possible to add centering and vspace to the caption text of a figure?
I have a figure containing a pair of plots that represent data points from 15 referenced papers (indicated in the plots as 1-15). To better indicate the source of each data point, I have added ...
5
votes
1answer
647 views
In amsart, how I can get caption spacing in tables to be like that in figures?
In the document class amsart, I get different vertical spacing around the caption in tables and figures. For instance, compare the difference:
\documentclass{amsart}
\begin{document}
...
4
votes
1answer
2k views
How to use \abovetopsep (to add space between a table's caption and tabular part)?
I read in the documentation of the booktabs package that \abovetopsep can be used to add some space between a table and its caption (instead of the lower-level \vspace{}). However, the exact placement ...