Search found 2 matches

by MartinM
Tue Feb 03, 2015 4:24 pm
Forum: Graphics, Figures & Tables
Topic: subfigures through multiple pages - subfloat problem
Replies: 2
Views: 2869

subfigures through multiple pages - subfloat problem

More info:

i try to use this command

\usepackage{subfigure}
\usepackage{float}

\begin{figure}[H]
\centering
\subfloat[][1]{\includegraphics[width=0.45\textwidth]{1.png}}
\quad
\subfloat[][2]{\includegraphics[width=0.45\textwidth]{2.png}}
\end{figure}

\begin{figure}[H]
\ContinuedFloat
\centering ...
by MartinM
Tue Feb 03, 2015 4:08 pm
Forum: Graphics, Figures & Tables
Topic: subfigures through multiple pages - subfloat problem
Replies: 2
Views: 2869

subfigures through multiple pages - subfloat problem

Hi guys,

I have a question.

I have a figure with four subfigures, which have to be on two pages. Each of them has to have subcaption ((a) blabla, ...). And they have to have together just one caption.

I already use usepackage{subfigure} so i cannot use usepackage{subcaption}

Any ideas?

Thnank ...