6
votes
2answers
51 views

Increasing vertical space between two subpictures

I'd like to increase the distance between the upper pictures and the lower ones (a-c and b-d are too close to eachother). I'm new to tikz and I really don't know where to put my hands on. Thank you. ...
4
votes
0answers
45 views

Aligning a table (vertically) with a subfigure [closed]

I want to show three pictures and a tabel with explanatory text: --------- --------- | | | | | Pic 1 | | Pic 2 | | | | | --------- --------- ...
1
vote
1answer
57 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 ...
0
votes
0answers
51 views

Eliminate space after figure environment when using subfigure package? [closed]

I am trying to eliminate unwanted space following a figure environment including subfigures. The switch from \begin{center}...\end{center} to \centering resolved this issue for figure environments ...
2
votes
1answer
882 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: ...
0
votes
1answer
131 views

How to make sub figure spacing very small [closed]

I am stuck with this problem. I looked at the similar topics, but I cannot decrease the subfigure spacing after a point. I tried \hspace{0.0001in} and stuff like that. How can I do it?
3
votes
1answer
1k views

Issue with arranging subtables

In this answer, there is a code provided for neatly arranging subtables inside a table. I tried that out and got the following error: Missing number, treated as zero \begin{subtable}{0.5\linewidth} ...
7
votes
1answer
281 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 ...
3
votes
1answer
6k views

Vertical space between figures

I really want to get rid of some of the whitespace between figures and subfigures, it is completley unecessary and sometimes causes a page of figures with a third landing on page two with text, while ...
5
votes
4answers
6k views

Reduction of Space between two Sub-figures

I want to reduce the space between two subfigures and use that space to make those subfigures large. How to do that? My code is as follows: \begin{figure}[htp] \centering ...
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 ...
3
votes
1answer
145 views

hyperref causes a gap between the figure and subcaption with memoir

I'm experiencing a strange problem with memoir subfigure captions together with hyperref. Below is a working example: \documentclass{memoir} \usepackage{hyperref} \newsubfloat{figure} ...
1
vote
1answer
1k views

subfloats vspace between its subcaption

How can I decrease the vspace between a subfloat and its caption? I have already tried this: \documentclass[fleqn,10pt,twoside,a4paper]{report} \usepackage[small,sc,bf,nooneline,skip=5pt]{caption} % ...
11
votes
1answer
459 views

Typographic conventions for free space between subfigures?

I'm trying to define a "standard template" for drawing figures for my Ph. D. thesis. I would design large figures to fill the whole textwidth. Sometimes, however I have smaller figure, so that 2 ...
6
votes
1answer
2k views

Setup for sub-captions for two sub-figures one below the other

I am using the caption and subcaption packages to create sub-figures in a document. I have two cases of sub-figures: Two sub-figures side-by-side. For this, the captioning is excellent. Two ...