diff options
| author | Stephane Caron <stephane.caron@ens.fr> | 2012-05-04 14:13:33 -0700 |
|---|---|---|
| committer | Stephane Caron <stephane.caron@ens.fr> | 2012-05-04 14:13:33 -0700 |
| commit | 3379692157fbe03905191dc16e0c34dd8b2dcb01 (patch) | |
| tree | 06a2f6e889515b1ad5f353ce26050d70e38d813d /git-workshop/workshop.tex | |
| parent | 9a0ab5908e6250bedb225d1dc13d77556237025b (diff) | |
| download | git_workshop-3379692157fbe03905191dc16e0c34dd8b2dcb01.tar.gz | |
Git Workshop
Diffstat (limited to 'git-workshop/workshop.tex')
| -rw-r--r-- | git-workshop/workshop.tex | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/git-workshop/workshop.tex b/git-workshop/workshop.tex new file mode 100644 index 0000000..910e0d3 --- /dev/null +++ b/git-workshop/workshop.tex @@ -0,0 +1,28 @@ +\documentclass[14pt]{beamer} +\usepackage[utf8x]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{hyperref} +\usepackage{algorithmic} +\usepackage{algorithm} +\usepackage{graphicx} + +\usepackage{helvet} +%\setbeamercovered{transparent} +\usecolortheme{crane} + +\author[SC \& HT]{Stéphane Caron \and Thibaut Horel} +\institute{Technicolor Palo Alto} +\date{\today} +\title{Git Workshop} + +\begin{document} + +\begin{frame} +\titlepage +\end{frame} + +\begin{frame} +... +\end{frame} + +\end{document}
\ No newline at end of file |
