\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 Développer puis réduire. \[ -2x(3x - 6) = \] \end{frame} \begin{frame}{Calcul 2} \huge Calculer l'aire de la figure \begin{center} \begin{tikzpicture}[scale=2, very thick] \draw (0, 0) -- (1, 0) node [midway, above] {10cm}; \draw (0, 0) circle (1); \end{tikzpicture} \end{center} \end{frame} \begin{frame}{Calcul 3} \huge A quel type de fonction ce graphique correspond-il? \normalsize \begin{tikzpicture}[scale=1, very thick] \tkzInit[xmin=-5,xmax=5,ymin=-2,ymax=2] \tkzGrid \tkzAxeXY \tkzFct[color=red]{-0.3*x+0.5} \end{tikzpicture} \end{frame} \begin{frame}{Calcul 4} \huge \begin{itemize} \item Une robe coûte 20\euro. \item Son prix diminue de 10\%. \end{itemize} Quel est son nouveau prix? \end{frame} \begin{frame}{Fin} \begin{center} \huge On retourne son papier. \end{center} \end{frame} \end{document}