2021-08-23 05:40:35 +00:00
|
|
|
\documentclass[a4paper,10pt]{article}
|
|
|
|
\usepackage{myXsim}
|
|
|
|
|
2021-08-23 17:48:16 +00:00
|
|
|
\author{${author}}
|
2021-08-27 08:31:15 +00:00
|
|
|
\title{${title} - Exercices}
|
2021-08-23 17:48:16 +00:00
|
|
|
\date{${date}}
|
2021-08-23 05:40:35 +00:00
|
|
|
|
2021-08-27 08:31:15 +00:00
|
|
|
\DeclareExerciseCollection[step=1]{banque}
|
|
|
|
\xsimsetup{collect}
|
2021-08-23 05:40:35 +00:00
|
|
|
|
|
|
|
|
2021-08-27 08:31:15 +00:00
|
|
|
\begin{document}
|
2021-08-23 05:40:35 +00:00
|
|
|
\input{exercises.tex}
|
2021-08-27 08:31:15 +00:00
|
|
|
|
2021-08-23 05:40:35 +00:00
|
|
|
\printcollection{banque}
|
|
|
|
|
|
|
|
\end{document}
|