Kann Mir jemand erklären, warum der ":" nach dem Theoremname nicht erscheint?
Verstehs iwie nicht...
Kann man es egtl hinbekommen, dass Latex einen Satz, Beweis etc., der länger (vertikal) als ne Folie ist, automatisch auf ne neue Folie umbricht?
Vielen Dank schonmal im Voraus.

LG,
Dimitri
\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} \usepackage{amsmath,amsthm} \newtheoremstyle{mytheorem} % Name {}% Space above {}% Space below {\upshape}% Body font {}% Indent amount (empty = no indent, \parindent = para indent) {}% Thm head font {:}% Punctuation after thm head {.5em}% Space after thm head: " " = normal interword space; \newline = linebreak {}% Thm head spec (can be left empty, meaning `normal') \theoremstyle{mytheorem} \newtheorem{satz}{Satz} \begin{document} \begin{frame} \begin{satz}[test] test1 \end{satz} \end{frame} \end{document}