blob: ae243f1911a9b3bf7cc4310558d63acef195cf02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/inner/beamerinnerthemerectangles.sty,v 1.3 2004/10/07 20:53:09 tantau Exp $
% 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.
\mode<presentation>
\setbeamertemplate{sections/subsections in toc}[square]
\setbeamertemplate{items}[square]
\mode<all>
%%% Local Variables:
%%% TeX-master: "~/texmf/tex/latex/beamer/test/test.tex"
%%% End:
|