Search found 3 matches

by Klaushh
Wed Jan 26, 2011 10:28 am
Forum: Graphics, Figures & Tables
Topic: Reference to subfigures
Replies: 5
Views: 2417

Re: Reference to subfigures

Hi again
Thanks to localghost, your answer helped me understand the problem:
I replaced the subfigure package with the subfig package instead. This involves using \subfloat instead of \subfigure, and solved problem. References to subfigures are now correct.
Thanks again
by Klaushh
Mon Jan 24, 2011 1:31 pm
Forum: Graphics, Figures & Tables
Topic: Reference to subfigures
Replies: 5
Views: 2417

Reference to subfigures

Iam not sure iam following you in which package you mean. My preamble only has this command dealing with the subfigure package...

\usepackage{subfigure}


This is the figure as written in latex code:
\begin{figure}[H]
\begin{center}
\subfigure[Pressure areas.]{
\includegraphics[width=0.85 ...
by Klaushh
Fri Jan 21, 2011 11:00 am
Forum: Graphics, Figures & Tables
Topic: Reference to subfigures
Replies: 5
Views: 2417

Reference to subfigures

Hey dudes

My problem occurs when iam referencing to a subfigure with a number depth of more than 2. E.g. my main figure enviroment is called 2.4.1, and the subfigers are 2.4.1(a) and 2.4.1(b). However, when referencing to one of the to subfig-labels, LaTeX writes: Figure 2.4(a) . Is there any way ...