We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d6427 commit a2458c1Copy full SHA for a2458c1
understanding-git.tex
@@ -8,6 +8,7 @@
8
\usepackage{xcolor}
9
\usepackage{xcolor-solarized}
10
\usepackage{soul}
11
+\usepackage{multicol}
12
13
\usetheme{Antibes}
14
\usecolortheme{dolphin}
@@ -130,6 +131,13 @@ \section{Introduction}
130
131
\defaultrepo
132
\end{frame}
133
134
+\begin{frame}
135
+ \frametitle{Outline}
136
+ \begin{multicols}{2}
137
+ \tableofcontents
138
+ \end{multicols}
139
+\end{frame}
140
+
141
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
142
143
\section{Commits}
0 commit comments