Feat: import rustique de truc sympa
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
7
4e/14_equation/exercises.tex
Normal file
7
4e/14_equation/exercises.tex
Normal file
@@ -0,0 +1,7 @@
|
||||
\begin{exercise}[subtitle={<++>}, step={1}, origin={<++>}, topics={ equation }, tags={ équation }]
|
||||
<++>
|
||||
\end{exercise}
|
||||
|
||||
\begin{solution}
|
||||
<++>
|
||||
\end{solution}
|
||||
12
4e/14_equation/index.rst
Normal file
12
4e/14_equation/index.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
equation
|
||||
########
|
||||
|
||||
:date: 2022-03-29
|
||||
:modified: 2022-03-29
|
||||
:authors: Benjamin Bertrand
|
||||
:tags: Équation
|
||||
:category: 4e
|
||||
:summary: Résolution d'équations
|
||||
|
||||
Étape 1:
|
||||
========
|
||||
BIN
4e/14_equation/pb_equation_inconnue_2_cotes.odt
Normal file
BIN
4e/14_equation/pb_equation_inconnue_2_cotes.odt
Normal file
Binary file not shown.
BIN
4e/14_equation/pb_equation_inconnue_2_cotes.pdf
Normal file
BIN
4e/14_equation/pb_equation_inconnue_2_cotes.pdf
Normal file
Binary file not shown.
BIN
4e/14_equation/pb_equation_inconnue_dun_cote.odt
Normal file
BIN
4e/14_equation/pb_equation_inconnue_dun_cote.odt
Normal file
Binary file not shown.
BIN
4e/14_equation/pb_equation_inconnue_dun_cote.pdf
Normal file
BIN
4e/14_equation/pb_equation_inconnue_dun_cote.pdf
Normal file
Binary file not shown.
44
4e/14_equation/plan_de_travail.tex
Normal file
44
4e/14_equation/plan_de_travail.tex
Normal file
@@ -0,0 +1,44 @@
|
||||
\documentclass[a4paper,12pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\author{Benjamin Bertrand}
|
||||
\title{equation - Plan de travail}
|
||||
\tribe{4e}
|
||||
\date{mars 2022}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\DeclareExerciseCollection{banque}
|
||||
\xsimsetup{
|
||||
}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
% Résumé
|
||||
|
||||
\bigskip
|
||||
|
||||
Savoir-faire de la séquence
|
||||
\begin{itemize}
|
||||
\item
|
||||
\end{itemize}
|
||||
|
||||
\bigskip
|
||||
|
||||
Ordre des étapes à respecter
|
||||
|
||||
|
||||
\section{}
|
||||
|
||||
\listsectionexercises
|
||||
|
||||
|
||||
\pagebreak
|
||||
|
||||
\input{exercises.tex}
|
||||
\printcollection{banque}
|
||||
|
||||
|
||||
\end{document}
|
||||
28
4e/14_equation/solutions.tex
Normal file
28
4e/14_equation/solutions.tex
Normal file
@@ -0,0 +1,28 @@
|
||||
\documentclass[a4paper,10pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\usetikzlibrary{shapes.geometric}
|
||||
|
||||
\author{Benjamin Bertrand}
|
||||
\title{equation - Solutions}
|
||||
\tribe{4e}
|
||||
\date{mars 2022}
|
||||
|
||||
\DeclareExerciseCollection{banque}
|
||||
\xsimsetup{
|
||||
exercise/print=false,
|
||||
solution/print=true,
|
||||
}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\input{exercises.tex}
|
||||
%\printcollection{banque}
|
||||
%\printsolutions{exercises}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user