Re: Beamer numbered table of contents and section title in the footer

2008-08-18 Thread Paul Smith
On Sun, Aug 17, 2008 at 10:29 PM, Paul Smith [EMAIL PROTECTED] wrote:
 Regarding the attached Beamer presentation example, I have two questions:

 1. How can I have a numbered table of contents?

 \setbeamertemplate{sections/subsections in toc}[ball]{} in the preamble.
  Change 'ball' to a different format choice if desired; chanbge
 'sections/subsections' to just sections if you don't want subsection numbers
 included (assuming you have subsections in the first place). See Beamer User
 Guide, section 10.5.

 2. How can I add the section title in the footer, with left-side
 alignment?

 Method 1: \setbeamertemplate{footline}[text line]{\strut\insertsectionhead}
 in the preamble.

 Method 2: Use an outer theme that includes foot lines (or a presentation
 theme that uses an outer them that includes footlines) and either

 (2a) hack the outer theme file or
 (2b) override it in the preamble with something like the above.

 Note that screwing with the contents of the footline may require that you
 also screw with the foreground/background colors (if any).

 Thanks, Paul, for your help.

 Your example has a side effect: the number of the frame is not shown.
 Any solution for this?

I have meanwhile found a solution:

\setbeamertemplate{footline}[text
line]{\color{structure}\strut\insertsectionhead\hfill\insertpagenumber}

(An example is attached.)

Paul


example.lyx
Description: application/lyx


Re: Beamer numbered table of contents and section title in the footer

2008-08-18 Thread Paul A. Rubin

Paul Smith wrote:



I have meanwhile found a solution:

\setbeamertemplate{footline}[text
line]{\color{structure}\strut\insertsectionhead\hfill\insertpagenumber}



Yes.  I prefer \insertframenumber to \insertpagenumber so that when I 
put multiple overlays on a frame (e.g., expose bullets one by one) the 
slide number stays the same as each overlay emerges; but that's a 
matter of taste.


/Paul



Re: Beamer numbered table of contents and section title in the footer

2008-08-18 Thread Paul Smith
On Mon, Aug 18, 2008 at 5:12 PM, Paul A. Rubin [EMAIL PROTECTED] wrote:
 I have meanwhile found a solution:

 \setbeamertemplate{footline}[text
 line]{\color{structure}\strut\insertsectionhead\hfill\insertpagenumber}


 Yes.  I prefer \insertframenumber to \insertpagenumber so that when I put
 multiple overlays on a frame (e.g., expose bullets one by one) the slide
 number stays the same as each overlay emerges; but that's a matter of
 taste.

Thanks for having mentioned that, as \insertframenumber is better in
the case you indicate.

Paul


Re: Beamer numbered table of contents and section title in the footer

2008-08-18 Thread Paul Smith
On Sun, Aug 17, 2008 at 10:29 PM, Paul Smith [EMAIL PROTECTED] wrote:
 Regarding the attached Beamer presentation example, I have two questions:

 1. How can I have a numbered table of contents?

 \setbeamertemplate{sections/subsections in toc}[ball]{} in the preamble.
  Change 'ball' to a different format choice if desired; chanbge
 'sections/subsections' to just sections if you don't want subsection numbers
 included (assuming you have subsections in the first place). See Beamer User
 Guide, section 10.5.

 2. How can I add the section title in the footer, with left-side
 alignment?

 Method 1: \setbeamertemplate{footline}[text line]{\strut\insertsectionhead}
 in the preamble.

 Method 2: Use an outer theme that includes foot lines (or a presentation
 theme that uses an outer them that includes footlines) and either

 (2a) hack the outer theme file or
 (2b) override it in the preamble with something like the above.

 Note that screwing with the contents of the footline may require that you
 also screw with the foreground/background colors (if any).

 Thanks, Paul, for your help.

 Your example has a side effect: the number of the frame is not shown.
 Any solution for this?

I have meanwhile found a solution:

\setbeamertemplate{footline}[text
line]{\color{structure}\strut\insertsectionhead\hfill\insertpagenumber}

(An example is attached.)

Paul


example.lyx
Description: application/lyx


Re: Beamer numbered table of contents and section title in the footer

2008-08-18 Thread Paul A. Rubin

Paul Smith wrote:



I have meanwhile found a solution:

\setbeamertemplate{footline}[text
line]{\color{structure}\strut\insertsectionhead\hfill\insertpagenumber}



Yes.  I prefer \insertframenumber to \insertpagenumber so that when I 
put multiple overlays on a frame (e.g., expose bullets one by one) the 
slide number stays the same as each overlay emerges; but that's a 
matter of taste.


/Paul



Re: Beamer numbered table of contents and section title in the footer

2008-08-18 Thread Paul Smith
On Mon, Aug 18, 2008 at 5:12 PM, Paul A. Rubin [EMAIL PROTECTED] wrote:
 I have meanwhile found a solution:

 \setbeamertemplate{footline}[text
 line]{\color{structure}\strut\insertsectionhead\hfill\insertpagenumber}


 Yes.  I prefer \insertframenumber to \insertpagenumber so that when I put
 multiple overlays on a frame (e.g., expose bullets one by one) the slide
 number stays the same as each overlay emerges; but that's a matter of
 taste.

