This post is rather old, but I thought there was one further point that
could be addressed and was not discussed, and in case the original poster
has not solved his problem yet:
Besides using [!h] in the figure environment, and besides getting rid of
the figure environment if not really needed
Sorry.
I have next document in tex:
\documentclass[12pt]{article}
\usepackage{graphicx}
\begin{document}
...
some text 4 pages
...
\begin{figure}[h]
\includegraphics[some_options]{file1.ps}
...
\end{figure}
...
some text 5 pages
...
\begin{figure}[h]
\includegraphics[some_options]{file2.ps}
...
\e
"Egor Tur" <[EMAIL PROTECTED]> writes:
> I have little quesion about usage of LaTeX. I want to place very
> many graphics in my doc , but when translate the tex file in dvi and
> ps, I see that my graphics place on end of file. What should I do
> that my graphics place correct . I use graphicx pac
3 matches
Mail list logo