From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pl/web/mathml/index.html | 62 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 files/pl/web/mathml/index.html (limited to 'files/pl/web/mathml/index.html') diff --git a/files/pl/web/mathml/index.html b/files/pl/web/mathml/index.html new file mode 100644 index 0000000000..34602df279 --- /dev/null +++ b/files/pl/web/mathml/index.html @@ -0,0 +1,62 @@ +--- +title: MathML +slug: Web/MathML +tags: + - MathML + - Wszystkie_kategorie +translation_of: Web/MathML +--- +

Moduł MathML: Dodaje możliwość wyświetlania języka MathML wewnątrz Mozilli.

+ +

Przykład w XHTML

+ +
<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
+      "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>MathML Example</title>
+</head>
+
+<body>
+<math xmlns="http://www.w3.org/1998/Math/MathML">
+  <mfrac>
+    <msubsup>
+      <mi>a</mi>
+      <mi>i</mi>
+      <mi>j</mi>
+    </msubsup>
+    <msub>
+      <mi>x</mi>
+      <mn>0</mn>
+    </msub>
+  </mfrac>
+  <mo>−</mo>
+  <msqrt>
+    <msup>
+      <mi>δ</mi>
+      <mn>2</mn>
+    </msup>
+    <mo>−</mo>
+    <mn>1</mn>
+  </msqrt>
+</math>
+</body>
+</html>
+
+ +

Dokumenty

+ + + +

Społeczność

+ +

Obejrzyj fora Mozilli...

+ +

{{ DiscussionList("dev-tech-mathml", "mozilla.dev.tech.mathml") }}

+ +

{{ languages( { "en": "en/MathML", "ja": "ja/MathML" } ) }}

-- cgit v1.2.3-54-g00ecf