diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-12 23:14:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-12 23:14:02 +0000 |
commit | b5b3eefc8fb0473726a865efb286b15f48809537 (patch) | |
tree | 1dbb66ccb50f0c47926c6edb02f7b355519c20b3 /Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer9.tex | |
parent | 2a37d3018353834123c45066ee3ea6a4e11a46f1 (diff) |
math-into-latex-4
git-svn-id: svn://tug.org/texlive/trunk@42933 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer9.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer9.tex | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer9.tex b/Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer9.tex new file mode 100644 index 00000000000..fe4d5e770ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/math-into-latex-4/babybeamer9.tex @@ -0,0 +1,38 @@ +% babybeamer9 presentation + +\documentclass{beamer} + +\begin{document} +\setbeamercolor{normal text}{bg=yellow!15} + +\begin{frame} +\frametitle{Colors} + +\begin{columns}[t] + \begin{column}{2in} +{\color{red}Is it true that there is no new result +on the Congruence Lattice Characterization Problem?} + \end{column} + \begin{column}{2in} +{\color{green}F. Wehrung found a distributive +algebraic lattice that cannot be represented +as the congruence lattice of a lattice.} + \end{column} +\end{columns} +\end{frame} + +\setbeamercolor{normal text}{bg=green!15} + +\begin{frame} +\frametitle{Colors fading out} + +We introduce our guests: +\begin{itemize} +\item {\color{red}R. Padmanabhan} +\item {\color{red!60!white}Brian Davey} +\item {\color{red!40!white}Harry Lakser} +\item {\color{red!20!white}Dick Koch} +\end{itemize} +\end{frame} +\end{document} + |