Graham Smith | 20 Aug 13:46

positioning logo in footer

Sorry folks, I'm still struggling along here

I have a logo added with this code

\lfoot{\resizebox{3cm}{!}{\includegraphics{Logo_Small.png}}}

and then an address added as a \rfoot etc

Horizontally this works fine, but vertically, the bottom of the logo  
is at the same height as the top of the address, giving the  
impression that the address is contained inside the footer, but the  
logo is sitting on top of the footer.

How to I move the logo down so it better aligns with the address. I  
would like the top of the logo to align with the top of the address.

Thanks,

Graham

Graham Smith
graham.smith@...

Yago | 21 Aug 03:53
Favicon

Re: positioning logo in footer

If you want to place a logo (figure, graphic or something....) in a page, you can use the command:

\AddToShipoutPicture{} (puts the picture on every page)
\AddToShipoutPicture*{} (puts it on to the current page)

See the eso-pic package documentation.

----- Original Message ----- 
From: "Graham Smith" <graham.smith@...>
To: "LyX Users List" <lyx-users@...>
Sent: Wednesday, August 20, 2008 1:49 PM
Subject: positioning logo in footer

> Sorry folks, I'm still struggling along here
> 
> I have a logo added with this code
> 
> \lfoot{\resizebox{3cm}{!}{\includegraphics{Logo_Small.png}}}
> 
> and then an address added as a \rfoot etc
> 
> Horizontally this works fine, but vertically, the bottom of the logo  
> is at the same height as the top of the address, giving the  
> impression that the address is contained inside the footer, but the  
> logo is sitting on top of the footer.
> 
> How to I move the logo down so it better aligns with the address. I  
> would like the top of the logo to align with the top of the address.
> 
> Thanks,
(Continue reading)

Graham Smith | 24 Aug 16:04

Re: positioning logo in footer

On 21 Aug 2008, at 02:53, Yago wrote:

> If you want to place a logo (figure, graphic or something....) in a  
> page, you can use the command:
>
> \AddToShipoutPicture{} (puts the picture on every page)
> \AddToShipoutPicture*{} (puts it on to the current page)
>
> See the eso-pic package documentation.

Sorry for the delay in answering, I managed to miss your reply.  As I  
am pretty new to this, and  eso-pic seems a bit complicated just to  
add a logo into the footer (indeed on first reading I have no idea  
what I should be doing) . Even though I appreciate it has obvious  
reasons for use in terms of  free form placement of images on a page.

As tutorials to add a logo suggest what I did, but don't help in  
terms of being wrongly positioned, are you suggesting eso-pic because  
there is no other way of refining the position of a logo when its  
part of the footer.

Thanks,

Graham

>
>
> ----- Original Message -----
> From: "Graham Smith" <graham.smith@...>
> To: "LyX Users List" <lyx-users@...>
(Continue reading)

Graham Smith | 24 Aug 17:08

Re: positioning logo in footer


>
>> If you want to place a logo (figure, graphic or something....) in  
>> a page, you can use the command:
>>
>> \AddToShipoutPicture{} (puts the picture on every page)
>> \AddToShipoutPicture*{} (puts it on to the current page)
>>
>> See the eso-pic package documentation.
>
> Sorry for the delay in answering, I managed to miss your reply.  As  
> I am pretty new to this, and  eso-pic seems a bit complicated just  
> to add a logo into the footer (indeed on first reading I have no  
> idea what I should be doing) . Even though I appreciate it has  
> obvious reasons for use in terms of  free form placement of images  
> on a page.
>
> As tutorials to add a logo suggest what I did, but don't help in  
> terms of being wrongly positioned, are you suggesting eso-pic  
> because there is no other way of refining the position of a logo  
> when its part of the footer.

To reply to my self,in fact \hfill does the job, when I tried this  
before, I obviously had the syntax wrong.

Thanks,

Graham

Gmane