%% %% 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}