*.eps files at the end of current chapter ...

2 views
Skip to first unread message

Tokyo

unread,
Jan 4, 2006, 6:23:57 AM1/4/06
to LaTeX Users Group
Hi everybody -
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]
\centering{\includegraphics*[scale=0.7]{Systemkegel}}
\captionof{figure}{Systemkegel} %caption in the table of figures
works perfectly !
\end{figure}
...

Hope there is someone out there who can help me ! Thank you !

William

unread,
Jan 4, 2006, 8:18:14 PM1/4/06
to latex...@googlegroups.com
Hi and happy new year.

The "H" option only works if you are using the float package.
Otherwise you have to use h, t, b. Use the float package. If you
already have this package on the preamble I suggest -- but I am not
sure if it works -- to remove the * in
\includegraphics*

Also, for pdflatex the extension eps is not correct. Try to convert
your graphics to png or jpg.

Bye


--


William Oquendo
Linux User # 321481
*********************
Somewhere, something incredible is waiting to be known.
-- Carl Sagan

user, n:
The word computer professionals use when they mean "idiot."
-- Dave Barry, "Claw Your Way to the Top"

[I always thought "computer professional" was the phrase hackers used
when they meant "idiot." Ed.]

To teach is to learn twice.
-- Joseph Joubert

*********************

gold...@signalsguru.net

unread,
Jan 10, 2006, 10:47:31 PM1/10/06
to LaTeX Users Group

You can force latex to place figures immediately using \clearpage.
Whethere this is a good idea or not, I don't know.


--
-Todd
http://www.signalsguru.net/

tonyb...@yahoo.com

unread,
Jan 20, 2006, 5:28:59 PM1/20/06
to LaTeX Users Group
\clearpage is effective, but there are better ways.

These figure logjams are usually due to over-restrictive float
placement. For example, using \begin{figure}[t] for a figure
that larger than the largest allowable top-figure.

You should use [htbp] or [tbp] whenever possible and make
sure your float-placement parameters are reasonable.

This is described in
ftp://ctan.tug.org/tex-archive/info/epslatex/english/epslatex.pdf

Tony

Reply all
Reply to author
Forward
0 new messages