On Tue, 10 Apr 2001, Anna H. Pryor wrote:
> I am using Lyx to make slides (for the first time...now that I have my first
> successful paper completed with it!) for a talk, and I would like to put a
> couple of logos in the upper right and left hand corners of each of the
> pages. These images are about 1.5x1.5 inches in size. The problem that I
> have is that I don't know how to PLACE the images into those areas.
If you don't want to have text written over the top of them but have them
in a header of sorts you can use the fancyheader package
Layout->Document->Pagestyle->fancy and you'll need to put some entries in
your preamble to set the topleft and topright fields. See the
documentation for the fancyheader package.
These images are pretty big so I image you might actually prefer to have
them appear either side of the title in which case you'll probably want to
set the paragraph as a Title and Insert->Table with three columns and one
row. You may have to set the width of the columns that the pictures appear
in in order to get a pleasing layout. You could also achieve this
formatting with minipages but tables are probably easier to work with.
If you wanted these images to be background images (with text over the top
of them) then you need to get tricky and use something like the
overpic.sty package. That would require lots of raw LaTeX because LyX
doesn't support that package.
Allan. (ARRae)