32 lines
532 B
TeX
32 lines
532 B
TeX
\documentclass[a4paper,12pt]{article}
|
|
\usepackage{myXsim}
|
|
\usepackage{pgfplots}
|
|
\usetikzlibrary{decorations.markings}
|
|
\pgfplotsset{compat=1.18}
|
|
|
|
\usetikzlibrary{shapes.geometric}
|
|
|
|
\author{Benjamin Bertrand}
|
|
\title{Nombre dérivé et tangente - Solutions}
|
|
\tribe{1ST}
|
|
\date{novembre 2022}
|
|
|
|
\DeclareExerciseCollection{banque}
|
|
\xsimsetup{
|
|
exercise/print=false,
|
|
solution/print=true,
|
|
}
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\input{exercises.tex}
|
|
%\printcollection{banque}
|
|
%\printsolutions{exercises}
|
|
|
|
\end{document}
|