\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 \[ 7 \times \ldots = 42 \] \end{frame} \begin{frame}{Calcul 2} \huge Convertir en km \[ 32m \] \end{frame} \begin{frame}{Calcul 3} \huge La longueur et le prix sont proportionnels. \\ Calculer le prix manquant. \begin{center} \begin{tabular}{|c|c|c|c|} \hline Longueur (en m) & 6 & 5 & 12 \\ \hline Prix (en \$) & 9 & 7,5 & \ldots \\ \hline \end{tabular} \end{center} \end{frame} \begin{frame}{Calcul 4} \LARGE Calculer l'aire de la figure bleu \begin{center} \begin{tikzpicture} \filldraw[ultra thick, fill=gray!60, |-|] (-5,4) -- (-4,4) node[midway, below]{$1m$}; \filldraw[very thick, fill=blue!60] (3,4) -- (-1,1) -- (3,1) -- cycle; \draw[step=1] (-5,0) 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}