Richard Brown wrote: > I need to do the following: > insert a graphic on the page, and next to the graphic write a short 2 > line dialogue exchange- like this mock-up > > <picture of dinosaur> > <picture of dinosaur> > <picture of dinosaur> Look! Is that a brontosaurus? > <picture of dinosaur> No- ir's my pet leek in pajamas. > <picture of dinosaur> > <picture of dinosaur> > > I tried with a table, but I don't seem to be able to left-align the two > exchanges with each other, and I really don't want the cell borders.
You can turn off the borders from the table dialog. Anyway, the way that I have done this in the past is to use two minipages inside the float: <float> <minipage width="60 col%" alignment="middle"><env name="Caption">Look! Is that a brontosaurus?</env></minipage> <minipage width="40 col%" alignment="middle"><env name="Standard"><graphics name="dinasaur.eps"/></env></minipage> </float> -- Angus
