diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:20:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:20:22 +0100 |
commit | 999e51572c093be901d6c8f942feb76038ae940c (patch) | |
tree | 0b2242d6df50748abf3f11c717211e8bbcf3d45e /files/de/web/mathml | |
parent | 747e709ad97c5782af29688f52c8105c08d9a323 (diff) | |
parent | 12b585b8e60a2877ff64dc6dc5ab058c43652f47 (diff) | |
download | translated-content-999e51572c093be901d6c8f942feb76038ae940c.tar.gz translated-content-999e51572c093be901d6c8f942feb76038ae940c.tar.bz2 translated-content-999e51572c093be901d6c8f942feb76038ae940c.zip |
Merge pull request #55 from fiji-flo/unslugging-de
Unslugging de
Diffstat (limited to 'files/de/web/mathml')
-rw-r--r-- | files/de/web/mathml/attribute/values/index.html (renamed from files/de/web/mathml/attribute/werte/index.html) | 3 | ||||
-rw-r--r-- | files/de/web/mathml/examples/deriving_the_quadratic_formula/index.html (renamed from files/de/web/mathml/beispiele/quadratische_gleichung/index.html) | 3 | ||||
-rw-r--r-- | files/de/web/mathml/examples/index.html (renamed from files/de/web/mathml/beispiele/index.html) | 3 | ||||
-rw-r--r-- | files/de/web/mathml/examples/mathml_pythagorean_theorem/index.html (renamed from files/de/web/mathml/beispiele/mathml_satz_des_pythagoras/index.html) | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/files/de/web/mathml/attribute/werte/index.html b/files/de/web/mathml/attribute/values/index.html index 04a059b217..5193db2622 100644 --- a/files/de/web/mathml/attribute/werte/index.html +++ b/files/de/web/mathml/attribute/values/index.html @@ -1,10 +1,11 @@ --- title: Werte -slug: Web/MathML/Attribute/Werte +slug: Web/MathML/Attribute/Values tags: - MathML - Referenz translation_of: Web/MathML/Attribute/Values +original_slug: Web/MathML/Attribute/Werte --- <h2 id="Maßangaben"><a id="massangaben" name="massangaben">Maßangaben</a></h2> diff --git a/files/de/web/mathml/beispiele/quadratische_gleichung/index.html b/files/de/web/mathml/examples/deriving_the_quadratic_formula/index.html index 29a4f32e8f..02110f507b 100644 --- a/files/de/web/mathml/beispiele/quadratische_gleichung/index.html +++ b/files/de/web/mathml/examples/deriving_the_quadratic_formula/index.html @@ -1,10 +1,11 @@ --- title: Lösungsformel für die Quadratische Gleichung -slug: Web/MathML/Beispiele/Quadratische_Gleichung +slug: Web/MathML/Examples/Deriving_the_Quadratic_Formula tags: - Beispiel - MathML translation_of: Web/MathML/Examples/Deriving_the_Quadratic_Formula +original_slug: Web/MathML/Beispiele/Quadratische_Gleichung --- <p>Lösungsformel der Quadratischen Gleichung (mit quadratischer Ergänzung)</p> diff --git a/files/de/web/mathml/beispiele/index.html b/files/de/web/mathml/examples/index.html index 4d387e8110..eb9a53de0b 100644 --- a/files/de/web/mathml/beispiele/index.html +++ b/files/de/web/mathml/examples/index.html @@ -1,11 +1,12 @@ --- title: Beispiele -slug: Web/MathML/Beispiele +slug: Web/MathML/Examples tags: - Anfänger - Beispiel - MathML translation_of: Web/MathML/Examples +original_slug: Web/MathML/Beispiele --- <p>Hier gibt es einige Beispiele, die helfen können zu verstehen, wie mathematische Konzepte im Web-Umfeld dargestellt werden können.</p> diff --git a/files/de/web/mathml/beispiele/mathml_satz_des_pythagoras/index.html b/files/de/web/mathml/examples/mathml_pythagorean_theorem/index.html index 3da8248ee6..bdca83764e 100644 --- a/files/de/web/mathml/beispiele/mathml_satz_des_pythagoras/index.html +++ b/files/de/web/mathml/examples/mathml_pythagorean_theorem/index.html @@ -1,11 +1,12 @@ --- title: Beweis des Satzes des Pythagoras -slug: Web/MathML/Beispiele/MathML_Satz_des_Pythagoras +slug: Web/MathML/Examples/MathML_Pythagorean_Theorem tags: - Anfänger - Beispiel - MathML translation_of: Web/MathML/Examples/MathML_Pythagorean_Theorem +original_slug: Web/MathML/Beispiele/MathML_Satz_des_Pythagoras --- <p>Wir erbringen einen Beweis für den Satz des Pythagoras für rechtwinklige Dreiecke: <math> <mrow> <msup><mi> a </mi><mn>2</mn></msup> <mo> + </mo> <msup><mi> b </mi><mn>2</mn></msup> <mo> = </mo> <msup><mi> c </mi><mn>2</mn></msup> </mrow> </math></p> |