2022-03-29 07:40:33 +00:00
|
|
|
\documentclass[a4paper,12pt]{article}
|
|
|
|
\usepackage{myXsim}
|
|
|
|
|
|
|
|
\author{Benjamin Bertrand}
|
|
|
|
\title{Tableur et calcul litteral - Plan de travail}
|
|
|
|
\tribe{4e}
|
|
|
|
\date{mars 2022}
|
|
|
|
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
|
|
|
\DeclareExerciseCollection{banque}
|
|
|
|
\xsimsetup{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
% Résumé
|
|
|
|
|
|
|
|
\bigskip
|
|
|
|
|
2022-03-29 09:52:20 +00:00
|
|
|
\section{Utiliser une formule}
|
2022-03-29 07:40:33 +00:00
|
|
|
|
2022-03-29 09:52:20 +00:00
|
|
|
\listsectionexercises
|
2022-03-29 07:40:33 +00:00
|
|
|
|
2022-03-29 09:52:20 +00:00
|
|
|
\section{Construire une formule}
|
2022-03-29 07:40:33 +00:00
|
|
|
|
2022-03-29 09:52:20 +00:00
|
|
|
\listsectionexercises
|
2022-03-29 07:40:33 +00:00
|
|
|
|
2022-03-29 09:52:20 +00:00
|
|
|
\section{Automatiser le un calcul}
|
2022-03-29 07:40:33 +00:00
|
|
|
|
|
|
|
\listsectionexercises
|
|
|
|
|
2022-03-29 09:52:20 +00:00
|
|
|
\section{Tache complexe}
|
2022-03-29 07:40:33 +00:00
|
|
|
|
2022-03-29 09:52:20 +00:00
|
|
|
\listsectionexercises
|
|
|
|
|
|
|
|
\bigskip
|
|
|
|
\hline
|
|
|
|
\bigskip
|
2022-03-29 07:40:33 +00:00
|
|
|
|
|
|
|
\input{exercises.tex}
|
|
|
|
\printcollection{banque}
|
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|