71 lines
1.6 KiB
TeX
71 lines
1.6 KiB
TeX
|
%%presentation
|
||
|
\documentclass{beamer}
|
||
|
\usepackage{beamerthemetree}
|
||
|
%%impression
|
||
|
%\documentclass[a4paper,9pt]{extarticle}
|
||
|
%\usepackage{beamerarticle}
|
||
|
%%
|
||
|
|
||
|
% class FR
|
||
|
\usepackage[T1]{fontenc}
|
||
|
\usepackage[utf8]{inputenc}
|
||
|
\usepackage[frenchb]{babel}
|
||
|
|
||
|
% image
|
||
|
\usepackage{graphicx}
|
||
|
|
||
|
\usecolortheme{crane}
|
||
|
\beamertemplatetransparentcovered
|
||
|
|
||
|
% le logo
|
||
|
%\logo{\includegraphics[height=1cm]{ban.png}}
|
||
|
|
||
|
\title{Formation EOLE}
|
||
|
\subtitle{Tronc commun 2}
|
||
|
|
||
|
\author{GARETTE Emmanuel}
|
||
|
\institute{Cadoles}
|
||
|
\date{\today}
|
||
|
|
||
|
\begin{document}
|
||
|
\frame{\titlepage}
|
||
|
|
||
|
\section{Personnalisation Créole}
|
||
|
\begin{frame}{Plan}
|
||
|
\begin{columns}[t]
|
||
|
\begin{column}{5cm}
|
||
|
\tableofcontents[sections={1-6},currentsection, hideothersubsections]
|
||
|
\end{column}
|
||
|
\begin{column}{5cm}
|
||
|
\tableofcontents[sections={7-12},currentsection,hideothersubsections]
|
||
|
\end{column}
|
||
|
\end{columns}
|
||
|
\end{frame}
|
||
|
\include{tronc-commun-2/01-personnalisation-creole}
|
||
|
\section{Zéphir}
|
||
|
\begin{frame}{Plan}
|
||
|
\begin{columns}[t]
|
||
|
\begin{column}{5cm}
|
||
|
\tableofcontents[sections={1-6},currentsection, hideothersubsections]
|
||
|
\end{column}
|
||
|
\begin{column}{5cm}
|
||
|
\tableofcontents[sections={7-12},currentsection,hideothersubsections]
|
||
|
\end{column}
|
||
|
\end{columns}
|
||
|
\end{frame}
|
||
|
\include{tronc-commun-2/02-zephir}
|
||
|
\section{Script Zéphir}
|
||
|
\begin{frame}{Plan}
|
||
|
\begin{columns}[t]
|
||
|
\begin{column}{5cm}
|
||
|
\tableofcontents[sections={1-6},currentsection, hideothersubsections]
|
||
|
\end{column}
|
||
|
\begin{column}{5cm}
|
||
|
\tableofcontents[sections={7-12},currentsection,hideothersubsections]
|
||
|
\end{column}
|
||
|
\end{columns}
|
||
|
\end{frame}
|
||
|
\include{tronc-commun-2/03-zephir\_script}
|
||
|
|
||
|
\end{document}
|