On Mon, Oct 13, 2008 at 3:53 PM, Uwe Stöhr <[EMAIL PROTECTED]> wrote:
> Jacob Hunt schrieb:
>
> I am using lyx-1.5.6-2 in Linux and have a quick question. The following
>> in
>> my preamble section that I added.
>>
>> \lfoot{Copyright (c) information}
>>
>
> I would like to make the footnote font size smaller than it currently is,
>> how would I accomplish this?
>>
>
> either
> \lfoot{\small{Copyright (c) information}}
> or
> \lfoot{\smaller{Copyright (c) information}}
> or
> \lfoot{\smallest{Copyright (c) information}}
> or
> \lfoot{\footnotesize{Copyright (c) information}}
> or
> \lfoot{\tiny{Copyright (c) information}}
>
> regards Uwe
>
Uwe,
Thanks! It worked like a charm, I just had a syntax issue on what I was
trying.
Jacob