\documentclass[14pt]{classPres} \usepackage{tkz-fct} \usepackage{fancybox} \author{} \title{} \date{} \begin{document} \begin{frame}{Questions flash} \begin{center} \vfill 4e \vfill 30 secondes par calcul \vfill \tiny \jobname \end{center} \end{frame} \begin{frame}{Calcul 1} % Fraction Quelle fraction représente la partie grisée de la figure? \begin{center} \includegraphics[scale=0.5]{./fig/2sur3} \includegraphics[scale=0.5]{./fig/2sur3} \end{center} \end{frame} \begin{frame}{Calcul 2} % Calculs relatifs Calculer la quantité suivante \[ -2 + 2 + (-3) + (-1) = \] \end{frame} \begin{frame}[fragile]{Calcul 3} % géométrie Calculer l'aire du triangle bleu \begin{center} \begin{tikzpicture}[rotate=-40] \draw[fill=blue] (-2,3) -- node[midway, above left]{3cm} (-2,0) -- node[midway, below left]{10cm} (3,0) -- cycle; \end{tikzpicture} \end{center} \end{frame} \begin{frame}{Calcul 4} Est-ce un tableau de proportionnalité? \begin{center} \begin{tabular}{|c|c|c|} \hline Longueur & 4 & 36 \\ \hline Poids & 6 & 54 \\ \hline \end{tabular} \end{center} \end{frame} \begin{frame}{Fin} \begin{center} On retourne son papier. \end{center} \end{frame} \end{document}