And my figure doesn't show, and I get 'Latex Warning: Float too large
for page by 34.39pt on input line 76."
If I make the Figure caption shorter, it goes away and all is fine.
But this figure sort of requires a long caption. Any suggestions for
fixing this?
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats:
... Whatever you do, don’t omit the ‘p’: doing so could cause LaTeX
to believe that ...
--
Ulrike Fischer
i take it that your figure "shows" at the end of the document - right?
>> If I make the Figure caption shorter, it goes away and all is fine.
>> But this figure sort of requires a long caption. Any suggestions for
>> fixing this?
>
>http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats:
>
>... Whatever you do, donót omit the ípó: doing so could cause LaTeX
>to believe that ...
indeed. however, it sounds as if he's[*] got a substantial essay in
his caption. quite apart from the shambles this will make of the list
of figures, this seems unsustainable. i would suggest splitting the
float into two parts, using the dpfloat package -- see
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dpfloat
[*] knights are males, after all; she'd be a diabolical dame otherwise ;-)
--
Robin Fairbairns, Cambridge
While beamer allows for a "figure" environment, I think it's useless
for presentations. The graphic object's description is in the same
slide, and there's no need for a figure number: nobody in the audience
will remember it.
Use a simple center environment; but remember to use \includegraphics,
if you want that LaTeX is able to put the graphics where you want.
Ciao
Enrico