On Fri, 23 Nov 2001, SteveC wrote:
> Is it possible to have text flow around a justified figure?
try to use picins or picinpar package
add the command \usepackage{picins} in latex preamble
(I haven't tried the picinpar package...)
In paragraph... type (in TeX style)
\parpic(<width>,<height>)(<x_off>,<y_off>)
[<Option>][<Pos>]{Figure}
ex.:
\parpic (1.7cm,2cm)(0cm,2cm)[l]{\yinitials A}
See the complete usage in your tex ducumentation.
Wayan
