\documentclass[a4paper,10pt]{classPres} \usepackage{tkz-fct} \author{} \title{} \date{} \begin{document} \begin{frame}{Questions flashs} \begin{center} \huge 30 secondes par calcul \end{center} \end{frame} \begin{frame}{Calcul 1} \huge \begin{eqnarray*} 2 + 3 \times 4 = \end{eqnarray*} \end{frame} \begin{frame}{Calcul 2} \huge Maximum de \[ 3,4 \qquad 3,34 \qquad 3,123 \] \end{frame} \begin{frame}{Calcul 3} \huge Pour ranger 6 chaussures, j'ai besoin de 2 boites. Combien de boites me faut-il pour ranger 60 chaussures? \end{frame} \begin{frame}{Calcul 4} \huge Calculer l'aire du rectangle bleu \begin{center} \begin{tikzpicture} \filldraw[very thick, fill=blue!60] (-2,3) -- (-2,0) -- (3,0) -- (3,3) -- cycle; \filldraw[very thick, fill=green!60] (-4,4) -- (-4,5) node[midway, right] {$1cm^2$} -- (-3,5) -- (-3,4) -- cycle; \draw[step=1] (-4,-1) grid (5,5); \end{tikzpicture} \end{center} \end{frame} \begin{frame}{Fin} \begin{center} \huge On retourne son papier. \end{center} \end{frame} \end{document}