3
votes
1answer
28 views

Figure numbering with section number, problem with subfigure

I changed my figure numbering to section-style numbering for my thesis: \numberwithin{figure}{section} That's fine, but the only problem that remains in the following MWE: ...
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}}~~~~~&~~~~~ ...
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 ...
0
votes
0answers
71 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]{ ...
1
vote
0answers
102 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 ...
1
vote
1answer
58 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 ...
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 ...
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 ...
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} ...
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 ...
1
vote
1answer
126 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
59 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}} ...
6
votes
0answers
97 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 ...
3
votes
1answer
216 views

Ruled Algorithms in columns/minipages

I'm using Benoit Guillon's algo styles for Lyx (at http://bgu.perso.libertysurf.fr/) in 2.0 to get nice algorithms ruled with line numbers. This is just a wrapper for the algorithm and algorithmic ...
4
votes
1answer
152 views

Center subfigures; fix TikZ error

I am trying to center some figures produced by TikZ. In my example, I have three large Tikz pictures that are separate figures. I also have the same three pictures, but this time as subfigures. All ...
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 ...
1
vote
3answers
90 views

Centering figure consisting of subfigures

I currently have a graph that uses subfigures as follows: \begin{figure}[!htbp] \centering \begin{subfigure}[b]{0.3\textwidth} \centering ...
2
votes
1answer
399 views

error float.sty line99

Well, here is my problem. My friends can compile this document. I can't, and I don't know why. The error is: File: "C:\Program Files\MikTex\tex\latex\float\float.sty Type: Error Line: Line99 ...
1
vote
0answers
209 views

Placing two figures side by side [duplicate]

Possible Duplicate: Two figures side by side Subfigures placed horizontally I want to place two figures side by side in my document. I am using the subcaption package and my code is as ...
3
votes
2answers
116 views

Presenting multiple figures in a proper and readable way under a same caption

I have 6 figures and I wanted to plot them in a proper way in a single page. It is important to remain readability. Moreover, including the sub-caption and sub-label is important. Possibly including a ...
4
votes
1answer
116 views

Warning: \label in float, but not after \caption

In my document, I usually use two following ways to work with pictures: \begin{figure}[ht!] \centering \includegraphics[scale=0.6]{pic1.pdf} \caption{ description ...} ...
6
votes
2answers
120 views

multiple rotated figures on one page

I googled for hours and tried all examples I found (rotatebox, subfigures, minipages), but nothing provided the output I am looking for. Is it really that difficult to place 3 figures rotated so ...
3
votes
1answer
373 views

Adding vertical space between figure and numbering

I have the following MWE: \documentclass[a4paper,10pt]{article} \usepackage{graphicx} \usepackage{subfig} \makeatletter \newbox\sf@box \newenvironment{SubFloat}[2][]% {\def\sf@one{#1}% ...
3
votes
2answers
176 views

Align columns in multiple subfigure tables in figure environment

Here's my code: \documentclass{article} \usepackage{booktabs,caption,subcaption} \begin{document} \begin{table}[h!] \caption{Main figure} \begin{subfigure}{\linewidth} \caption{Table 1} %Table 1 ...
3
votes
1answer
123 views

Nested subfigures alignment

I'm having trouble creating a 2x2 grid of subfigures. With this tex below, I get a 1x4 grid instead. I'm probably not understanding how the 0.5/textwidth worked, I presumed it used the parent's ...
1
vote
1answer
500 views

Aligning figures using subfigure Error: Not in outer par mode

I am soooo lost! have no idea why I keep getting this error. I have tried almost every combination of subfigure, float, centering but I keep getting "Not in outer par mode" error \begin{figure}[htp] ...
0
votes
0answers
51 views

Using minipage, I can't get \cite to work on my label [closed]

\begin{figure}[htbp] \centering \begin{minipage}[b]{0.45\textwidth} \centering \includegraphics[width=\textwidth]{trilinear_coord} \caption{The trilinear coordinate system used to determine the ...
2
votes
1answer
237 views

Inserting subfigures

I'm trying to insert a nested figure using the environment subfigure following the example in http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions#Subfloats I added the following extra ...
5
votes
1answer
855 views

multiple algorithm2e algorithms in two column documents

I tried this example Place four algorithms (algorithm2e) in a subfigure and arrange them in two rows and two columns on two column documents. It doesn't work. The error message is ! LaTeX Error: [H] ...
0
votes
0answers
33 views

What's the modern package recommended for subfigures [duplicate]

Possible Duplicate: subcaption vs. subfig: Best package for referencing a subfigure I see that subfigure is deprecated. I find several packages that seem to be able to make subfigures ...
6
votes
2answers
379 views

Placing two figures (each having subfigures) next two each other

I would like to place two figures, where each figure has subfigures next to each other. I tried with minipage, but tex does not like the \subfigure as Not in outer par mode. Is there any way to place ...
6
votes
1answer
387 views

How to layout four figures with floatrow, two of them vertically?

how can I get a layout like the one below in my document? _____________ _____________ _______________ |Big Picture1| |Big Picture2| |Small Picture1| | | | | |______________| | ...
3
votes
1answer
327 views

centering figure, containing a \subfigure with customized \includegraphics

My Problem: I would like to have all images in my Latex document beeing well sized in height and width. Precisly I want, that protrait and landscape images get a predefined size in the document. I got ...
5
votes
2answers
281 views

Side by side figures containing subfloats

Is it possible to get two figure environments side by side across the top of a page, where both (or at least 1) contains subfloats? IE: And if so, how? I am currently using the subfig package with ...
4
votes
1answer
1k views

Subfloat with subcaption package: Missing number, treated as zero

I want to make a figure consisting of two subfigures. Having read the Wikipedia subentry on subfloats, I tried to follow it exactly, so I did not use the subfig or subfigure package, only the caption ...
5
votes
3answers
441 views

Placing Subfigures vertically

I want to use subfigures to place three figures like this: The following is the code I used: \begin{figure} \begin{tabular}{|c|c|} \hline \multirow{2}{*}{ ...
0
votes
1answer
148 views

Subfigure Alignment [closed]

I am trying to show a set of pictures using subfigure. The first line seems OK, but the second line has a different alignment than the first line, even though the two lines are exactly the same. How ...
2
votes
1answer
171 views

Combining subfloat and newfloat packages for sublistings environment

I am using the subfloat package to group related figures; they show up like 1a, 1b, etc. in the List of Figures. Now, I want to define a new listing float using the newfloat package, which generates ...
3
votes
1answer
547 views

Insert graphs and text side by side

I wanna know how can I draw graphs and arrows with text, side by side in Beamer as shown in the figure of this question Drawing arrows in beamer Can someone post the code?
4
votes
2answers
799 views

Changing the subfigure caption by removing brackets & font of the subcaption

Note that by using \usepackage[bf]{subfigure} I'm able to change the label of the subfigure to be boldface. However, the label appears with brackets, e.g., "(a)". How could I get a subfigure label ...
1
vote
0answers
25 views

Sub-labeling in tabular environment [duplicate]

Possible Duplicate: How to put subcaptions below subtables, and increase gap between subtables with 'subfigure'? I have two tables in the tabular environment with labels. I'd like ...
1
vote
1answer
126 views

Placing subfigure argument at the distance below the figure

In my \documentclass[a4paper,12pt]{book} I'm using the following \begin{figure}[] \centering \subfigure[text A]{\includegraphics[width=0.47\textwidth]{a.pdf}} \subfigure[text ...
1
vote
1answer
274 views

autoref with the float package

I would like to use \autoref{fig:subfig:a}, but I don't get the figure number by simply typing this. My code is: \documentclass{article} \usepackage{amssymb,amstext,amsmath,latexsym,mathtools} ...
4
votes
2answers
254 views

numbering several latex figures

How is it possible to include figure labeling in latex? By labeling I mean that if I import several figures: \begin{figure}[ht] \centering \includegraphics[height = ...
4
votes
1answer
284 views

Packages hyperref together with subfig break when \renewcommand{\thefigure}{…} is used

The following code compiles and acts as you would expect: \documentclass[12pt]{report} %\usepackage{hyperref} \usepackage{subfig} \begin{document} \begin{figure} \centering ...
4
votes
1answer
300 views

Table numbers restart using \ContinuedFloat

Okay, I am really new at LaTeX so I may be screwing up terribly, but here's my problem. I'm writing a paper with several tables, one of which is in three parts, so I'm using \ContinuedFloat from the ...
4
votes
1answer
483 views

Numbers of figure references

I use enumerating of figures within the section \renewcommand{\thefigure}{\arabic{section}.\arabic{figure}} however, when I use a reference to subfigure, instead of 1.1 (a) I get 1(a). How should I ...
2
votes
1answer
960 views

Issues with figure numbering and\ContinuedFloat command

I am having an issues with the subfig and \ContinuedFloat command. I have a figure that has 4 subfigures. They are too large to fit on one page. I have tried using the \ContinuedFloat command to ...
1
vote
1answer
284 views

\twocolumn undefined control sequence }] [closed]

I am trying to add a figure (a center environment) two a \twocolumn command. I tried this: \documentclass[10pt,twocolumn]{article} \usepackage{graphicx} \usepackage{subfig} \begin{document} ...

1 2