Thanks a ton for this .sty
A minor bug:
\title{Preliminary Results from the \\ Super Project}
adds a comma to the slide footer (also, using \newline instead carries over a line break to the footer).
See here, for a solution.
In this line, just replace \inserttitle with \insertshorttitle and you'll then be able to use
\title[Preliminary Results from the Super Project]{Preliminary Results from the \\ Super Project}
or
\title[Preliminary Results from the Super Project]{Preliminary Results from the \newline Super Project}
Thanks a ton for this .sty
A minor bug:
\title{Preliminary Results from the \\ Super Project}adds a comma to the slide footer (also, using
\newlineinstead carries over a line break to the footer).See here, for a solution.
In this line, just replace
\inserttitlewith\insertshorttitleand you'll then be able to use\title[Preliminary Results from the Super Project]{Preliminary Results from the \\ Super Project}or
\title[Preliminary Results from the Super Project]{Preliminary Results from the \newline Super Project}