General ⇒ Installing "subfig" Package in TeXworks for Mac
Installing "subfig" Package in TeXworks for Mac
and where do i find it? I need it in order to use \ContinueFloat
Or is there any other way to have two figures on two different pages and still have the right catpion (a), (b), (c)...
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Installing "subfig" Package in TeXworks for Mac
Re: Installing "subfig" Package in TeXworks for Mac
I see now that the subfig packege already is included.
This is the coad with \ContinuedFloat
but it still doesn't work..
\begin{figure}[h]
\begin{center}
\subfloat[]{\label{fig:plot/a/normal.pdf}\includegraphics[width=0.5\textwidth]{plot/a/normal.pdf}}
\subfloat[]{\label{fig:plot/a/scale-location.pdf}\includegraphics[width=0.5\textwidth]{plot/a/scale-location.pdf}}
\end{center}
\end{figure}
\begin{figure}
\ContinuedFloat
\begin{center}
\subfloat[]{\label{fig:plot/a/ResidualsVSfitted.pdf}\includegraphics[width=0.5\textwidth]{plot/a/ResidualsVSfitted.pdf}}
\subfloat[]{\label{fig:plot/a/residualsVSleverage.pdf}\includegraphics[width=0.5\textwidth]{plot/a/residualsVSleverage.pdf}}
\end{center}
\end{figure}
I get this message:
! Package caption Error: Continued `figure' after `??'.
See the caption package documentation for explanation.
Type H <return> for immediate help.
...
l.79 \ContinuedFloat
Re: Installing "subfig" Package in TeXworks for Mac
was just to put \caption[]{} under subfloat
Installing "subfig" Package in TeXworks for Mac
Yes, unfortunately the current implementation of \ContinuedFloat needs a \caption additional to \ContinuedFloat. (Currently I'm not able to change this because it would break the subfig package.) For that reason the upcoming version 3.2 will include a command called \phantomcaption which does not typeset a caption but fulfill the need of \ContinuedFloat for a caption.knut-o wrote:was just to put \caption[]{} under subfloat
Re: Installing "subfig" Package in TeXworks for Mac
Can you please write here those lines again after putting \caption[]{} under subflot? I am getting error.
Thanks a lot
Hari