2020-09-24 09:07:31 +00:00
|
|
|
\documentclass[a4paper,10pt]{article}
|
|
|
|
\usepackage{myXsim}
|
|
|
|
|
|
|
|
\author{Benjamin Bertrand}
|
|
|
|
\title{Dérivation - exercices}
|
|
|
|
\date{septembre 2020}
|
|
|
|
|
2020-09-28 10:58:03 +00:00
|
|
|
\thispagestyle{empty}
|
2020-09-24 09:07:31 +00:00
|
|
|
|
|
|
|
\DeclareExerciseCollection{banque}
|
|
|
|
\xsimsetup{
|
|
|
|
step=3,
|
|
|
|
}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\input{exercises.tex}
|
2020-09-28 10:58:03 +00:00
|
|
|
\vfill
|
2020-09-24 09:07:31 +00:00
|
|
|
\printcollection{banque}
|
2020-09-28 10:58:03 +00:00
|
|
|
\vfill
|
|
|
|
\printcollection{banque}
|
|
|
|
\vfill
|
2020-09-24 09:07:31 +00:00
|
|
|
|
|
|
|
\end{document}
|