Re: Figures at the end of chapter ?



"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
.



Relevant Pages

  • migration from latex to pdflatex
    ... I have been using latex since the early 2000's, and so far, I have ... experienced a great satisfaction with it. ... Now, with pdflatex becoming a viable alternative, I have decided to ... try to use it to get a pdf file without any need for conversion. ...
    (comp.text.tex)
  • Re: Creadting PDF file
    ... These are dynamic in the sense that user input changes plots and ... inputs he will receive PDF file as ouput. ... however, PUBLISH is quite limited in its capabilites, and the XSLT style sheet provided by TMW for latex is quite crappy. ...
    (comp.soft-sys.matlab)
  • Re: epstopdf problems
    ... the pdf file is completely blank. ... The file was created by ChemDraw (LaTeX is ... and saved as a PostScript file, which ChemDraw allows you to do. ... it as just a PostScript file solves the problem and it starts working! ...
    (comp.text.tex)
  • Re: latex output to transparent bitmap graphics
    ... resulting non-transparent bitmap graphics. ... Unless specified LaTeX creates pdf files with transparent background ... To make pdf file with white background one should put in preamble ... It is Micro$oft way to interpret transparent as a white! ...
    (comp.text.tex)
  • Re: building a website with latex
    ... I did my website with LaTeX. ... that would look like a real LaTeX document, all the more as I wanted ... Then you run it on your pdf file to produce a Flash file. ... simply embed your swf file into an HTML page. ...
    (comp.text.tex)

Loading