Compare commits

..

2 Commits

Author SHA1 Message Date
5b83cc7614 Feat: Init chapitre Information chiffré pour les 2nd
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-24 20:26:14 +02:00
295f55d918 Fix: gestion des espaces dans le script new_sequence 2021-08-24 17:23:56 +02:00
6 changed files with 69 additions and 4 deletions

View File

@ -0,0 +1,14 @@
\documentclass[a4paper,10pt]{article}
\usepackage{myXsim}
\author{Benjamin Bertrand}
\title{Information chiffree 1 - Cours}
\date{2021-08-24}
\pagestyle{empty}
\begin{document}
\maketitle
\end{document}

View File

@ -0,0 +1,18 @@
\documentclass[a4paper,10pt]{article}
\usepackage{myXsim}
\author{Benjamin Bertrand}
\title{Information chiffree 1 - Cours}
\date{2021-08-24}
\DeclareExerciseCollection{banque}
\xsimsetup{
step=1,
}
\begin{document}
\input{exercises.tex}
\printcollection{banque}
\end{document}

View File

@ -0,0 +1,10 @@
\collectexercises{banque}
\begin{exercise}[subtitle={<++>}, step={1}, origin={<++>}, topics={ Information chiffree 1 }, tags={ Proportion, Taux d'évolution. }]
<++>
\end{exercise}
\begin{solution}
<++>
\end{solution}
\collectexercisesstop{banque}

View File

@ -0,0 +1,12 @@
Information chiffree 1
######################
:date: 2021-08-24
:modified: 2021-08-24
:authors: Benjamin Bertrand
:tags: Proportion, Taux d'évolution.
:category: 2nd
:summary: Proportion, Proportion de proprtion et taux d'évolution pour les 2nd.
Étape 1:
========

View File

@ -1,10 +1,21 @@
Secondes
########
Seconde
#######
:date: 2021-08-23
:modified: 2021-08-23
:modified: 2021-08-24
:authors: Bertrand Benjamin
:category: 2nd
:tags: Progression
:summary: Organisation de l'année pour les 2nd
L'ensemble de ce qui est fait pour ce niveau est préparer à quatre mains avec Camille Crespeau.
Progression
===========
Période 1
---------
- `Information chiffrée 1 <./01_Information_chiffree_1>`_: proportion, proportion de proportion et taux d'évolution.

View File

@ -69,7 +69,7 @@ tags=$(dialog \
exec 3>&-
sequence_path=$tribe/$(printf "%02d" $next_seq_number)_$title/
sequence_path=$tribe/$(printf "%02d" $next_seq_number)_${title// /_}/
mkdir -p $sequence_path
export title=$title