changeset 21:904538f81093

Highlight changes in SVN branch example.
author Martin Geisler <mg@lazybytes.net>
date Mon, 17 Aug 2009 14:36:47 +0200
parents 1ce0576d4b0a
children 49196f6f7ede
files mercurial.tex
diffstat 1 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial.tex
+++ b/mercurial.tex
@@ -285,7 +285,8 @@
       trunk/\\
       \quad hello.c\\
       \quad Makefile\\
-      branches/
+      branches/\\
+      tags/
     };
     \node<3->[working copy, below, text width=25mm, label=above:r11]
              (b) at (3.5, 0) {
@@ -293,9 +294,10 @@
       \quad hello.c\\
       \quad Makefile\\
       branches/\\
-      \quad goodbye/\\
-      \qquad hello.c\\
-      \qquad Makefile\\
+      \quad \alert<3>{goodbye/}\\
+      \qquad \alert<3>{hello.c}\\
+      \qquad \alert<3>{Makefile}\\
+      tags/
     };
     \node<4->[working copy, below, text width=30mm, label=above:r12]
              (c) at (7.5, 0) {
@@ -305,8 +307,9 @@
       branches/\\
       \quad goodbye/\\
       \qquad hello.c\\
-      \qquad goodbye.c\\
+      \qquad \alert<4>{goodbye.c}\\
       \qquad Makefile\\
+      tags/
     };
 
     \tikzstyle{s}=[yshift=-5mm]