2020-08-27 09:15:35 +00:00
|
|
|
\documentclass[a4paper,10pt]{article}
|
|
|
|
\usepackage{myXsim}
|
|
|
|
|
|
|
|
\author{Benjamin Bertrand}
|
|
|
|
\title{Biodiversité et évolution - Cours}
|
|
|
|
\date{août 2020}
|
|
|
|
|
|
|
|
\DeclareExerciseCollection{banque}
|
|
|
|
\xsimsetup{
|
2020-10-30 10:11:14 +00:00
|
|
|
step=2,
|
2020-08-27 09:15:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\input{exercises.tex}
|
|
|
|
\printcollection{banque}
|
|
|
|
|
2020-10-30 10:11:14 +00:00
|
|
|
\end{document}
|