2021-08-31 08:55:49 +00:00
|
|
|
\documentclass[a4paper,10pt]{article}
|
|
|
|
\usepackage{myXsim}
|
2021-09-14 13:45:18 +00:00
|
|
|
\usepackage{pgfplots}
|
|
|
|
\pgfplotsset{compat = newest}
|
|
|
|
\usepgfplotslibrary{external}
|
|
|
|
\tikzexternalize
|
|
|
|
|
2021-08-31 08:55:49 +00:00
|
|
|
|
|
|
|
\author{Benjamin Bertrand}
|
|
|
|
\title{Fonctions et graphiques - Cours}
|
|
|
|
\date{Septembre 2021}
|
|
|
|
|
|
|
|
\DeclareExerciseCollection[step=4]{banque}
|
|
|
|
\xsimsetup{collect}
|
|
|
|
|
2021-09-14 13:45:18 +00:00
|
|
|
\thispagestyle{empty}
|
|
|
|
|
2021-08-31 08:55:49 +00:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\input{exercises.tex}
|
2021-09-01 06:17:19 +00:00
|
|
|
|
|
|
|
\setcounter{exercise}{3}
|
|
|
|
|
2021-08-31 08:55:49 +00:00
|
|
|
\printcollection{banque}
|
|
|
|
\vfill
|
|
|
|
|
2021-09-14 13:45:18 +00:00
|
|
|
\printcollection{banque}
|
|
|
|
\vfill
|
|
|
|
|
2021-08-31 08:55:49 +00:00
|
|
|
\end{document}
|