Skip to content

Commit cefe3e2

Browse files
committed
chapitre markdown manquant
1 parent d17060e commit cefe3e2

22 files changed

+30
-30
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Activités
4040
* Probabilités -- Paradoxe de Parrondo [Activités](proba/proba.pdf)
4141
* Chercher et remplacer [Activités](chercher/chercher.pdf)
4242
* Calculatrice polonaise -- Piles [Activités](piles/piles.pdf)
43-
* Visualiseur de texte -- Markdown [Activités](markdown/markdown.pdf)
43+
* Visualiseur de texte -- Markdown [Activités](markdown/texte_markdown.pdf)
4444
* L-système [Activités](lsysteme/lsysteme.pdf)
4545
* Images dynamiques [Activités](images/images.pdf)
4646
* Jeu de la vie [Activités](vie/vie.pdf)

chercher/chercher.pdf

-18 Bytes
Binary file not shown.

chercher/chercher.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278

279279
{\small
280280
\mycenterline{
281-
\rzero\rzero\rzero\rzero\run\run\rzero\run\run{} $\underset{\mathbf{1}}{\longmapsto}$
281+
\ \rzero\rzero\rzero\rzero\run\run\rzero\run\run{} $\underset{\mathbf{1}}{\longmapsto}$
282282
\rzero\rzero\run\run\rzero\rzero\rzero\run\run{} $\underset{\mathbf{2}}{\longmapsto}$
283283
\run\run\rzero\rzero\rzero\rzero\rzero\run\run{} $\underset{\mathbf{3}}{\longmapsto}$
284284
\run\run\rzero\rzero\rzero\run\run\rzero\rzero{} $\underset{\mathbf{4}}{\longmapsto}$

cover/python_cover4.pdf

-3 Bytes
Binary file not shown.

cover/python_cover4.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
% The cover size
8989
%=======================================================
9090
% Calculate the splin
91-
\def\numPages{264}
91+
\def\numPages{274}
9292
\newlength{\thickCream}\setlength{\thickCream}{0.0025 in}
9393
\newlength{\thickWhite}\setlength{\thickWhite}{0.002252 in}
9494
\newlength{\SpineW}\setlength{\SpineW}{\numPages\thickWhite} % 236*0.0025 = 0.59 (cream), 262*0.002252 = 0.590024 (white)

fonctions/fonctions.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,12 @@
238238
\item \textbf{Devises.}
239239

240240
\begin{enumerate}
241-
\item Écris une fonction \ci{conversion_euros_vers_dollars(montant)} qui dépend d'un paramètre et qui pour une somme d'argent \ci{montant}, exprimée en euros, renvoie sa valeur en dollars (tu prendras par exemple $1$ euro = $1,15$ dollar).
241+
\item Écris une fonction \ci{conversion_euros_vers_dollars(montant)} qui dépend d'un paramètre et qui pour une somme d'argent \ci{montant}, exprimée en euros, renvoie sa valeur en dollars (tu prendras par exemple $1$ euro = $1.15$ dollar).
242242

243243
\item Écris une fonction \ci{conversion_euros(montant,devise)} qui dépend d'un paramètre \ci{montant} et d'une monnaie \ci{devise} et qui convertit la somme \ci{montant} donnée en euros, dans la devise souhaitée.
244244
Exemples de devises :
245-
$1$ euro = $1,15$ dollar ;
246-
$1$ euro = $0,81$ livre ;
245+
$1$ euro = $1.15$ dollar ;
246+
$1$ euro = $0.81$ livre ;
247247
$1$ euro = $130$ yens.
248248
Par exemple \ci{conversion_euros(100,"livre")} renvoie $81$.
249249

fonctions/fonctions_4.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ def test_multiplication(a,b,lang):
7474
question = "Combien vaut le produit a x b ? "
7575
reponse_juste = "Bravo !"
7676
reponse_fausse = "Eh non !"
77-
elif lang == "anglais":
77+
78+
if lang == "anglais":
7879
question = "How much is the product a x b? "
7980
reponse_juste = "Well done!"
8081
reponse_fausse = "It's wrong!"

listes/listes-2.pdf

-3 Bytes
Binary file not shown.

listes/listes-2.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
\item Sortie : un carré magique $C$ de taille $(nm)\times(nm)$.
377377
\end{itemize}
378378

379-
\item Définis le carré $C_{3a}$ en retirant $1$ à tous les éléments de $C_2$. (Utilise la commande \ci{addition(carre2,-1)}.)
379+
\item Définis le carré $C_{3a}$ en retirant $1$ à tous les éléments de $C_2$. (Utilise la commande \ci{addition_carre(carre2,-1)}.)
380380

381381
\item Définis le carré $C_{3b}$ comme l'homothétie du carré $C_{3a}$ de rapport $n$. (Utilise la commande \ci{homothetie(carre3a,n)}.)
382382

livre-python1-print.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ \part{Projets}
9898
\import{piles/}{piles.tex}
9999

100100
% 4 - Markdown
101-
\import{markdown/}{markdown.tex}
101+
\import{markdown/}{texte_markdown.tex}
102102

103103
% 5 - L-systèmes
104104
\import{lsysteme/}{lsysteme.tex}
@@ -154,14 +154,12 @@ \part{Guides}
154154

155155
\import{divers/}{postface_livre_python.tex}
156156

157-
\newpage
158157

159-
~
160158
\vfill
161159
\bigskip
162160
\bigskip
163161

164-
\mycenterline{Version 1.02 -- Avril 2019}
162+
\mycenterline{Version 1.03 -- Avril 2019}
165163

166164

167165

0 commit comments

Comments
 (0)