29 lines
424 B
TeX
29 lines
424 B
TeX
\documentclass[a4paper,10pt]{article}
|
|
\usepackage{myXsim}
|
|
|
|
\usetikzlibrary{shapes.geometric}
|
|
|
|
\author{${author}}
|
|
\title{${title} - Solutions}
|
|
\tribe{${tribe}}
|
|
\date{${date_short}}
|
|
|
|
\DeclareExerciseCollection{banque}
|
|
\xsimsetup{
|
|
exercise/print=false,
|
|
solution/print=true,
|
|
}
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\input{exercises.tex}
|
|
%\printcollection{banque}
|
|
%\printsolutions{exercises}
|
|
|
|
\end{document}
|