Files
Louis Gallet 066c2c806e
All checks were successful
Build LaTeX PDF / build (push) Successful in 7m30s
feat: Add email and demo frame
2026-03-11 10:18:05 +01:00

35 lines
713 B
TeX

\documentclass[aspectratio=1610]{beamer}
\usepackage{tikz}
\usetikzlibrary{positioning, arrows.meta}
\usetheme{Madrid}
\usecolortheme{beaver}
\title{Collaborating with Git}
\author[Louis Gallet]{\texorpdfstring{Louis Gallet\newline\url{louis.gallet@epita.fr}}{Louis Gallet}}
\institute{EPITA}
\date{March, 11 2026}
\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/demo-frame.tex}
\input{frame/frame6.tex}
\input{frame/frame7.tex}
\input{frame/demo-frame.tex}
\input{frame/frame8.tex}
\end{document}