10
votes
1answer
3k views

How can I get rid of the LaTeX warning: Float too large for page?

In my document, I have figures that have a rather long caption. The code I use to include them looks like this: \begin{figure} \begin{center} \includegraphics[width=\textwidth]{../fig.pdf} ...
7
votes
2answers
2k views

Is there really something wrong with using the caption package for \ContinuedFloat?

In this question of mine about unnumbered algorithms with captions, a nice solution was suggested using \ContinuedFloat, from the caption package. However, when I use it, I get: Package caption ...
2
votes
2answers
665 views

Issue with capt-of package

I'm using the capt-of package to create a caption for my figures: \newcommand\figureFrame[4]{% \begin{center} \includegraphics[#1]{#2} \captionof{figure}{#3}\label{#4} ...
0
votes
1answer
184 views

revtex reporting underfull hbox at every newline

So I'm working on a seminar, and I was wondering, why revtex, every time I make newline after a paragraph (\), reports underfull hbox warning? I mean, everything looks fine once in pdf (I would expect ...