So it seems that the combination of caption v3.0k, hyperref and float package has caused this problem. I'm not aware of such problem, but I hope it's fixed in the actual version 3.1 of the caption package which has a completely revised hyperref support.
It would appear so yes! If I get a chance I ...
Search found 4 matches
- Sun Oct 05, 2008 11:15 am
- Forum: General
- Topic: Issue w/ Multiple Figures Using \minipage - Odd captioning
- Replies: 7
- Views: 10644
- Sun Oct 05, 2008 10:29 am
- Forum: General
- Topic: Issue w/ Multiple Figures Using \minipage - Odd captioning
- Replies: 7
- Views: 10644
Issue w/ Multiple Figures Using \minipage - Odd captioning
Ok, it builds excellently in isolation (probably should have tested that myself, apologies). So a bit of trial and error shows that the hyperref package appeared to be conflicting. Commenting out where I'd called it enables me to compile the document fine, leaving it in causes the `Improper ...
- Sun Oct 05, 2008 9:29 am
- Forum: General
- Topic: Issue w/ Multiple Figures Using \minipage - Odd captioning
- Replies: 7
- Views: 10644
Issue w/ Multiple Figures Using \minipage - Odd captioning
Thanks for the reply. Attempting to use \captionof throws me an odd error about incorrect \prevdepth:
...
<images/batteries.jpg, id=224, 2601.72pt x 1951.29pt>
<use images/batteries.jpg>
! Improper \prevdepth.
<recently read> \prevdepth
l.7 \captionof{figure}{Image 1}
Have I got a bad version ...
...
<images/batteries.jpg, id=224, 2601.72pt x 1951.29pt>
<use images/batteries.jpg>
! Improper \prevdepth.
<recently read> \prevdepth
l.7 \captionof{figure}{Image 1}
Have I got a bad version ...
- Sun Oct 05, 2008 8:58 am
- Forum: General
- Topic: Issue w/ Multiple Figures Using \minipage - Odd captioning
- Replies: 7
- Views: 10644
Issue w/ Multiple Figures Using \minipage - Odd captioning
I'm attempting to create two side-by-side figures with their own captions using:
\begin{figure}[htbp]
\begin{minipage}[b]{0.48\linewidth}
\includegraphics[width=60mm]{images/image1.jpg}
\caption{Image 1}
\end{minipage}
\hfill
\begin{minipage}[b]{0.48\linewidth}
\includegraphics[width=60mm ...
\begin{figure}[htbp]
\begin{minipage}[b]{0.48\linewidth}
\includegraphics[width=60mm]{images/image1.jpg}
\caption{Image 1}
\end{minipage}
\hfill
\begin{minipage}[b]{0.48\linewidth}
\includegraphics[width=60mm ...