Feat: exo piscine version presentation
This commit is contained in:
parent
f3cdde022b
commit
88d075b185
Binary file not shown.
@ -1,18 +1,34 @@
|
|||||||
\documentclass[a4paper,10pt]{article}
|
\documentclass[12pt]{classPres}
|
||||||
\usepackage{myXsim}
|
|
||||||
|
|
||||||
\author{Benjamin Bertrand}
|
\author{Benjamin Bertrand}
|
||||||
\title{Dérivation - Cours}
|
\title{Dérivation - Cours}
|
||||||
\date{août 2020}
|
\date{août 2020}
|
||||||
|
|
||||||
\DeclareExerciseCollection{banque}
|
|
||||||
\xsimsetup{
|
|
||||||
step=1,
|
|
||||||
}
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\input{exercises.tex}
|
\begin{frame}[fragile]
|
||||||
\printcollection{banque}
|
\frametitle{Piscine en terrain triangulaire}
|
||||||
|
\begin{minipage}{0.6\textwidth}
|
||||||
|
On veut construire une piscine rectangle la plus grande possible sur un terrain triangulaire.
|
||||||
|
|
||||||
|
\vspace{1cm}
|
||||||
|
|
||||||
|
Où placer la piscine?
|
||||||
|
|
||||||
|
Quelles seront ses dimensions?
|
||||||
|
\end{minipage}
|
||||||
|
\hfill
|
||||||
|
\begin{minipage}{0.3\textwidth}
|
||||||
|
\includegraphics[scale=0.5]{./fig/maison}
|
||||||
|
|
||||||
|
\begin{tikzpicture}[scale=0.7, transform shape]
|
||||||
|
\draw (0, 0) -- node [midway, above, rotate=90] {5m}
|
||||||
|
(0,3) --
|
||||||
|
(5, 0) -- node [midway, below] {11m} cycle;
|
||||||
|
\end{tikzpicture}
|
||||||
|
\end{minipage}
|
||||||
|
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
BIN
TST/01_Derivation/fig/maison.png
Normal file
BIN
TST/01_Derivation/fig/maison.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
Reference in New Issue
Block a user