% adapted by ule from beamerthemedefault \mode \usefonttheme{default} \usecolortheme{UleMMP} \useinnertheme{default} \useoutertheme{Ule} %no navigation click symbols on bottom of page: \setbeamertemplate{navigation symbols}{} % if frames are broken over several slides, what happens to the title: % i would like to get ``from second'' running, but it does not work or % i don' t know how. as a compromize, i redefine the default roman % number by an arabic number with parantheses: % originally was set in file beamerbaseframesize.sty: %\renewcommand\insertcontinuationcount{\the\beamer@autobreakcount} %\renewcommand\insertcontinuationcountroman{(\@arabic\beamer@autobreakcount)} %\renewcommand\insertcontinuationtext{(cont.)} % continuation by foot: first slide nothing, next slides numbers in % parantheses: \usepackage{ifthen} \renewcommand\insertcontinuationcountroman{% \ifthenelse{\beamer@autobreakcount=1}{%do nothing }{% (\@arabic\beamer@autobreakcount)}} % define a few colors: \definecolor{ulesred}{rgb}{0.7,0,0} \newcommand{\ulesred}{\color{ulesred}} \newcommand{\black}{\color{black}} \newcommand{\red}{\color{red}} \newcommand{\green}{\color{green}} \newcommand{\blue}{\color{blue}} % todo in future: might generate a nice style as my ppt style by using % rotatebox (or so) in the margin. gunnar used it, it also works in % pdf. \mode