Thanks for having mentioned that, as \insertframenumber is better in
the case you indicate.

Paul


Re: Beamer numbered table of contents and section title in the footer

2008-08-18 Thread Paul Smith
On Sun, Aug 17, 2008 at 10:29 PM, Paul Smith <[EMAIL PROTECTED]> wrote:
>>> Regarding the attached Beamer presentation example, I have two questions:
>>>
>>> 1. How can I have a numbered table of contents?
>>
>> \setbeamertemplate{sections/subsections in toc}[ball]{} in the preamble.
>>  Change 'ball' to a different format choice if desired; chanbge
>> 'sections/subsections' to just sections if you don't want subsection numbers
>> included (assuming you have subsections in the first place). See Beamer User
>> Guide, section 10.5.
>>>
>>> 2. How can I add the section title in the footer, with left-side
>>> alignment?
>>
>> Method 1: \setbeamertemplate{footline}[text line]{\strut\insertsectionhead}
>> in the preamble.
>>
>> Method 2: Use an outer theme that includes foot lines (or a presentation
>> theme that uses an outer them that includes footlines) and either
>>
>> (2a) hack the outer theme file or
>> (2b) override it in the preamble with something like the above.
>>
>> Note that screwing with the contents of the footline may require that you
>> also screw with the foreground/background colors (if any).
>
> Thanks, Paul, for your help.
>
> Your example has a side effect: the number of the frame is not shown.
> Any solution for this?

I have meanwhile found a solution:

\setbeamertemplate{footline}[text
line]{\color{structure}\strut\insertsectionhead\hfill\insertpagenumber}

(An example is attached.)

Paul


example.lyx
Description: application/lyx


Re: Beamer numbered table of contents and section title in the footer

2008-08-18 Thread Paul A. Rubin

Paul Smith wrote:



I have meanwhile found a solution:

\setbeamertemplate{footline}[text
line]{\color{structure}\strut\insertsectionhead\hfill\insertpagenumber}



Yes.  I prefer \insertframenumber to \insertpagenumber so that when I 
put multiple overlays on a frame (e.g., expose bullets one by one) the 
"slide number" stays the same as each overlay emerges; but that's a 
matter of taste.


/Paul



Re: Beamer numbered table of contents and section title in the footer

2008-08-18 Thread Paul Smith
On Mon, Aug 18, 2008 at 5:12 PM, Paul A. Rubin <[EMAIL PROTECTED]> wrote:
>> I have meanwhile found a solution:
>>
>> \setbeamertemplate{footline}[text
>> line]{\color{structure}\strut\insertsectionhead\hfill\insertpagenumber}
>>
>
> Yes.  I prefer \insertframenumber to \insertpagenumber so that when I put
> multiple overlays on a frame (e.g., expose bullets one by one) the "slide
> number" stays the same as each overlay emerges; but that's a matter of
> taste.

Thanks for having mentioned that, as \insertframenumber is better in
the case you indicate.

Paul


Re: Beamer numbered table of contents and section title in the footer

2008-08-17 Thread Paul A. Rubin

Paul Smith wrote:

Dear All,

Regarding the attached Beamer presentation example, I have two questions:

1. How can I have a numbered table of contents?


\setbeamertemplate{sections/subsections in toc}[ball]{} in the preamble. 
 Change 'ball' to a different format choice if desired; chanbge 
'sections/subsections' to just sections if you don't want subsection 
numbers included (assuming you have subsections in the first place). 
See Beamer User Guide, section 10.5.


2. How can I add the section title in the footer, with left-side alignment?


Method 1: \setbeamertemplate{footline}[text 
line]{\strut\insertsectionhead} in the preamble.


Method 2: Use an outer theme that includes foot lines (or a presentation 
theme that uses an outer them that includes footlines) and either


(2a) hack the outer theme file or
(2b) override it in the preamble with something like the above.

Note that screwing with the contents of the footline may require that 
you also screw with the foreground/background colors (if any).


/Paul


example.lyx
Description: application/lyx


Re: Beamer numbered table of contents and section title in the footer

2008-08-17 Thread Paul Smith
On Sun, Aug 17, 2008 at 9:04 PM, Paul A. Rubin [EMAIL PROTECTED] wrote:
 Regarding the attached Beamer presentation example, I have two questions:

 1. How can I have a numbered table of contents?

 \setbeamertemplate{sections/subsections in toc}[ball]{} in the preamble.
  Change 'ball' to a different format choice if desired; chanbge
 'sections/subsections' to just sections if you don't want subsection numbers
 included (assuming you have subsections in the first place). See Beamer User
 Guide, section 10.5.

 2. How can I add the section title in the footer, with left-side
 alignment?

 Method 1: \setbeamertemplate{footline}[text line]{\strut\insertsectionhead}
 in the preamble.

 Method 2: Use an outer theme that includes foot lines (or a presentation
 theme that uses an outer them that includes footlines) and either

 (2a) hack the outer theme file or
 (2b) override it in the preamble with something like the above.

 Note that screwing with the contents of the footline may require that you
 also screw with the foreground/background colors (if any).

