[texhax] Importing .eps files in LaTeX
Jeroen Wijnhout
Jeroen.Wijnhout at kdemail.net
Thu Sep 2 15:06:38 CEST 2004
On Wednesday 01 September 2004 14:27, Arnoud Berkepas wrote:
> Dear sir/madam,
>
> I'm working on my paper to graduate from University. I have a question
> about importing .eps files in LaTeX. I hope I sent this question to the
> right adress. If this is not the case, I'm sorry.
>
> I have some figures I want to import in my LaTeX file. I already included
> the package "graphics". I'm trying to import some figures using the
> commands:
> \begin{figure}[p]
Use a different placement:
p = put all floats (figures, tables, etc.) on a special page, that's what you
ordered, that's what you get
h = here (this is what you want)
b = bottom of page
t = top of page
So you should do
\begin{figure}[h]
best,
Jeroen
--
Kile - KDE Integrated LaTeX Editor
http://kile.sourceforge.net
More information about the texhax
mailing list