diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamer.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamer.cls | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamer.cls b/Master/texmf-dist/tex/latex/beamer/beamer.cls index a217c084c7e..70103e4be72 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamer.cls +++ b/Master/texmf-dist/tex/latex/beamer/beamer.cls @@ -1,15 +1,18 @@ +% 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. +% +% See the file doc/licenses/LICENSE for more details. + \RequirePackage{beamerbasercs} -\def\beamer@version{3.06} +\def\beamer@version{3.07} -\ProvidesClassRCS $Header: /cvsroot/latex-beamer/latex-beamer/base/beamer.cls,v 1.67 2005/10/23 16:55:54 tantau Exp $ +\ProvidesClassRCS $Header: /cvsroot/latex-beamer/latex-beamer/base/beamer.cls,v 1.70 2007/03/11 18:50:44 tantau Exp $ [cvs version \beamer@version\space A class for typesetting presentations] -% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net>. -% -% This program can be redistributed and/or modified under the terms -% of the GNU Public License, version 2. - - \RequirePackage{beamerbasemodes} % Setup modes and check for article option @@ -164,8 +167,8 @@ \def\beamer@hypercjk{\hypersetup{CJKbookmarks=true}} \def\beamer@activecjk{ - % Activate all >128 characters. - \count@=128 + % Activate all >=128 characters. + \count@=127 \@whilenum\count@<254 \do{% \advance\count@ by 1 \lccode`\~=\count@ |