21 lines
338 B
TeX
21 lines
338 B
TeX
|
\documentclass[a4paper,10pt]{article}
|
||
|
\usepackage{myXsim}
|
||
|
|
||
|
\author{Benjamin Bertrand}
|
||
|
\title{Dérivation - exercices}
|
||
|
\date{septembre 2020}
|
||
|
|
||
|
\thispagestyle{empty}
|
||
|
|
||
|
\DeclareExerciseCollection{banque}
|
||
|
\xsimsetup{
|
||
|
step=4,
|
||
|
}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\renewcommand{\arraystretch}{1}
|
||
|
\input{exercises.tex}
|
||
|
\printcollection{banque}
|
||
|
\end{document}
|