2023-04-07 04:31:38 +00:00
|
|
|
\documentclass[a4paper,10pt]{article}
|
|
|
|
\usepackage{myXsim}
|
|
|
|
\usepackage{minted}
|
2023-04-06 09:47:26 +00:00
|
|
|
|
2023-04-07 04:31:38 +00:00
|
|
|
\author{Benjamin Bertrand}
|
|
|
|
\title{Problèmes ouverts}
|
|
|
|
\date{Avril 2023}
|
2023-04-06 09:47:26 +00:00
|
|
|
|
2023-04-07 04:31:38 +00:00
|
|
|
\DeclareExerciseCollection[step=1]{banque}
|
|
|
|
\xsimsetup{collect}
|
2023-04-06 09:47:26 +00:00
|
|
|
|
2023-04-07 04:31:38 +00:00
|
|
|
\pagestyle{empty}
|
2023-04-06 09:47:26 +00:00
|
|
|
|
|
|
|
|
2023-04-07 04:31:38 +00:00
|
|
|
\begin{document}
|
|
|
|
\input{exercises.tex}
|
2023-04-06 09:47:26 +00:00
|
|
|
|
2023-04-07 04:31:38 +00:00
|
|
|
\printcollection{banque}
|
|
|
|
\vfill
|
|
|
|
\printcollection{banque}
|
2023-04-06 09:47:26 +00:00
|
|
|
|
|
|
|
\end{document}
|