60 lines
956 B
TeX
60 lines
956 B
TeX
\documentclass[a4paper,10pt]{article}
|
|
\usepackage{myXsim}
|
|
|
|
|
|
\title{Nombre dérivé - Tache complexe}
|
|
\tribe{1ST}
|
|
\date{Février 2020}
|
|
\pagestyle{empty}
|
|
|
|
\newcommand{\enclos}[1]{%
|
|
Dans son garage, Jean a trouvé #1m de grillage. \\
|
|
Il décide de l'utiliser pour faire un enclos rectangulaire. Afin d'obtenir un enclos encore plus grand, il veut utiliser le mur du jardin qui formera un côté. Le grillage formera les 3 autres.
|
|
|
|
\begin{center}
|
|
\includegraphics[scale=0.8]{./fig/enclos}
|
|
\end{center}
|
|
|
|
Comment placer les poteaux pour avoir un enclos le plus grand possible?
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\enclos{33}
|
|
\vfill
|
|
\enclos{30}
|
|
\vfill
|
|
\enclos{27}
|
|
\vfill
|
|
\enclos{25}
|
|
|
|
\pagebreak
|
|
|
|
\enclos{23}
|
|
\vfill
|
|
\enclos{21}
|
|
\vfill
|
|
\enclos{19}
|
|
\vfill
|
|
\enclos{17}
|
|
\vfill
|
|
|
|
\pagebreak
|
|
|
|
\enclos{15}
|
|
\vfill
|
|
\enclos{13}
|
|
\vfill
|
|
\enclos{11}
|
|
\vfill
|
|
\enclos{9}
|
|
\vfill
|
|
|
|
\end{document}
|
|
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: "master"
|
|
%%% End:
|
|
|