\documentclass[a4paper,10pt]{classPres} \usetikzlibrary{snakes} \author{} \title{} \date{} \begin{document} \begin{frame}{Calcul mental} \begin{center} \huge 30 secondes par calcul \end{center} \end{frame} \begin{frame}{Calcul 1} \huge \[ 34 \times 7 = \] \end{frame} \begin{frame}{Calcul 2} \huge L'angle est-il obtus, droit ou aigus? \begin{center} \begin{tikzpicture} \draw[very thick] (0, 3) -- (0, 0) -- (5, 0); \end{tikzpicture} \end{center} \end{frame} \begin{frame}{Calcul 3} \LARGE Compléter la valeur manquante \begin{center} \begin{tabular}{|c|*{2}{p{2cm}|}} \hline Nombre de bonbons & 1 & 5 \\ \hline Prix & 4 & ... \\ \hline \end{tabular} \end{center} \end{frame} \begin{frame}{Calcul 4} \huge Calculer l'aire de la figure \begin{center} \begin{tikzpicture} \filldraw[very thick, fill=blue!60] (2,2) -- node[midway, sloped, above]{3cm} (2,-1) -- node[midway, below]{3cm} (0,-1) -- (0,0) -- (-1,0) -- node[midway, rotate=-90, below]{2cm} (-1,2) -- node[midway, above]{3cm} cycle; \draw[dotted, very thick] (0,-1) -- (-1, -1) -- (-1, 0); \end{tikzpicture} \end{center} \end{frame} \begin{frame}{Fin} \begin{center} \huge On retourne son papier. \end{center} \end{frame} \end{document}