ich hätte ne frage zu folgendem code:
\documentclass{beamer} \mode<presentation> { \useinnertheme{rounded} \useoutertheme{infolines} \usecolortheme{whale} \usecolortheme{orchid} \setbeamercovered{transparent} } \usepackage[ngerman]{babel} \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage[utf8]{inputenc} \begin{document} \begin{frame} Überschrift 1: \begin{itemize} \item<2-> Überschrift 2: \begin{itemize} \item<2-> test hallo test hallo test hallo test hallo 1 \item<2-> test hallo test hallo test hallo test hallo 1 \end{itemize} \item<3-> test hallo test hallo test hallo test hallo 2 \item<4-> Überschrift 3: \begin{itemize} \item<4-> test hallo test hallo test hallo test hallo 3 \item<4-> test hallo test hallo test hallo test hallo 3 \end{itemize} \item<5> test hallo test hallo test hallo test hallo 4 \end{itemize} \end{frame} \end{document}
LG,
Dimitri