Re: Use many graphics in LaTeX document. Configuration files ofLaTeX.
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}
...
\end{figure}
...
some text 10 pages
...
...
....
\end{document}
I compile tex file, obtain ps file
and my graphics locate end of document
I want that graphics locate on places when I place them in my tex file:
figure_1 after 4 pages, figure_2 after 5 pages etc.
I think that latex have not enough size . I change values of size
in /etc/texmf/texmf.cnf and reconfigure tetex (texconfig init) but this don't
help my.
Anyone have any ideas?
Thanx.
Reply to: