From 6b36bc3fdb3da0ade15e6c57580f8ae6b4d29245 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Wed, 16 Nov 2011 13:59:03 +0100 Subject: [PATCH] regeneration --- content/html/en/blog/SVG-and-m4-fractals.md | 5 +++-- content/html/fr/blog/SVG-and-m4-fractals.md | 1 + output/Scratch/en/blog/SVG-and-m4-fractals/index.html | 7 ++++--- output/Scratch/fr/blog/SVG-and-m4-fractals/index.html | 3 ++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/content/html/en/blog/SVG-and-m4-fractals.md b/content/html/en/blog/SVG-and-m4-fractals.md index 8417cd939..929450693 100644 --- a/content/html/en/blog/SVG-and-m4-fractals.md +++ b/content/html/en/blog/SVG-and-m4-fractals.md @@ -200,14 +200,15 @@ Once fixed, we should now simply copy and repeat for each new level. Now it is time to talk about where the magic occurs: `YTRANSCOMPLETE`. This macro takes two arguments. The current depth and the preceding one. -It duplicate using the three transformations the preceding level. +It duplicates using the three transformations the preceding level. - At level 0 there is only one λ, - at level 1 there is 3 λ, -- at level 2 ther is 9 λ +- at level 2 there is 9 λ - etc... At the final 5th level there is 35=243 λ. +All level combined have 36-1 / 2 = 364 λ. I could preview the final result easily. Without the macro system, I would have to make 5 copy/paste + modifications for each try. diff --git a/content/html/fr/blog/SVG-and-m4-fractals.md b/content/html/fr/blog/SVG-and-m4-fractals.md index 116740d43..3f8fc3677 100644 --- a/content/html/fr/blog/SVG-and-m4-fractals.md +++ b/content/html/fr/blog/SVG-and-m4-fractals.md @@ -207,6 +207,7 @@ Le niveau courant et le niveau précédent. Cette macro va dupliquer le niveau précédent en lui appliquant chacune des 3 transformations. Au niveau 0, le contenu est un seul grand λ, le niveau 1 en contient 3. Le niveau 2 en contient 9, etc... Le niveau 5 contient 35=243 λ. +Tous les niveaux combinés représentent 36-1 / 2 = 364 λ. L'avantage principal c'est que je pouvais visualiser le résultat final facilement. Sans ce système de macro, pour faire une preview il m'aurait fallu faire des copier/coller + quelques modifications à chaque essai. diff --git a/output/Scratch/en/blog/SVG-and-m4-fractals/index.html b/output/Scratch/en/blog/SVG-and-m4-fractals/index.html index 7e2140fa7..add6c6df5 100644 --- a/output/Scratch/en/blog/SVG-and-m4-fractals/index.html +++ b/output/Scratch/en/blog/SVG-and-m4-fractals/index.html @@ -252,16 +252,17 @@ m4 yesodlogo.m4 > yesodlogo.svg