30 lines
443 B
TeX
30 lines
443 B
TeX
|
\documentclass[a4paper,10pt]{article}
|
||
|
\usepackage{myXsim}
|
||
|
|
||
|
\usetikzlibrary{shapes.geometric}
|
||
|
|
||
|
\author{Benjamin Bertrand}
|
||
|
\title{Fractions et opérations - Solutions}
|
||
|
\tribe{4e}
|
||
|
\date{Novembre 2021}
|
||
|
|
||
|
\DeclareExerciseCollection{banque}
|
||
|
\xsimsetup{
|
||
|
exercise/print=false,
|
||
|
solution/print=true,
|
||
|
|
||
|
}
|
||
|
|
||
|
\pagestyle{empty}
|
||
|
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\maketitle
|
||
|
|
||
|
\input{exercises.tex}
|
||
|
%\printcollection{banque}
|
||
|
%\printsolutions{exercises}
|
||
|
|
||
|
\end{document}
|