Slight Changes to Boadilla Theme in Beamer Class
Yihui Xie / 2007-10-19
Boadilla
is a quite plain theme in beamer class; I like plain styles, but I also want a headline in the top indicating the sections so that I can know where I am when I’m giving a speech. Thus I gave some slight changes to this plain theme: the default
headline has been replaced with infolines
, while the definition of the outer theme infolines
has also been modified as I don’t have any subsections.
The original headline:
\[email protected]\else\setbeamertemplate{headline}[default]\fi
The modified version:
\if[email protected]\else\setbeamertemplate{headline}[infolines]\fi
You may visit the post Jokes in Statistics to see the effects of my modifications.