Graphics, Figures & Tablessubfigure problem

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
WtFudgE
Posts: 2
Joined: Thu Jan 27, 2011 1:17 pm

subfigure problem

Post by WtFudgE »

Hi, I am having trouble using subfigures.

I have the following code that I want to use:

Code: Select all

\begin{figure*}[t]
\centering
\subfigure[brainAx]{
\includegraphics[width = 3cm]{brainfaAx.eps}
\label{brainphantom:a}
}
\subfigure[brainSag]{
\includegraphics[width = 3cm]{brainfaSag.eps}
\label{brainphantom:b}
}
\subfigure[brainCor]{
\includegraphics[width = 3cm]{brainfaCor.eps}
\label{brainphantom:c}
}
\caption{blabla}
\label{brainphantom}
\end{figure*}
Now the problem starts when I include the package, I tried the following 3 seperatly:

Code: Select all

\usepackage{subfig}
\usepackage{subfigure}
\usepacke{subcatpion}
But they all resulted in the same problem: The moment I include the package my buildoutput stays the same, meaning that if I e.g. modify the title, the modifications don't get applied. The moment I remove the package the title is updated. I have this feeling that the output doesn't get written when I include the package.

I am using the following software:
TeXnicCenter 1.0 Stable Release Candidate 1
MiKTeX 2.9.

Can somebody help me out here cuz I can't finish my work if this doesn't get fixed :)
Last edited by WtFudgE on Sun Jan 30, 2011 5:21 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

Re: subfigure problem

Post by sommerfee »

WtFudgE
Posts: 2
Joined: Thu Jan 27, 2011 1:17 pm

Re: subfigure problem

Post by WtFudgE »

Yes that's indeed the same problem. I already solved it by the time this got posted. It's some silly problem where the downloading of packages fails because I selected: "ask me first". It's easy to find, just go to program files/miktex and search for your admin settings. It should be on the first tab if I remember correctly and just select "Yes" instead of "Ask me first" for downloading packages. Solved the problem.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

subfigure problem

Post by localghost »

WtFudgE wrote:[…] I already solved it by the time this got posted. […]
If so, please mark the topic accordingly as written in Section 3 of the Board Rules (to be read before posting).


Best regards and welcome to the board
Thorsten
Post Reply