2022-07-25 14:25:38 +00:00
|
|
|
\documentclass[a4paper,10pt]{article}
|
|
|
|
\usepackage{myXsim}
|
|
|
|
|
|
|
|
\author{${author}}
|
|
|
|
\title{${title} - Exercices}
|
2022-08-21 07:46:04 +00:00
|
|
|
\date{${date_short}}
|
2022-07-25 14:25:38 +00:00
|
|
|
|
|
|
|
\DeclareExerciseCollection[step=1]{banque}
|
|
|
|
\xsimsetup{collect}
|
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\input{exercises.tex}
|
|
|
|
|
|
|
|
\printcollection{banque}
|
|
|
|
|
|
|
|
\end{document}
|