25 lines
369 B
TeX
25 lines
369 B
TeX
\documentclass[a4paper,10pt]{article}
|
|
\usepackage{myXsim}
|
|
|
|
\author{Benjamin Bertrand}
|
|
\title{Multiplication nombre relatif - Exercices}
|
|
\date{2021-09-13}
|
|
|
|
\DeclareExerciseCollection[step=1]{banque}
|
|
\xsimsetup{collect}
|
|
|
|
\thispagestyle{empty}
|
|
|
|
|
|
\begin{document}
|
|
\input{exercises.tex}
|
|
|
|
|
|
\foreach \n in {0,...,4}{%
|
|
\printcollection{banque}
|
|
\vfil
|
|
}
|
|
|
|
|
|
\end{document}
|