view contributors.tex @ 355:4563d83d06e8

Less shift on the shadow
author Martin Geisler <mg@aragost.com>
date Wed, 20 Jun 2012 17:41:37 +0200
parents 8c01774c3c60
children
line wrap: on
line source

\begin{frame}{Mercurial Contributors}
  From \url{http://ohloh.net/p/mercurial/map}:
  \begin{center}
    \begin{tikzpicture}
      \node (map) {\includegraphics[height=7cm]{contributors}};
      \tikzstyle{every node}=[font=\Huge\bfseries]
      \node<2>[black, shift={(0.8pt, -0.8pt)}] {Thank you!};
      \node<2>[orange!50!red] {Thank you!};
    \end{tikzpicture}
  \end{center}
\end{frame}