Files
epita-sys-collaborating-wit…/main.tex
Louis Gallet 891775bc1d
Some checks failed
Build LaTeX PDF / build (push) Has been cancelled
feat: Finish presentation
2026-03-06 16:17:53 +01:00

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}