groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Wrapping Text Arond Figures and Captions


From: Frank Jahnke
Subject: Re: [Groff] Wrapping Text Arond Figures and Captions
Date: Wed, 23 Jan 2013 14:54:33 -0800

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

[Prev in Thread] Current Thread [Next in Thread]