\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 \[ 6 \times \ldots = 54 \] \end{frame} \begin{frame}{Calcul 2} \huge Convertir en mm \[ 32m \] \end{frame} \begin{frame}{Calcul 3} \huge La masse et le prix sont proportionnels. Calculer le prix manquant. \begin{center} \begin{tabular}{|c|c|c|c|} \hline Masse (en kg) & 5 & 2 & 7 \\ \hline Prix (en \$) & 2 & 0.8 & \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[very thick, fill=gray!60] (-5,5) -- (-5,4) -- (-4,4) node[below]{$1cm^2$} -- (-4,5) -- cycle; \filldraw[very thick, fill=blue!60] (-1,4) -- (-1,0) -- (4,0) -- cycle; \draw[step=1] (-5,-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}