diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty index ea28f028dd9..64105e3a4ef 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty @@ -1,9 +1,13 @@ -\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/base/beamerbasecompatibility.sty,v 1.60 2005/01/25 20:28:27 tantau Exp $ - -% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net>. +% Copyright 2007 by Till Tantau +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. % -% This program can be redistributed and/or modified under the terms -% of the GNU Public License, version 2. +% See the file doc/licenses/LICENSE for more details. + +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/base/beamerbasecompatibility.sty,v 1.63 2007/01/28 20:48:20 tantau Exp $ \mode<presentation> @@ -249,7 +253,9 @@ \def\usetitlepagetemplate{\setbeamertemplate{title page}} \def\usepartpagetemplate{\setbeamertemplate{part page}} -\def\useframetitletemplate{\setbeamertemplate{frametitle}} +\mode +<all> +{\def\useframetitletemplate{\setbeamertemplate{frametitle}}} \def\useitemizeitemtemplate{\setbeamertemplate{itemize item}} \def\usesubitemizeitemtemplate{\setbeamertemplate{itemize subitem}} \def\usesubsubitemizeitemtemplate{\setbeamertemplate{itemize subsubitem}} @@ -336,7 +342,7 @@ \setbeamertemplate{proof end}{#2}} \def\useqedsymboltemplate{\setbeamertemplate{qed symbol}} \newcommand{\BeispielInline}[1]{{\usebeamercolor[fg]{example text}Beispiel: \ignorespaces#1}} -\newcommand{\ExampleInline}[1]{{\usebeamercolor[fg]{example text}Example: \ignorespaces#1}} +\newcommand{\ExampleInline}[1]{{\usebeamercolor[fg]{example text}\translate{Example}: \ignorespaces#1}} \def\usenavigationsymbolstemplate{\setbeamertemplate{navigation symbols}} \def\insertnavigationsymbols{\usebeamertemplate***{navigation symbols}} \def\beamersetaveragebackground#1{\setbeamercolor{normal text}{bg=#1}} |