0
votes
0answers
65 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
66 views

how to get the ws-procs9x6 document class to work with subcaption package?

I have a problem concerning the ws-procs9x6 document class furnished by a conference. I can't get it work with the caption & subcaption or even subfig packages to work with it, which is a problem ...
2
votes
1answer
181 views

Problem with algorithm(ic) and hyperref

The following code works ... fine! \documentclass{book} % \usepackage{subfig} % \usepackage{subcaption} \usepackage[colorlinks]{hyperref} \usepackage{algorithm} \usepackage[noend]{algorithmic} ...
5
votes
1answer
173 views

Problem with tufte-book and subfigure

I'm having a problem using both the tufte-book class and the subfigure package. This problem started after a fresh install of texlive, and I can't find a reason for it. Consider the following ...
6
votes
1answer
1k views

IEEEtran, subfig clash?

The following code which uses the IEEEtran class, and subfig produces compile errors like, "argument of caption has an extra }", or "TeX capacity exceeded" etc. But the moment I comment out the ...
0
votes
1answer
133 views

Can't include child document in subfigure

I'd like to save the PSTicks code for my images in seperate files and then include them with \include{image.tex}. This works fine with normal figure floats. But when I use subfloats, I get the error: ...
3
votes
1answer
1k views

subfigures with revtex?

I'm writing an article using the revtex4 document class, but it appears to be incompatible with subfig (which also seems to be loading caption). How can I title some subfigures in my revtex4 document? ...