\documentclass[14pt]{classPres} \usepackage{tkz-fct} \author{} \title{} \date{} \begin{document} \begin{frame}{Questions flashs} \begin{center} \vfill Terminale ES-L \vfill Un peu moins d'une minute par calcul \vfill \tiny \jobname \end{center} \end{frame} \begin{frame}{Calcul 1} Factoriser \[ (2x+1)e^{-0.1x} + 2e^{-0.1x} = \] \end{frame} \begin{frame}{Calcul 2} Résoudre \[ e^{2x+1} \leq e^{x} \] \end{frame} \begin{frame}{Calcul 3} Compléter le tableau de signe pour la fonction \[ f(x) = 6x^2 + x - 1 \] \begin{center} \begin{tikzpicture}[baseline=(a.north)] \tkzTabInit[lgt=2,espcl=2]{$x$/1,$f(x)$/1}{$-\infty$, $-0.5$, $\frac{1}{3}$, $+\infty$} \tkzTabLine{, \ldots , z, \ldots, z, \ldots , } \end{tikzpicture} \end{center} \end{frame} \begin{frame}[fragile]{Calcul 4} \begin{algorithm}[H] \SetAlgoLined $u \leftarrow 2$ \; \Pour{$n$ de 1 à 3}{ $u \leftarrow u*10+1$ \; } \end{algorithm} Combien vaut $u$ à la fin de cet algorithme? \end{frame} \begin{frame}{Fin} \begin{center} On retourne son papier. \end{center} \end{frame} \end{document}