CM pour toutes les classes

This commit is contained in:
2018-05-28 09:25:32 +03:00
parent e1e39eee6f
commit d21d10515b
21 changed files with 577 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,59 @@
\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
Réduire l'expression.
\[
2x(3x+1) =
\]
\end{frame}
\begin{frame}{Calcul 2}
\LARGE
\paragraph{Vrai ou faux?}
~\\ Un carré est un parallélogramme.
\end{frame}
\begin{frame}{Calcul 3}
\LARGE
Calculer le volume.
\begin{center}
\begin{tikzpicture}
\pic {annotated cuboid={width=2, height=3, depth=6, scale=1, units=m}};
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
\huge
\begin{itemize}
\item Une robe coûte 20\euro.
\item Son prix augmente de 50\%.
\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}

Binary file not shown.

View File

@@ -0,0 +1,58 @@
\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
Réduire l'expression.
\[
3x(5x - 1) =
\]
\end{frame}
\begin{frame}{Calcul 2}
\LARGE
\paragraph{Vrai ou faux?}
~\\
Un losange est un quadrilatère.
\end{frame}
\begin{frame}{Calcul 3}
\LARGE
Calculer le volume.
\begin{center}
\begin{tikzpicture}
\pic {annotated cuboid={width=4, height=1, depth=6, scale=1, units=m}};
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
\huge
\begin{itemize}
\item Une robe coûte 30\euro.
\item Son prix augmente 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}

Binary file not shown.

View File

@@ -0,0 +1,66 @@
\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
Réduire l'expression.
\[
2x(6x + 7) =
\]
\end{frame}
\begin{frame}{Calcul 2}
\LARGE
\paragraph{Vrai ou faux?}
~\\
Un rectangle est un losange.
\end{frame}
\begin{frame}{Calcul 3}
\LARGE
Calculer le volume de la pièce
\vfill
\begin{minipage}{0.4\linewidth}
Plan de la pièce
\begin{tikzpicture}
\draw (0,0) -- node[midway, left] {3m} (0, 2)
-- node[midway, above] {4m} (3, 2) -- (3, 0) -- cycle;
\end{tikzpicture}
\end{minipage}
\hfill
\begin{minipage}{0.4\linewidth}
Hauteur de la pièce: 3m
\end{minipage}
\vfill
\end{frame}
\begin{frame}{Calcul 4}
\huge
\begin{itemize}
\item Une robe coûte 30\euro.
\item Son prix diminue de 20\%.
\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}

Binary file not shown.

View File

@@ -0,0 +1,58 @@
\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
Réduire l'expression.
\[
2x(5x + 10) =
\]
\end{frame}
\begin{frame}{Calcul 2}
\LARGE
\paragraph{Vrai ou faux?}
~\\
Le rectangle est un quadrilatère.
\end{frame}
\begin{frame}{Calcul 3}
\LARGE
Calculer le volume.
\begin{center}
\begin{tikzpicture}
\pic {annotated cuboid={width=5, height=1, depth=9, scale=0.7, units=m}};
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
\huge
\begin{itemize}
\item Une robe coûte 40\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}