2021-08-24 18:26:14 +00:00
|
|
|
\documentclass[a4paper,10pt]{article}
|
|
|
|
\usepackage{myXsim}
|
|
|
|
|
|
|
|
\author{Benjamin Bertrand}
|
2021-08-25 06:19:09 +00:00
|
|
|
\title{Introduction Probabilites - Cours}
|
|
|
|
\date{2021-08-25}
|
2021-08-24 18:26:14 +00:00
|
|
|
|
2021-11-01 11:10:01 +00:00
|
|
|
\DeclareExerciseCollection[step=1]{banque}
|
2021-08-24 18:26:14 +00:00
|
|
|
\xsimsetup{
|
2021-11-01 11:10:01 +00:00
|
|
|
collect,
|
2021-08-24 18:26:14 +00:00
|
|
|
}
|
|
|
|
|
2021-11-01 09:41:21 +00:00
|
|
|
\pagestyle{empty}
|
|
|
|
|
2021-08-24 18:26:14 +00:00
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\input{exercises.tex}
|
2021-11-01 09:41:21 +00:00
|
|
|
|
|
|
|
\printcollection{banque}
|
|
|
|
\vfill
|
2021-08-24 18:26:14 +00:00
|
|
|
\printcollection{banque}
|
2021-11-01 09:41:21 +00:00
|
|
|
\vfill
|
2021-08-24 18:26:14 +00:00
|
|
|
|
|
|
|
\end{document}
|