\documentclass[a4paper,10pt]{classPres} \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 \begin{eqnarray*} 24 = ... \times 5 + 9 \end{eqnarray*} \end{frame} \begin{frame}{Calcul 2} \huge Calculer avec la formule quand $a = 6$ \[ F = a^2 + 1 \] \end{frame} \begin{frame}{Calcul 3} \huge RĂ©duire l'expression \[ F = 4\times 3x + 4\times 5 + 6x \] \end{frame} \begin{frame}{Calcul 4} \huge Calculer l'aire de la figure \begin{center} \begin{tikzpicture} \filldraw[very thick, fill=blue!60] (-2,3) -- node[midway, sloped, below]{3cm} (-2,0) -- node[midway, below]{4cm} (3,0) -- cycle; \end{tikzpicture} \end{center} \end{frame} \begin{frame}{Fin} \begin{center} \huge On retourne son papier. \end{center} \end{frame} \end{document}