Below is my code, I have 5 figures (a, b,c,d,e) under Figure 1.. i want them to continue on the next page and not stuck in the middle.
I want them to be one under the other i.e. vertically like the attached picture. Please help.
EDIT Hello. I have finally found that the problem lies when I used float
and subfloat
.
Can anyone help me how to modify this?
In my main file..
\usepackage{nomencl}
\usepackage{amssymb,amsmath,amstext}
\usepackage{doublespace}
\usepackage{epsfig,fancyheadings,url,xr,latexsym}
\usepackage[dvips]{graphicx}
\usepackage{float}
\usepackage{fontenc}
\usepackage{natbib}
\usepackage{subfigure}
%\usepackage{subfig}
\usepackage[ansinew]{inputenc}
Best Answer
You can use
\ContinuedFloat
like this:\ContinuedFloat
takes care of numbers by itself.