\documentclass[12pt]{classPres} \usepackage{tkz-fct} \author{} \title{} \date{} \begin{document} \begin{frame}{Questions flashs} \begin{center} \vfill Terminale ST \vfill 30 secondes par calcul \vfill \tiny \jobname \end{center} \end{frame} \begin{frame}{Calcul 1} \vfill \begin{tabular}{|*{4}{c|}} \hline Section/regime & Interne & Externe & Total \\ \hline 1ST & 10 & 15 & 25 \\ \hline 1G & 14 & 17 & 31 \\ \hline Total & 24 & 32 & 56 \\ \hline \end{tabular} \vfill Quelle est la proportion d'élèves en 1ST et externes parmi ces premières? \vfill \end{frame} \begin{frame}{Calcul 2} Multiplier par 0.6 revient à augmenter/diminuer de .... \%. \end{frame} \begin{frame}{Calcul 3} \vfill Résoudre l'inéquation suivante \vfill \[ 4 + 3x < 4 \] \vfill \end{frame} \begin{frame}{Calcul 4} Courbe représentative de $f$ \begin{tikzpicture}[xscale=0.8, yscale=0.5] \tkzInit[xmin=-5,xmax=5,xstep=1, ymin=-5,ymax=5,ystep=1] \tkzGrid \tkzAxeXY \tkzFct[domain = -5:5,color=red,very thick]% {x**2-4}; \end{tikzpicture} Quelles sont les solutions de l'équation $f(x) \geq 0$? \end{frame} \begin{frame}{Fin} \begin{center} On retourne son papier. \end{center} \end{frame} \end{document}