changeset 163:4a5453cf9220

Split off wrapping up slides.
author Martin Geisler <mg@aragost.com>
date Tue, 27 Apr 2010 09:24:28 +0200
parents fbe690ea485f
children ada895ad2741
files links.tex mercurial.tex nutshell.tex thank-you.tex
diffstat 4 files changed, 43 insertions(+), 42 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/links.tex
@@ -0,0 +1,16 @@
+\begin{frame}{More Information}
+  \begin{itemize}
+  \item Mercurial homepage:\\
+    \curl{http://mercurial.selenic.com/}
+  \item \textsl{Mercurial: The Definitive Guide}:\\
+    \curl{http://hgbook.red-bean.com/}
+  \item Getting Started:\\
+    \curl{http://mercurial.ch/}\\
+    \curl{http://hginit.com/}
+  \item Some free Mercurial hosting sites:\\
+    \curl{http://bitbucket.org/}\\
+    \curl{http://code.google.com/} \\
+    \curl{http://sourceforge.net/}\\
+    \curl{http://www.codeplex.com/} (Microsoft)
+  \end{itemize}
+\end{frame}
--- a/mercurial.tex
+++ b/mercurial.tex
@@ -176,48 +176,9 @@
 
 \section{Wrapping Up}
 
-\begin{frame}{Mercurial in a Nutshell}
-  Mercurial changes the way you develop:
-  \begin{itemize}
-  \item simple yet strong model for \alert{both} branching and merging
-  \item power tool instead of necessary evil
-  \item light-weight and snappy
-  \end{itemize}
-\end{frame}
-
-\begin{frame}{More Information}
-  \begin{itemize}
-  \item Mercurial homepage:\\
-    \curl{http://mercurial.selenic.com/}
-  \item \textsl{Mercurial: The Definitive Guide}:\\
-    \curl{http://hgbook.red-bean.com/}
-  \item Getting Started:\\
-    \curl{http://mercurial.ch/}\\
-    \curl{http://hginit.com/}
-  \item Some free Mercurial hosting sites:\\
-    \curl{http://bitbucket.org/}\\
-    \curl{http://code.google.com/} \\
-    \curl{http://sourceforge.net/}\\
-    \curl{http://www.codeplex.com/} (Microsoft)
-  \end{itemize}
-\end{frame}
-
-\begin{frame}{Contact}
-  Please get in touch if you have more questions or have considered
-  using Mercurial in your organization:
-  \begin{itemize}
-  \item Email: \curl{mg@aragost.com}
-  \item IRC: \curl{mg} in \curl{\#mercurial} on \curl{irc.freenode.net}
-  \end{itemize}
-
-  \vfill
-
-  \begin{center}
-    \begin{tikzpicture}
-      \node<2>[font=\Huge\bfseries, orange!50!red] {Thank you!};
-    \end{tikzpicture}
-  \end{center}
-\end{frame}
+\include{nutshell}
+\include{links}
+\include{thank-you}
 
 % Send mail
 
new file mode 100644
--- /dev/null
+++ b/nutshell.tex
@@ -0,0 +1,8 @@
+\begin{frame}{Mercurial in a Nutshell}
+  Mercurial changes the way you develop:
+  \begin{itemize}
+  \item simple yet strong model for \alert{both} branching and merging
+  \item power tool instead of necessary evil
+  \item light-weight and snappy
+  \end{itemize}
+\end{frame}
new file mode 100644
--- /dev/null
+++ b/thank-you.tex
@@ -0,0 +1,16 @@
+\begin{frame}{Contact}
+  Please get in touch if you have more questions or have considered
+  using Mercurial in your organization:
+  \begin{itemize}
+  \item Email: \curl{mg@aragost.com}
+  \item IRC: \curl{mg} in \curl{\#mercurial} on \curl{irc.freenode.net}
+  \end{itemize}
+
+  \vfill
+
+  \begin{center}
+    \begin{tikzpicture}
+      \node<2>[font=\Huge\bfseries, orange!50!red] {Thank you!};
+    \end{tikzpicture}
+  \end{center}
+\end{frame}