{subfloats} is about small "sub"-figures and "sub"-tables within a single (floating) figure or table environment. For questions speficically about formatting a subfloat's caption, consider to use {subcaption}.
4
votes
1answer
34 views
How to put two subfloats side-by-side, which use 100 % of the text width?
In draft-mode a black marker indicates that the reserved space is too low. This also appears in the following example, but it shouldn't. How can I put two subfloats exactly side-by-side?
...
1
vote
1answer
27 views
Hyperref a subfloat figure
Here is a sample code from my document,
\begin{figure}[H]
\centering
\begin{tabular}{cc}
\subfloat[$a=0.2$]{\includegraphics[width=2in]{Chapters/BMethods/figures/Airy_Rings_0.pdf}}~~~~~&~~~~~
...
0
votes
0answers
53 views
Missing number treated as zero \end{tikzpicture}
I got this error and I try all suggestion in many website, also I canceled some chapter that I got the error from it. but I got another error. Please can any one help me,
this is the text
...
2
votes
1answer
46 views
Arrange multiple graphics inside a subfloat
I'm using the subfig package to arrange multiple graphics inside a figure. I'm trying to arrange two graphics vertically inside a subfloat but keep getting an error. I'd like the figures to be ...
6
votes
2answers
50 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.
...
0
votes
0answers
70 views
Unable to use subfigure package together with subcaption packages [closed]
I am using following code to place two sub figures one below another but it is giving multiple error
\begin{figure}[ht]
\centering
\subfigure[Feb 25]{
...
4
votes
1answer
111 views
Drawing a grid on each image inside the array of images
Please see what I have written,when I need individual grid on each of picture inside my figure-array. In contrast to previews question Drawing a grid on array of images. Question now is why I can't ...
0
votes
0answers
50 views
border line disappeared after convert dvi to pdf
all, I have two graphs, which are draw using visio using black lines. Now the problem is whenever I generate dvi file (I am using subfigure), these two graphs look fine, but when I convert it to pdf ...
0
votes
0answers
38 views
Remove the period at the end of the subcaption using \subbottom with memoir [closed]
I am using the memoir package (with hyperref package in case that makes a difference) and I am using \subbottom to place subfigures within a figure environment. I simply want the subcaptions to read ...
4
votes
3answers
144 views
Drawing a grid on array of images
I have nice story to tell with pictures. There Maltese type cross which is processing and twisting at the same time. So to make it more visual in paper i need grid something like this Drawing on an ...
1
vote
1answer
55 views
How to name subfigures in different figures independently
I have a problem with subfigure. I want to put some figures at different places in the section. I want to have them in pairs, so I use subfigure. But, instead of labels (a) and (b) in the Figure 1, ...
7
votes
2answers
87 views
How to arrage multiple figures?
I try to arrage multiple figures in one page, but I failed. I hope they display as follow:
Any suggestion will be greatly appreciated.
0
votes
1answer
42 views
Using subfloat to place figures side by side
Hi am using the following code to place two figures side by side:
\usepackage{subfig}
\usepackage{graphicx}
%other part of code which compiles fine
\begin{figure}
\centering
...
5
votes
1answer
41 views
Centering a subcaption
I have three figures that I want to place next to each other. That is fine. In addition, however, each subfigure has a caption on its own and the crucial thing with these is that I have to have two ...
1
vote
0answers
98 views
ieeetran two column figures
How can I have a figure span the full width in ieeetran two column?
I have googled and seen people say use \begin{figure*}\end{figure*} but when I do that there is no figure. I want the figure to be ...
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 |
| | | |
--------- ---------
...
2
votes
1answer
36 views
Hyperref and Subfigure warning
I am using the memoir class, with the hyperref package. At one point, I have a couple subfigures:
\begin{figure}[!ht]
\centering %%% not \center
...
2
votes
1answer
76 views
Multi-page Figure with subcaption package
I have a figure with subfigures defined using the subcaption package (*not the deprecated subfig or subfigure). I need the parent figure to span two pages with two subfigs on each page. I have ...
0
votes
1answer
50 views
How can different numbering style be used for nested subfigures?
I want to display a figure demonstrating 3 cases. The case1 and case2 are shown using single images each. But case 3 needs 3 images. I have used nested subfigure as follows: However the captions go as ...
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 ...
1
vote
2answers
72 views
Will subcaption and threeparttable live happily ever after? Trouble combining the two
I'm trying to take this MWE table and put it into a subcaption's subtable environment, or, alternatively, use subcaption's subcaption command - see subcaption's manual - to achieve the same end: to ...
4
votes
1answer
40 views
Vertical shift of figures in the first page of landscape
In a document I need to switch to landcape mode and insert some pictures. The pictures are the same size in all following pages and inserted in the same way. In the first page of landcape mode the ...
2
votes
1answer
71 views
IEEEtran and subfig - figures overflow onto second column
\documentclass[final,journal,letterpaper,twocolumn]{IEEEtran}
\usepackage[demo]{graphicx}
\usepackage[caption=false,font=footnotesize]{subfig}
\usepackage{fixltx2e}
\begin{document}
...
1
vote
3answers
73 views
Force Big figure of 4x8 subfigures appear in one page
I have a big figure of 4x8 subfigures and i want to force it in one page as now it displays around 20 subfigures and the rest don't appear.
Update:
I have tried writing this in the line:
...
2
votes
1answer
51 views
Figure is put in the center of the page
I made a figure containing subfigures, but it keeps appearing in a whole page, so lots of white space. I don't know why.
This picture explains what i mean:
This is the code used:
\clearpage
...
4
votes
1answer
70 views
Subfloats labeling
I'm working on a figure containing 30 figs, 5 rows 6 cols. What I want to do is: in the begining of every row of figure i want to write some text but i want it to be written vertical not horizontal. ...
3
votes
1answer
75 views
Big figure has 4*3 subfigures
I have big figure that contains 4*3 subfigures but its not appearing correct. It's taking alot of space. So if anyone could advise. This pics shows the output and this is the script used
...
4
votes
2answers
68 views
insert text RIGHT under image ABOVE caption
How do I place text RIGHT below an image (above the caption) within subfig? Here Is my code:
\documentclass{article}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{subfig}
...
1
vote
1answer
55 views
Fix overfull hbox floatrow
When using the floatrow package to layout figures with the caption to the side, I get a overfull \hbox errors.
Overfull \hbox (3.33331pt too wide) in paragraph at lines 23--23
If I set \FBwidth-1 ...
2
votes
1answer
86 views
Captions of subfigures not being centered
Figure 4.1 is two subfigures, each with a caption (technically four figures in total, but the ones on rows are one image).
Using
\documentclass[twocolumn,titlepage]{report}
\usepackage{verbatim}
...
1
vote
1answer
67 views
Captioning a figure with multiple subfigures all at once
I want to create a figure with subfigures, and then reference them from the caption of the main figure:
\begin{figure}
\begin{subfigure}
A figure
\caption{}
\label{a}
...
1
vote
0answers
44 views
Putting multiple images in a page
I want to multiple images ( say 7) in page in a tabular form. I'm using the following code,but it produces nothing. Could you please tell me what's the problem with it?
\begin{figure}[ht!]
...
2
votes
2answers
246 views
subfigures using subfloatrow, overpic, tikz to add rows to annotate imported images/figures
I did my diligent search for a combination of subfloatrow, overpic, and adding arrows for annotation of imported images using tikz, but couldn't find one. These kind of images are typically found in ...
0
votes
1answer
56 views
Subfloat under each other [closed]
I want to put two subfloat figures under each other but they keep being beside each other. This is the script used:
\begin{figure}[t]
\subfloat[A]{\includegraphics[width=\linewidth]{a}\label{a}}
...
2
votes
1answer
37 views
Remove Numbering (and “()”) on SubFloats (in a table)
So I have set of three tabular environments in a table:
\begin{table}[h]
\centering
\scriptsize
\subfloat[``student" data table]{
\begin{tabular}{lcc} \toprule
Column Name & Data Type ...
0
votes
1answer
46 views
Aligning subfigures with the plots starting at the same level
I have two figures that I am trying to align side by side. The difficulty is trying to get the two plots on a same horizontal line. In the bad example picture shown below
the problem is that the ...
2
votes
0answers
57 views
Subfloatrow: Omitted incrementation in figure numbering when using subfigures
I suspect this question is slighty related to another question found in subfloatrow: incorrect continued numbering. Trying out the MWE below, the incrementation of the figure number of figure two is ...
4
votes
2answers
102 views
Reference to my subfloats always reference to Fig 1a, 1b or 1c
I have a document where multiple figures with subfloats are included, like this one:
\documentclass[pdftex, a4paper, oneside]{scrartcl}
\usepackage[lofdepth,lotdepth]{subfig}
\usepackage{graphicx}
...
3
votes
1answer
81 views
subfloatrow: incorrect continued numbering
I am using the subfloatrow environment (provided by the floatrow package) to organise the layout of figures for my thesis. For the MWE provided below, the numbering of the sub-figures in the second ...
2
votes
1answer
50 views
Error when compiling a 'minted' listings inside a 'memoir' subfloat
I'm trying to compile the following minimal example:
\documentclass{memoir}
% Enable subfloats within figures
\newsubfloat{figure}
\usepackage{minted}
\begin{document}
\begin{figure}
\subbottom{%
...
1
vote
1answer
123 views
Figures in subfigure not aligned
I have 2 figures identical in size, I even aligned them myself in Illustrator, just to be sure, and when I put them in subfigure side by side, they are not horizontally aligned!
The worst part is, I ...
2
votes
1answer
92 views
using subfig changes fonts in captions of figures
I used package subfig(for using \subfloat). This undoes the special font size for the captions in the figures. Now they are of same size as normal text. How to counter that?
The Document class and ...
2
votes
1answer
58 views
How to get rid of subcaptions in an array of subfloats
I am using an array of figures using subfloat as follows:
\begin{figure}
\centering
\subfloat[]{\includegraphics[width=70px,height=60px]
{img_success/rgb/rgb_001456.eps}}
...
5
votes
2answers
171 views
Table and Figure side-by-side with Table caption above, Figure caption below
A continuation of this question.
I'm fighting a page-limit in a single-column layout and I need to put a Figure and a Table side-by-side and provide them with independent captions. However, the style ...
6
votes
3answers
152 views
How to place text and image above the exact subfigure?
I want to draw something like this:
I am able to draw like this:
This is the code for the same:
\documentclass{article}
\usepackage{tikz,subfig}
\begin{document}
\begin{figure}
\centering
...
1
vote
1answer
73 views
Making subfigures have captions like standard figures
I have used subfigures to layout my figures in the way I would like, but I would like them to have captions as if they were standard figures. IE, Figure 1, Figure 2... Is there a way of doing this?
...
6
votes
0answers
96 views
Subfigure labelling for a single figure
I have a single figure containing two plots. The two plots are already labelled within the figure using (a), (b).
So far I have been referencing the figures using the cleveref package as
...
1
vote
0answers
116 views
Center subfigure using floatrow
I'm working with caption and subcaption to style my (sub)figure captions and especially with floatrow to center my figures. However, this does not work for subfigures, as the following nMWE (nearly ...
2
votes
1answer
67 views
Subfigure Labeling Latex
I have a quick question about labeling subfigures: I am putting in figures side-by-side using the subfigure package, but I don't want the labelling to be included in the caption (i.e (a), (b), (c), ...
2
votes
2answers
112 views
Horizontally shifting subfloat captions in figure environement!
When using subfloat, the caption centers with regards to the figure width. However I want to center it with regards to the axes. How to horizontally shift the captions (manually) for all the ...



