\documentclass[a4paper,10pt]{classPres} \usepackage{tkz-fct} \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*} 9 \times ... + 6 = 51 \end{eqnarray*} \end{frame} \begin{frame}{Calcul 2} \LARGE Compléter la valeur manquante \begin{center} \begin{tabular}{|c|*{2}{p{2cm}|}} \hline Nombre de bonbons & 5 & 10 \\ \hline Prix & 30 & ... \\ \hline \end{tabular} \end{center} \end{frame} \begin{frame}{Calcul 3} \huge Dans la boite à bonbons, il y a \begin{itemize} \item 1 bonbons bleu \item 6 bonbons vert \item 8 bonbons jaune \end{itemize} Quelle est la probabilité de choisir un bonbon pas bleu? \end{frame} \begin{frame}{Calcul 4} \LARGE Est-ce une situation de proportionnalité? \normalsize \begin{tikzpicture}[scale=1.5] \tkzInit[xmax=5,xstep=1, ymax=3,ystep=1] \tkzAxeX[right] \tkzAxeY[above] \tkzGrid \draw [very thick] (0,0) -- (3.3,3.3); \end{tikzpicture} \end{frame} \begin{frame}{Fin} \begin{center} \huge On retourne son papier. \end{center} \end{frame} \end{document}