Search found 2 matches

by kliput
Sun Nov 15, 2009 1:26 pm
Forum: Document Classes
Topic: [Beamer] Custom headline in split outer theme
Replies: 2
Views: 4561

Re: [Beamer] Custom headline in split outer theme

Thank You very much! It works.

Also, I've tried to move whole style definitions to another file in my working directory (ex. "beamerthememystyle.sty"), and it works too, without code You wrote. Strange... but earlier I've used /useoutertheme in my theme file, maybe there was a problem.
by kliput
Sat Nov 14, 2009 10:14 pm
Forum: Document Classes
Topic: [Beamer] Custom headline in split outer theme
Replies: 2
Views: 4561

[Beamer] Custom headline in split outer theme

Hello!

I want to make some changes in headline navigation (sections and subsections navigation) in split theme. I've tried to add this to my document to override default style:

\setbeamertemplate{headline}
{%
\leavevmode%
\@tempdimb=2.4375ex%
\@beamer@sectionmax=2
\@beamer@subsectionmax=2 ...