33 lines
567 B
TeX
33 lines
567 B
TeX
\documentclass[aspectratio=1610]{beamer}
|
|
|
|
\usepackage{tikz}
|
|
|
|
\usetikzlibrary{positioning, arrows.meta}
|
|
\usetheme{Madrid}
|
|
\usecolortheme{beaver}
|
|
|
|
\title{Collaborating with Git}
|
|
\author{Louis Gallet}
|
|
\institute{EPITA}
|
|
\date{\today}
|
|
|
|
\begin{document}
|
|
\frame{\titlepage}
|
|
|
|
% frame 1
|
|
|
|
\begin{frame}
|
|
\frametitle{Summary}
|
|
\tableofcontents
|
|
\end{frame}
|
|
|
|
\input{frame/frame1.tex}
|
|
\input{frame/frame2.tex}
|
|
\input{frame/frame3.tex}
|
|
\input{frame/frame4.tex}
|
|
\input{frame/frame5.tex}
|
|
\input{frame/frame6.tex}
|
|
\input{frame/frame7.tex}
|
|
\input{frame/frame8.tex}
|
|
|
|
\end{document} |