Re: Different font size with theme Warsaw for Content and Toc

2016-11-21 Thread Paul A. Rubin

On 11/21/2016 09:08 AM, Uwe Ade wrote:

Hello

I use the Beamer Theme Warshaw. is it possible to use different font size for 
the Content on the slide an the generated Toc in the top of the side?

For the content i want use a bigger font and for the Toc on the top i smaller 
one.

Thanks

uwe
To control the content font size, you can go to Documents > Settings... 
> Fonts and adjust the base size, or you can go to Document > 
Settings... > Document Class and fill in the font size in the custom 
class options box. The default size is 11pt; according to the manual, 
the class option can be set to 12pt, 14pt, 17pt or the whopping 20pt. (I 
think other values are just ignored.)


To control the size of the navigation information at the top, you need 
to put a line in the document preamble (Document > Settings... > LaTeX 
Preamble), after the \usetheme{Warsaw} command. Adding


\setbeamerfont{headline}{size=\TINY} makes the head line as small as 
Beamer will allow. Other size options are explained at the top of page 
199 of the Beamer user guide (version 3.24).


Paul



Re: Different font size with theme Warsaw for Content and Toc

2016-11-21 Thread Guenter Milde
On 2016-11-21, Uwe Ade wrote:
> Hello

> I use the Beamer Theme Warshaw. is it possible to use different font
> size for the Content on the slide an the generated Toc in the top of
> the side?

> For the content i want use a bigger font and for the Toc on the top i
> smaller one.

This is possible but not easy.

It requires reading the Beamer documentation and adding relevant code to
Document>Settings>LaTeX preamble.

Günter



Different font size with theme Warsaw for Content and Toc

2016-11-21 Thread Uwe Ade
Hello

I use the Beamer Theme Warshaw. is it possible to use different font size for 
the Content on the slide an the generated Toc in the top of the side?

For the content i want use a bigger font and for the Toc on the top i smaller 
one.

Thanks

uwe