2021-09-06 06:01:51 +00:00
|
|
|
\documentclass[a4paper,10pt]{article}
|
|
|
|
\usepackage{myXsim}
|
|
|
|
|
|
|
|
\author{Benjamin Bertrand}
|
|
|
|
\title{Dérivation - exercices}
|
2021-09-07 09:40:48 +00:00
|
|
|
\date{septembre 2021}
|
2021-09-06 06:01:51 +00:00
|
|
|
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
2021-09-07 09:40:48 +00:00
|
|
|
\DeclareExerciseCollection[step=3]{banque}
|
2021-09-06 06:01:51 +00:00
|
|
|
\xsimsetup{
|
2021-09-07 09:40:48 +00:00
|
|
|
collect,
|
|
|
|
exercise/the-counter=3
|
2021-09-06 06:01:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\input{exercises.tex}
|
|
|
|
\vfill
|
|
|
|
\printcollection{banque}
|
|
|
|
\vfill
|
|
|
|
\printcollection{banque}
|
|
|
|
\vfill
|
|
|
|
|
|
|
|
\end{document}
|