summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/11-4-19.ltxb
blob: d269beb85700a4fd5ab1a181f831d09b837b44ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
%% 
%%  The LaTeX Graphics Companion, 2ed (first printing May 2007)
%% 
%%  Example 11-4-19 on page 773.
%% 
%%  Copyright (C) 2007 Michel Goossens, Frank Mittelbach, Denis Roegel, Sebastian Rahtz, Herbert Vo\ss 
%% 
%%  It may be distributed and/or modified under the conditions
%%  of the LaTeX Project Public License, either version 1.3
%%  of this license or (at your option) any later version.
%% 
%%  See http://www.latex-project.org/lppl.txt for details.
%% 

% Show page(s) 12

\documentclass{ttctbeamer}
% graphic converted to gray in book

\StartShownPreambleCommands
\documentclass[xcolor=table]{beamer}
\usetheme{Malmoe}
\useoutertheme[width=42pt,left]{sidebar}
\usecolortheme{dove}
\setbeamertemplate{footline}{}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{sidebar left}{%
  \vspace*{\fill}
  \scalebox{1}[2]{\insertslidenavigationsymbol}
  \scalebox{1}[2]{\insertframenavigationsymbol}
}
\newcommand\bfrm[1]
           {\textbf{\textrm{\textcolor{white}{#1}}}}
\StopShownPreambleCommands

\begin{document}
\section{Uncover a table rowwise}
\begin{frame}
  \frametitle{Uncover rows and columns in tables}
\empty
  \framesubtitle{Using the \texttt{\textbackslash pause} macro}
  \rowcolors[]{1}{blue!40}{blue!10}
  \begin{tabular}{>{\ttfamily}l|>{\ttfamily}ll}
    \rowcolor{gray}\bfrm{package} & \bfrm{date} & \bfrm{function}\\
    pstricks.tex & 2004 & basic package                   \pause\\
    pst-3d.tex   & 1999 & basic three dimensional macros  \pause\\
    pst-char.tex & 1999 & character manipulation          \pause\\
    pst-coil.tex & 1999 & coils and zig zags              \pause\\
    pst-eps.tex  & 1999 & EPS export                      \pause\\
    pst-fill.tex & 2004 & filling and tiling              \pause\\
    pst-grad.tex & 2004 & color gradients                 \pause\\
    pst-xkey.tex  & 2005 & key setting                    \pause\\
    pst-node.tex & 2001 & nodes and connections           \pause\\
    pst-plot.tex & 2000 & plotting data and math functions\pause\\
    pst-text.tex & 1999 & text manipulations              \pause\\
    pst-tree.tex & 2004 & trees
  \end{tabular}
\end{frame}
\end{document}