Thanks, Ralph.

On Wed, 2013-01-23 at 22:22 +0000, Ralph Corderoy wrote:

> That thread is split over two months in the archives.
> 
>     http://lists.gnu.org/archive/html/groff/2009-03/msg00042.html
>     http://lists.gnu.org/archive/html/groff/2009-04/msg00002.html
> 

FWIW, here's how LaTeX does it:

\begin{wrapfigure}{r}{0.5\textwidth}
  \begin{center}
    \includegraphics[width=0.48\textwidth]{gull}
  \end{center}
  \caption{A gull}
\end{wrapfigure}

This gives a right flush figure that is half the line length, with  a
0.2*line length space on the left, and a figure caption.  This might be
a reasonable place to start.


Reply via email to