2021-09-20 07:54:31 +00:00
|
|
|
\documentclass[a4paper, 12pt]{article}
|
|
|
|
\usepackage{myXsim}
|
|
|
|
|
|
|
|
\author{Benjamin Bertrand}
|
|
|
|
\title{Multiplication nombre relatif - Exercices}
|
|
|
|
\date{2021-09-13}
|
|
|
|
|
|
|
|
\DeclareExerciseCollection[step=4]{banque}
|
|
|
|
\xsimsetup{collect}
|
|
|
|
|
|
|
|
\thispagestyle{empty}
|
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\setcounter{exercise}{5}
|
|
|
|
\input{exercises.tex}
|
|
|
|
|
2021-09-28 09:45:27 +00:00
|
|
|
\printcollection{banque}
|
2021-09-20 07:54:31 +00:00
|
|
|
|
|
|
|
\end{document}
|