80 lines
1.5 KiB
TeX
Executable File
80 lines
1.5 KiB
TeX
Executable File
\documentclass[14pt]{classPres}
|
|
\setmainfont{OpenDyslexic}
|
|
\usepackage{pgfplots}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flash}
|
|
\begin{center}
|
|
\vfill
|
|
4e
|
|
\vfill
|
|
30 secondes par calcul
|
|
\vfill
|
|
%\Large{Calculatrice autorisée}
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 1}
|
|
% Aire
|
|
Calculer l'aire de la figure
|
|
\begin{center}
|
|
\begin{tikzpicture}[rotate=0]
|
|
\draw[fill=blue!50]
|
|
(-2,0) -- node[midway, below left]{3cm}
|
|
(-2,-3) --
|
|
(3,-3) --
|
|
cycle;
|
|
\draw (-2, -3) rectangle (-1.8, -2.8);
|
|
\draw[fill=blue!50]
|
|
(-2, -3) --
|
|
(3, -3) -- node[midway, below right]{2cm}
|
|
(3, -5) -- node[midway, below]{7cm}
|
|
(-2, -5) --
|
|
cycle;
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
% Conversions
|
|
Convertir en minutes
|
|
\vfill
|
|
\[
|
|
3,2h
|
|
\]
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
\vfill
|
|
J'achète 3kg de patates pour 10\euro.
|
|
\vfill
|
|
Combien me coûter 2kg de ces patates?
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
% Calcul littéral
|
|
Réduire l'expression suivante
|
|
\vfill
|
|
\[
|
|
3\times(2x + 1)=
|
|
\]
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|