Skip to content
Snippets Groups Projects
Commit 4e21af48 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

first commit

parents
Branches
No related tags found
No related merge requests found
*.pdf
participants.md
\documentclass[mathserif]{beamer}
\usepackage[utf8]{inputenc} % Encodage des caractères du fichier source
\usepackage[T1]{fontenc} % Encodage des caractères en sortie
\usepackage{textcomp} % Jeu de symboles complémentaires
\usepackage[french, english]{babel} % Support de la langue française
\usepackage{biblatex}
\usepackage{xcolor}
\addbibresource{bibliography.bib}
\usetheme{Boadilla}
\usecolortheme{rose}
\hypersetup{pdfstartview={Fit}}
\useinnertheme{rectangles}
\setbeamertemplate{navigation symbols}{}
\usepackage{textcomp}\usepackage{amsmath,amssymb,amsthm} % Toutes ces extensions proviennent de la classe AMS-LaTeX
\usepackage{mathrsfs} % Pour les polices particulières en mode math (lettre ronde...) : \mathscr ou \mathcal pour les lettres rondes, \mathfrak pour les lettres gothiques
\usepackage{array} % Pour générer des tableaux
\setbeamertemplate{footline}[default]
\usepackage{multirow}
%% symbol in math mode
\newcommand\NN{\mathbb{N}}
\newcommand\ZZ{\mathbb{Z}}
\newcommand\QQ{\mathbb{Q}}
\newcommand\RR{\mathbb{R}}
\newcommand\CC{\mathbb{C}}
\newcommand\EE{\mathbb{E}}
\newcommand\HH{\mathbb{H}}
\newcommand\II{\mathbf{1}}
\newcommand\gts[1]{\og#1\fg}
\newcommand\ab\allowbreak
\newcommand{\deriv}{\mathrm{d}}
\renewcommand{\arraystretch}{1.5}
\newcommand\PP{\mathbb{P}}
\newcommand{\tr}[1]{\ensuremath{#1^{T}}} % transposed notation
\newcommand{\trr}[1]{\ensuremath{#1^{\, T}}}
\newcommand{\mb}[1]{\ensuremath{\mathbf{#1}}} % bold letter in math
\newcommand{\mbg}[1]{\ensuremath{\boldsymbol{#1}}} % bold symbol in math
\newcommand\argmax{\text{argmax}}
\newcommand\argmin{\text{argmin}}
\newcommand\Var{\text{Var}}
\newcommand\Cov{\text{Cov}}
\newcommand\like{\mathcal{L}}
\newcommand\Poi{\mathscr{P}}
\newcommand\Gam{\Gamma}
\newcommand\multin{\mathcal{M}}
\newcommand\NB{\mathcal{NB}}
\newcommand\bern{\mathcal{B}}
\newcommand\msum{{\textstyle\sum}}
\newcommand\mprod{{\textstyle\prod}}
\newcommand\id{\text{Id}}
\newcommand\rank{\text{rank}}
\newcommand\prox{\text{Prox}}
\newcommand\sgn{\text{sgn}}
\newcommand\KL{\text{KL}}
\newcommand\msc{\scriptsize}
\newcommand\cond{\text{---}}
\newcommand\logit{\text{logit}}
\newenvironment{changemargin}[2]{%
\begin{list}{}{%
\setlength{\topsep}{0pt}%
\setlength{\leftmargin}{#1}%
\setlength{\rightmargin}{#2}%
\setlength{\listparindent}{\parindent}%
\setlength{\itemindent}{\parindent}%
\setlength{\parsep}{\parskip}%
}%
\item[]}{\end{list}}
\AtBeginSection[]
{
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents[currentsection]
\end{frame}
}
\input{header.tex}
\title[git basis]{git basis}
\subtitle{learning to code with git alone or in a collaboration}
\author[laurent.modolo@ens-lyon.fr]{Laurent Modolo$^{1}$}
\institute[]{$^{1}$LBMC UMR 5239 -- CNRS/ENS Lyon}
\date[21 July 2017]{21 July 2017}
\subject{learning to code with git alone or in a collaboration}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\frame{\titlepage}
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{VSC}
\begin{frame}
\frametitle{}
\end{frame}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment