Re: Figures at the end of chapter ?
- From: rf@xxxxxxxxxxxx (Robin Fairbairns)
- Date: 4 Jan 2006 17:30:36 GMT
"Tokyo" <chiara-felicitas.reiner@xxxxxx> writes:
>in my thesis I have added figures and tables. The problem is that in
>the *.pdf file the tables are shown right where they should be, but the
>
>figures are listed at the very end of the chapter. LaTeX creates a new
>page before the next chapter starts and there the figures are shown one
>
>after each other. How can I get rid of that problem ? All I want is
>that they are shown in the text as the tables are too ...
>
>Here a few lines how I included the figures:
>
>\usepackage{graphicx}
>\graphicspath{{./Grafiken/}} \DeclareGraphicsExtensions{.eps}
>...
>\begin{figure}[H]
unless you have package float loaded, "H" means nothing.
> \centering{\includegraphics*[scale=0.7]{Systemkegel}}
> \captionof{figure}{Systemkegel} %caption in the table of figures
>
>works perfectly !
\captionof isn't needed in a figure environment.
>\end{figure}
>...
you don't say anything about your figures, but if your figures all
have [H] options, your symptoms are consistent with them all being
large enough that they won't place *at all*, except when being
flushed.
this will happen if they're larger than a page: in that case the only
solution is to correct their size to fit on the page. (if this is the
case, you should have had lots of "float too large" warnings.)
otherwise, consider the options listed in
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats
--
Robin Fairbairns, Cambridge
.
- Follow-Ups:
- Re: Figures at the end of chapter ?
- From: Tokyo
- Re: Figures at the end of chapter ?
- References:
- Figures at the end of chapter ?
- From: Tokyo
- Figures at the end of chapter ?
- Prev by Date: CTAN package update: NCCLATEX
- Next by Date: Re: Scanning an argument
- Previous by thread: Figures at the end of chapter ?
- Next by thread: Re: Figures at the end of chapter ?
- Index(es):
Relevant Pages
|
Loading