Thanks, Paul, for your help.

Your example has a side effect: the number of the frame is not shown.
Any solution for this?

Paul


Re: Beamer numbered table of contents and section title in the footer

2008-08-17 Thread Paul A. Rubin

Paul Smith wrote:

Dear All,

Regarding the attached Beamer presentation example, I have two questions:

1. How can I have a numbered table of contents?


\setbeamertemplate{sections/subsections in toc}[ball]{} in the preamble. 
 Change 'ball' to a different format choice if desired; chanbge 
'sections/subsections' to just sections if you don't want subsection 
numbers included (assuming you have subsections in the first place). 
See Beamer User Guide, section 10.5.


2. How can I add the section title in the footer, with left-side alignment?


Method 1: \setbeamertemplate{footline}[text 
line]{\strut\insertsectionhead} in the preamble.


Method 2: Use an outer theme that includes foot lines (or a presentation 
theme that uses an outer them that includes footlines) and either


(2a) hack the outer theme file or
(2b) override it in the preamble with something like the above.

Note that screwing with the contents of the footline may require that 
you also screw with the foreground/background colors (if any).


/Paul


example.lyx
Description: application/lyx


Re: Beamer numbered table of contents and section title in the footer

2008-08-17 Thread Paul Smith
On Sun, Aug 17, 2008 at 9:04 PM, Paul A. Rubin [EMAIL PROTECTED] wrote:
 Regarding the attached Beamer presentation example, I have two questions:

 1. How can I have a numbered table of contents?

 \setbeamertemplate{sections/subsections in toc}[ball]{} in the preamble.
  Change 'ball' to a different format choice if desired; chanbge
 'sections/subsections' to just sections if you don't want subsection numbers
 included (assuming you have subsections in the first place). See Beamer User
 Guide, section 10.5.

 2. How can I add the section title in the footer, with left-side
 alignment?

 Method 1: \setbeamertemplate{footline}[text line]{\strut\insertsectionhead}
 in the preamble.

 Method 2: Use an outer theme that includes foot lines (or a presentation
 theme that uses an outer them that includes footlines) and either

 (2a) hack the outer theme file or
 (2b) override it in the preamble with something like the above.

 Note that screwing with the contents of the footline may require that you
 also screw with the foreground/background colors (if any).

Thanks, Paul, for your help.

Your example has a side effect: the number of the frame is not shown.
Any solution for this?

Paul


Re: Beamer numbered table of contents and section title in the footer

2008-08-17 Thread Paul A. Rubin

Paul Smith wrote:

Dear All,

Regarding the attached Beamer presentation example, I have two questions:

1. How can I have a numbered table of contents?


\setbeamertemplate{sections/subsections in toc}[ball]{} in the preamble. 
 Change 'ball' to a different format choice if desired; chanbge 
'sections/subsections' to just sections if you don't want subsection 
numbers included (assuming you have subsections in the first place). 
See Beamer User Guide, section 10.5.


2. How can I add the section title in the footer, with left-side alignment?


Method 1: \setbeamertemplate{footline}[text 
line]{\strut\insertsectionhead} in the preamble.


Method 2: Use an outer theme that includes foot lines (or a presentation 
theme that uses an outer them that includes footlines) and either


(2a) hack the outer theme file or
(2b) override it in the preamble with something like the above.

Note that screwing with the contents of the footline may require that 
you also screw with the foreground/background colors (if any).


/Paul


example.lyx
Description: application/lyx


Re: Beamer numbered table of contents and section title in the footer

2008-08-17 Thread Paul Smith
On Sun, Aug 17, 2008 at 9:04 PM, Paul A. Rubin <[EMAIL PROTECTED]> wrote:
>> Regarding the attached Beamer presentation example, I have two questions:
>>
>> 1. How can I have a numbered table of contents?
>
> \setbeamertemplate{sections/subsections in toc}[ball]{} in the preamble.
>  Change 'ball' to a different format choice if desired; chanbge
> 'sections/subsections' to just sections if you don't want subsection numbers
> included (assuming you have subsections in the first place). See Beamer User
> Guide, section 10.5.
>>
>> 2. How can I add the section title in the footer, with left-side
>> alignment?
>
> Method 1: \setbeamertemplate{footline}[text line]{\strut\insertsectionhead}
> in the preamble.
>
> Method 2: Use an outer theme that includes foot lines (or a presentation
> theme that uses an outer them that includes footlines) and either
>
> (2a) hack the outer theme file or
> (2b) override it in the preamble with something like the above.
>
> Note that screwing with the contents of the footline may require that you
> also screw with the foreground/background colors (if any).

Thanks, Paul, for your help.

Your example has a side effect: the number of the frame is not shown.
Any solution for this?

Paul