21 lines
296 B
TeX
21 lines
296 B
TeX
|
\documentclass[a4paper,10pt]{article}
|
||
|
\usepackage{myXsim}
|
||
|
|
||
|
\author{Benjamin Bertrand}
|
||
|
\title{QCM et espérance}
|
||
|
\date{novembre 2020}
|
||
|
|
||
|
\DeclareExerciseCollection{banque}
|
||
|
\xsimsetup{
|
||
|
step=1,
|
||
|
}
|
||
|
|
||
|
\pagestyle{empty}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\input{exercises.tex}
|
||
|
\printcollection{banque}
|
||
|
|
||
|
\end{document}
|