2020-08-14 13:06:30 +00:00
|
|
|
\documentclass[a4paper,10pt]{article}
|
2020-08-25 07:50:12 +00:00
|
|
|
\usepackage{myXsim}
|
2020-08-14 13:06:30 +00:00
|
|
|
|
|
|
|
\author{\Var{ author }}
|
|
|
|
\title{\Var{title} - Cours}
|
2020-08-25 07:48:20 +00:00
|
|
|
\date{\Var{date.strftime("%B %Y")}}
|
2020-08-14 13:06:30 +00:00
|
|
|
|
|
|
|
\DeclareExerciseCollection{banque}
|
|
|
|
\xsimsetup{
|
|
|
|
step=1,
|
|
|
|
}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\input{exercises.tex}
|
|
|
|
\printcollection{banque}
|
|
|
|
|
|
|
|
\end{document}
|