32 lines
543 B
TeX
32 lines
543 B
TeX
|
\documentclass[a4paper,12pt]{article}
|
||
|
\usepackage{myXsim}
|
||
|
\usepackage{pgfplots}
|
||
|
\usetikzlibrary{decorations.markings}
|
||
|
\pgfplotsset{compat=1.18}
|
||
|
|
||
|
% Title Page
|
||
|
\title{ DS2 \hfill }
|
||
|
\tribe{1ST}
|
||
|
\date{28 novembre 2022}
|
||
|
\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:
|