changeset 310:204c79c56c8e

The overlay picture takes up space... so avoid putting it mid-page
author Martin Geisler <mg@aragost.com>
date Wed, 08 Jun 2011 23:12:27 +0200
parents 992c6ce1029b
children 093a6fc8a608
files why-distributed.tex
diffstat 1 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/why-distributed.tex
+++ b/why-distributed.tex
@@ -1,9 +1,16 @@
 \begin{frame}{Why Distributed?}
+  Distributed revision control gives you:
+  \begin{itemize}
+  \item offline commits
+  \item rich set of fast local operations
+  \item great flexibility
+  \end{itemize}
+
   \begin{tikzpicture}[overlay, remember picture]
     \tikzstyle{every node}=[repository, minimum height=8mm, text width=6mm]
     \tikzstyle{every path}=[<->, short]
 
-    \begin{scope}[shift={(9cm, -18mm)}]
+    \begin{scope}[shift={(9cm, 1cm)}]
       \node (a) at ( 90:1) {};
       \node (b) at (210:1) {};
       \node (c) at (-30:1) {};
@@ -13,11 +20,7 @@
     \draw (c) -- (a);
   \end{tikzpicture}
 
-  Distributed revision control gives you:
-  \begin{itemize}
-  \item offline commits
-  \item rich set of fast local operations
-  \end{itemize}
+  \pause
 
   Derived effects:
   \begin{itemize}