The use of
Code: Select all
\usetheme{AnnArbor}
Code: Select all
\usecolortheme{beaver}
Code: Select all
\useinnertheme{rounded}
Can someone please give me a hint of where I can change apropriate settings!?
/Mikael
Code: Select all
\usetheme{AnnArbor}
Code: Select all
\usecolortheme{beaver}
Code: Select all
\useinnertheme{rounded}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
\setbeamercolor{item projected}{bg=red}
\setbeamercolor{subitem projected}{bg=green}
Code: Select all
\def\beamer@usesphere#1#2{%
\hbox{\usebeamercolor{#1}\normalsize\pgfuseshading{#2}}}
...
\defbeamertemplate{itemize item}{ball}{\raise0.2pt\beamer@usesphere{item projected}{bigsphere}}
enumerate
labels I saw there.Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis