2021-10-21 07:23:06 +00:00
|
|
|
\documentclass[a4paper,12pt]{article}
|
|
|
|
\usepackage{myXsim}
|
|
|
|
|
|
|
|
% Title Page
|
2021-10-22 08:27:13 +00:00
|
|
|
\title{ Evaluation \hfill Nom Prénom: \hfill}
|
2021-10-21 07:23:06 +00:00
|
|
|
\tribe{4e}
|
|
|
|
\date{2021-10-22}
|
|
|
|
\duree{}
|
|
|
|
|
|
|
|
\DeclareExerciseCollection[step=1]{banque}
|
|
|
|
\xsimsetup{collect}
|
|
|
|
|
|
|
|
|
|
|
|
\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:
|
|
|
|
|