-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmathml-v1.8.html
More file actions
41 lines (41 loc) · 1.49 KB
/
Copy pathmathml-v1.8.html
File metadata and controls
41 lines (41 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html dir="rtl" lang="ar">
<head>
<title>عرض MathML العربي المتقدم</title>
<style>
math {
display: block math;
math-style: normal;
math-shift: compact;
math-depth: add(1);
font-size: 1.25rem;
}
</style>
</head>
<body>
<main>
<math display="block" dir="rtl" mathvariant="bold-italic" mathsize="big" mathcolor="blue">
<mstyle displaystyle="true" scriptlevel="+1">
<mrow>
<ms lquote="«" rquote="»">متسلسلة</ms>
<mo form="prefix" stretchy="false" symmetric="true" largeop="false" movablelimits="true" maxsize="infinity" lspace="0.2em" rspace="0.2em">∫</mo>
<mfrac linethickness="2px" numalign="center" denomalign="center">
<mrow><mi>س</mi><mo>+</mo><mn>1</mn></mrow>
<mn>2</mn>
</mfrac>
<mspace linebreak="goodbreak"></mspace>
</mrow>
<mtable groupalign="left center" rowlines="dashed" minlabelspacing="1em">
<mtr><mtd>س</mtd><mtd>ص</mtd></mtr>
</mtable>
<maction actiontype="tooltip" selection="1">
<mi>ن</mi>
<mtext>متغير طبيعي</mtext>
</maction>
</mstyle>
<annotation encoding="application/x-tex">\int \frac{x+1}{2}</annotation>
<annotation-xml encoding="application/xhtml+xml"><section>شرح دلالي</section></annotation-xml>
</math>
</main>
</body>
</html>