3
votes
1answer
36 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: ...
0
votes
1answer
55 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 ...
2
votes
1answer
44 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 ...
2
votes
0answers
71 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 ...
3
votes
1answer
88 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
74 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), ...
11
votes
5answers
176 views

Wrong reference number for subfloat

I am trying to reference a subfigure in my text but it is numbered incorrectly. Here is a minimal working example: \documentclass{scrartcl} \usepackage[demo]{graphicx} \usepackage{subfig} ...
1
vote
1answer
105 views

Subfigure numeration inside the section [duplicate]

Possible Duplicate: Numbers of figure references I'm having some problem about subfigure numeration. The figures in my work are numbered inside the section using the line ...
3
votes
2answers
191 views

Wrong numbering in the List of Figures with subfigure package

I get a wrong numbering of subfigures in the List of Figures with the following MWE. If I remove the FIGTOPCAP option or if I put the \caption on the top, the problem is solved, but I'd like keep ...
3
votes
2answers
383 views

Numbers instead of letters with subfloat

I have a document with a figure environment that looks like this: \documentclass[a4paper,10pt]{article} \usepackage{subfig} \usepackage{tikz} \makeatletter \newbox\sf@box ...
6
votes
1answer
140 views

How not to show a label under a graph using subfloat — restart numbering of labels

I have this code: \documentclass{beamer} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{lmodern} \usepackage[caption=false]{subfig} \graphicspath{{/folder/images/}} \title{} ...
4
votes
1answer
84 views

Adding a legend for many subfloats: unlabeled subfloat

I am using memoir and adding subbottom to figure environments like this: \begin{figure} \subbottom[Blah......] { First figure } \subbottom { Legend goes here } \subbottom[Blah.....] { Second figure } ...
2
votes
1answer
164 views

how to get the right format of a subfigure if i use a custom figure number

I'm a heavy LaTeX user, but have very lite idea how the Tex programming is done. I'm writing a longer document and wanted to have figure numbers like that: chaper.section.figure_number e.g. Figure ...
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 ...
4
votes
2answers
267 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 = ...
3
votes
1answer
581 views

Wrong number using label in subfloat with subfig and caption=false

I'm using the IEEEtran class, and I need to use the subfig package with the caption=false option. However, when I use the package like this \documentclass{article} % Remove the caption=false and this ...
3
votes
1answer
113 views

Referencing “coupled” tables

How can I refer to 'coupled' tables (say different tables but referenced as table 5a and table 5b). If I \label them and use \ref, they would be referenced in the document as table 5 and table 6.
4
votes
1answer
323 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
561 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 ...
5
votes
1answer
237 views

How to share a counter for a subfloat

I am trying to make a listing float containing 3 subfloats. I have managed to to make the actual float by combining the answers from question1 and question2. Now I only need to make mylisting use the ...
6
votes
1answer
359 views

Incorrect figure numbering when using subfloats in a subfloatrow

I have a document with a lot of subfigures which are different heights and need to be placed side-by-side and centered vertically. It seems like the floatrow package is ideal for this. After much ...
4
votes
2answers
2k views

Problem with subfigure numbering using ContinuedFloat

I am using the subfig package for including subfigures into my thesis. That alone has been going without problem. However, as soon as I use the \ContinuedFloat command in order to split a figure over ...
3
votes
1answer
175 views

Change the reference style for subfloats: from 1a to 1(a)

How to change the reference style to subfloats (package subfloat) in a figure from <number><letter> to <number>(<letter>).
2
votes
1answer
293 views

Subfigure numbering for Greek - XeLaTeX

I am writing a thesis in Greek. Everything compiles well and the produced document is the desired one except one little problem. The numbering on my subfigures is followed by a small rectangle, i.e. ...
1
vote
4answers
1k views

How can I label subfigures sequentially with positive integers across figures?

I want to label subfigures, across many figures, with sequential positive integers. For example, the first figure may have two subfigures with label tags {fig1:subfig1} and {fig1:subfig2} and the ...
7
votes
1answer
1k views

Subtable Reference Numbers Start at Zero

I have a latex document with a table that contains two subtables. When I reference the entire table it the numbering starts at 1, but when I reference one of the individual subtables the numbering ...
6
votes
1answer
4k views

ContinuedFloat, and Subfloat

In my thesis I have a lot of figures with a common caption and multiple subfigures (a,b,c..etc). I wanted to split them between the pages because I don't want to fit them all in one page, therefore I ...
5
votes
2answers
2k views

Suppress Numbering of Subfigures

Is there a way to supress the numberings of subfigures within subfigures? Currently, I have something like the following: \begin{figure} \subfigure{ \subfigure{...} \subfigure{...} ...
10
votes
3answers
8k views

Subfigures in beamer documents

I'm using beamer package to produce slides. I put many figures on a slide by using the subfigure package. The problem is that for captions, the subfigure are labeled "a", "b".. "m", "n" and so on, for ...