2020-08-24 12:32:34 +00:00
|
|
|
\documentclass[a4paper,10pt]{article}
|
2020-09-07 13:20:56 +00:00
|
|
|
\usepackage{myXsim}
|
2020-08-24 12:32:34 +00:00
|
|
|
|
|
|
|
\author{Benjamin Bertrand}
|
2020-09-07 13:20:56 +00:00
|
|
|
\title{Modélisation suite - Exercices}
|
|
|
|
\date{août 2020}
|
2020-08-24 12:32:34 +00:00
|
|
|
|
|
|
|
\DeclareExerciseCollection{banque}
|
|
|
|
\xsimsetup{
|
|
|
|
step=1,
|
|
|
|
}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\input{exercises.tex}
|
|
|
|
\printcollection{banque}
|
2020-09-08 08:08:15 +00:00
|
|
|
\vfill
|
|
|
|
\printcollection{banque}
|
|
|
|
\vfill
|
2020-08-24 12:32:34 +00:00
|
|
|
|
2020-09-07 13:20:56 +00:00
|
|
|
\end{document}
|