Debut slides pour conf N7 2014
This commit is contained in:
parent
5588449211
commit
40c678274c
1 changed files with 113 additions and 0 deletions
113
ttnn-n7-2014.tex
Normal file
113
ttnn-n7-2014.tex
Normal file
|
@ -0,0 +1,113 @@
|
||||||
|
\documentclass{beamer}
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
\usepackage{lmodern}
|
||||||
|
\usepackage{graphicx}
|
||||||
|
\usepackage[frenchb]{babel}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\usepackage{pgf}
|
||||||
|
%\usepackage{eurosym}
|
||||||
|
%\usepackage{xcolor}
|
||||||
|
|
||||||
|
\usetheme{Rochester}
|
||||||
|
|
||||||
|
\usefoottemplate{
|
||||||
|
\begin{beamercolorbox}[ht=2.25ex,dp=4ex,right,ignorebg]{date in head/foot}
|
||||||
|
\usebeamerfont{date in head/foot}
|
||||||
|
\insertframenumber/\inserttotalframenumber
|
||||||
|
\end{beamercolorbox}
|
||||||
|
}
|
||||||
|
\usenavigationsymbolstemplate{}
|
||||||
|
|
||||||
|
\graphicspath{{../images/}}
|
||||||
|
|
||||||
|
\definecolor{darkblue}{rgb}{0.,0.2,0.375}
|
||||||
|
\hypersetup{
|
||||||
|
colorlinks=true,
|
||||||
|
urlcolor=darkblue,
|
||||||
|
linkcolor=black
|
||||||
|
}
|
||||||
|
|
||||||
|
%\urlstyle{same}
|
||||||
|
|
||||||
|
\definecolor{ttnn1}{rgb}{.695,.645,.551}
|
||||||
|
\definecolor{ttnn2}{rgb}{.906,.839,.730}
|
||||||
|
|
||||||
|
\newcommand{\ttnn}{\Huge\color{ttnn1}{\textbf{teta}}\color{ttnn2}{neutral}\color{ttnn1}{.net}}
|
||||||
|
|
||||||
|
\title{Tetaneutral.net un FAI associatif}
|
||||||
|
\author{Laurent Guerby \& Matthieu Herrb}
|
||||||
|
\institute{\ttnn{}}
|
||||||
|
\date{ENSEEIHT - 21 janvier 2014}
|
||||||
|
|
||||||
|
\newcommand\fig[2]{
|
||||||
|
\centerline{\includegraphics[width=#2]{#1}}}
|
||||||
|
|
||||||
|
\AtBeginSection[]{
|
||||||
|
\begin{frame}<beamer>
|
||||||
|
\frametitle{Agenda}
|
||||||
|
\tableofcontents[currentsection]
|
||||||
|
\end{frame}
|
||||||
|
}
|
||||||
|
\AtBeginSubsection[]{
|
||||||
|
\begin{frame}<beamer>
|
||||||
|
\frametitle{Agenda}
|
||||||
|
\tableofcontents[currentsubsection]
|
||||||
|
\end{frame}
|
||||||
|
}
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\begin{document}
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\begin{frame}[plain]
|
||||||
|
\maketitle
|
||||||
|
\end{frame}
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{Licence}
|
||||||
|
|
||||||
|
\centerline{\includegraphics[width=2cm]{88x31}}
|
||||||
|
\vspace{1em}
|
||||||
|
{\scriptsize
|
||||||
|
Ce document est sous licence \\[1ex]
|
||||||
|
\emph{Creative Commons Paternité - Partage à l'Identique 3.0 non transposé.}\\[10pt]
|
||||||
|
|
||||||
|
Le texte complet de cette licence est disponible à l'adresse~:\\
|
||||||
|
\url{http://creativecommons.org/licenses/by-sa/3.0/}}
|
||||||
|
|
||||||
|
\end{frame}
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\begin{frame}{À propos de l'auteur}
|
||||||
|
\textbf{Matthieu Herrb}
|
||||||
|
|
||||||
|
Ingénieur de Recherche au LAAS du CNRS à Toulouse
|
||||||
|
|
||||||
|
Responsable de la plateforme robotique
|
||||||
|
|
||||||
|
\vspace{1em}
|
||||||
|
Activités dans le logiciel libre en dehors de la robotique :
|
||||||
|
\begin{itemize}
|
||||||
|
\item \href{http://www.openbsd.org/}{OpenBSD}
|
||||||
|
\item \href{http://www.x.org/}{X.Org}
|
||||||
|
\item \href{http://www.tetaneutral.net/}{Tetaneutral.net}
|
||||||
|
\end{itemize}
|
||||||
|
\url{mailto:matthieu@herrb.eu}
|
||||||
|
\end{frame}
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{Agenda}
|
||||||
|
\tableofcontents
|
||||||
|
\end{frame}
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\section{Introduction}
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\section{Fournisseur d'Accès Internet}
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\section{Connexion à l'Internet}
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\section{Accès aux contenus : peering}
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\section{Distribution du réseau aux adhérents}
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\section{Hébergement et services}
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\end{document}
|
Loading…
Add table
Reference in a new issue