Skip to content
Snippets Groups Projects
gitconnect.tex 873 B
\documentclass{IutSlideBeamerNew}

\title{Git}
\subtitle{Gestion des dépôts distants}
\date{Mars 2020}

\AtBeginSubsection[]
{
%  \beamertemplateshadingbackground{monbleu}{white}
  \frame<beamer>
  {
    \frametitle{Sommaire}
    \tableofcontents[currentsection,currentsubsection]
  }
%  \beamertemplatesolidbackgroundcolor{white}
}

\usepackage{gitcommon}

\begin{document}

\frame{\titlepage}

%======================================================================

%\frame{\frametitle{Sommaire}\tableofcontents[part=1]}
\frame{\frametitle{Sommaire}\tableofcontents}

%======================================================================

%\part{En route}

%======================================================================

\input{ssh}
%\input{redmineiut}
\input{github}

%======================================================================

\end{document}