Skip to content

Commit a2458c1

Browse files
committed
Add outline slide
With the number of topics being covered, it is good practice to have an overview of what is to come.
1 parent a5d6427 commit a2458c1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

understanding-git.tex

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
\usepackage{xcolor}
99
\usepackage{xcolor-solarized}
1010
\usepackage{soul}
11+
\usepackage{multicol}
1112

1213
\usetheme{Antibes}
1314
\usecolortheme{dolphin}
@@ -130,6 +131,13 @@ \section{Introduction}
130131
\defaultrepo
131132
\end{frame}
132133

134+
\begin{frame}
135+
\frametitle{Outline}
136+
\begin{multicols}{2}
137+
\tableofcontents
138+
\end{multicols}
139+
\end{frame}
140+
133141
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
134142
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
135143
\section{Commits}

0 commit comments

Comments
 (0)