2023-05-01 09:07:51 +00:00
|
|
|
\documentclass[a4paper,12pt]{article}
|
|
|
|
\usepackage{myXsim}
|
|
|
|
|
|
|
|
% Title Page
|
2023-05-03 05:27:42 +00:00
|
|
|
\title{ DS7 \hfill }
|
2023-05-01 09:07:51 +00:00
|
|
|
\tribe{1ST}
|
|
|
|
\date{3 mai 2023}
|
|
|
|
\duree{1h}
|
|
|
|
|
|
|
|
\DeclareExerciseCollection[step=2]{banque}
|
|
|
|
\xsimsetup{collect}
|
|
|
|
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
Le barème est donné à titre indicatif, il pourra être modifié.
|
|
|
|
|
|
|
|
\input{exercises.tex}
|
|
|
|
\printcollection{banque}
|
|
|
|
\end{document}
|
|
|
|
|
|
|
|
%%% Local Variables:
|
|
|
|
%%% mode: latex
|
|
|
|
%%% TeX-master: "master"
|
|
|
|
%%% End:
|