2022-08-28 07:51:08 +00:00
|
|
|
\documentclass[a4paper,10pt]{article}
|
|
|
|
\usepackage{myXsim}
|
|
|
|
|
|
|
|
\author{Benjamin Bertrand}
|
|
|
|
\title{Dérivation - exercices}
|
|
|
|
\date{septembre 2022}
|
|
|
|
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
|
|
|
\DeclareExerciseCollection[step=3]{banque}
|
|
|
|
\xsimsetup{
|
|
|
|
collect,
|
2022-08-30 16:33:12 +00:00
|
|
|
exercise/the-counter=3,
|
|
|
|
exercise/name=Activité,
|
2022-08-28 07:51:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\input{exercises.tex}
|
|
|
|
\vfill
|
|
|
|
\printcollection{banque}
|
|
|
|
\vfill
|
|
|
|
\printcollection{banque}
|
|
|
|
\vfill
|
|
|
|
|
|
|
|
\end{document}
|