Bertrand Benjamin
e0729fb3a4
All checks were successful
continuous-integration/drone/push Build is passing
34 lines
587 B
TeX
34 lines
587 B
TeX
\documentclass[a4paper,12pt]{article}
|
|
\usepackage{myXsim}
|
|
\usepackage{pgfplots}
|
|
\pgfplotsset{compat = newest}
|
|
\usepgfplotslibrary{external}
|
|
\tikzexternalize
|
|
|
|
% Title Page
|
|
\title{ DS 4 \hfill }
|
|
\tribe{2nd}
|
|
\date{Vendredi 10 décembre}
|
|
\duree{1h}
|
|
|
|
\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}
|
|
\clearpage
|
|
\printsolutionstype{exercise}
|
|
\end{document}
|
|
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: "master"
|
|
%%% End:
|
|
|