I have written in TeX the following:
\section{A}
... somethingA ...
\begin{picture}(100, 100)(-250, -110)
\includegraphics[scale=1]{face.png}
\end{picture}
\section{B}
... somethingB ...
I have put specific parameters in picture (-250, -110) so that the picture is added in the top right of the created page. Although this works just fine, face.png appears where I want it, the problem is that there is a big gap between somethingA and somethingB. So I have something like this in the created document:
... somethingA ...
... somethingB ...
Any ideas how to solve this?



