onix 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +6 -0
- data/dtd/2.1r3/iso-amsa.ent +173 -0
- data/dtd/2.1r3/iso-amsb.ent +146 -0
- data/dtd/2.1r3/iso-amsc.ent +49 -0
- data/dtd/2.1r3/iso-amsn.ent +117 -0
- data/dtd/2.1r3/iso-amso.ent +77 -0
- data/dtd/2.1r3/iso-amsr.ent +205 -0
- data/dtd/2.1r3/iso-box.ent +67 -0
- data/dtd/2.1r3/iso-cyr1.ent +94 -0
- data/dtd/2.1r3/iso-cyr2.ent +53 -0
- data/dtd/2.1r3/iso-dia.ent +41 -0
- data/dtd/2.1r3/iso-grk3.ent +70 -0
- data/dtd/2.1r3/iso-lat1.ent +89 -0
- data/dtd/2.1r3/iso-lat2.ent +148 -0
- data/dtd/2.1r3/iso-mfrk.ent +79 -0
- data/dtd/2.1r3/iso-mopf.ent +53 -0
- data/dtd/2.1r3/iso-mscr.ent +79 -0
- data/dtd/2.1r3/iso-num.ent +103 -0
- data/dtd/2.1r3/iso-num.old.ent +103 -0
- data/dtd/2.1r3/iso-pub.ent +110 -0
- data/dtd/2.1r3/iso-tech.ent +183 -0
- data/dtd/2.1r3/onix-international.dtd +1012 -0
- data/dtd/2.1r3/onix-xhtml.elt +672 -0
- data/dtd/2.1r3/reference.elt +4758 -0
- data/dtd/2.1r3/xhtml-special.ent +79 -0
- data/dtd/2.1r3/xhtml-symbol.ent +242 -0
- data/lib/onix.rb +3 -1
- data/lib/onix/normaliser.rb +156 -0
- data/spec/normaliser_spec.rb +77 -0
- data/support/entities.txt +1499 -0
- data/support/extract.rb +25 -0
- data/support/switch-onix-tagnames-1.1.xsl +25 -0
- data/support/switch-onix-tagnames-2.0.xsl +37 -0
- metadata +54 -2
@@ -0,0 +1,79 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
File isomscr.ent produced by the XSL script mmldtd.xsl
|
4
|
+
from input data in unicode.xml.
|
5
|
+
|
6
|
+
Please report any errors to
|
7
|
+
David Carlisle <davidc@nag.co.uk>.
|
8
|
+
|
9
|
+
The numeric character values assigned to each entity
|
10
|
+
(should) match either official Unicode assignments
|
11
|
+
or assignments provisionally allocated by the
|
12
|
+
Unicode Consortium based on the characters in the `STIX'
|
13
|
+
propsal for mathematics. Note that these assignments
|
14
|
+
have not been ratified by the corresponding ISO
|
15
|
+
committee and thus should be considered liable to
|
16
|
+
change.
|
17
|
+
|
18
|
+
Entity names in this file are derived from files carrying the
|
19
|
+
following notice:
|
20
|
+
|
21
|
+
(C) International Organization for Standardization 1991
|
22
|
+
Permission to copy in any form is granted for use with
|
23
|
+
conforming SGML systems and applications as defined in
|
24
|
+
ISO 8879, provided this notice is included in all copies.
|
25
|
+
|
26
|
+
-->
|
27
|
+
|
28
|
+
<!ENTITY ascr "𝒶" ><!--/scr a, script letter a -->
|
29
|
+
<!ENTITY Ascr "𝒜" ><!--/scr A, script letter A -->
|
30
|
+
<!ENTITY bscr "𝒷" ><!--/scr b, script letter b -->
|
31
|
+
<!ENTITY Bscr "ℬ" ><!--/scr B, script letter B -->
|
32
|
+
<!ENTITY cscr "𝒸" ><!--/scr c, script letter c -->
|
33
|
+
<!ENTITY Cscr "𝒞" ><!--/scr C, script letter C -->
|
34
|
+
<!ENTITY dscr "𝒹" ><!--/scr d, script letter d -->
|
35
|
+
<!ENTITY Dscr "𝒟" ><!--/scr D, script letter D -->
|
36
|
+
<!ENTITY escr "ℯ" ><!--/scr e, script letter e -->
|
37
|
+
<!ENTITY Escr "ℰ" ><!--/scr E, script letter E -->
|
38
|
+
<!ENTITY fscr "𝒻" ><!--/scr f, script letter f -->
|
39
|
+
<!ENTITY Fscr "ℱ" ><!--/scr F, script letter F -->
|
40
|
+
<!ENTITY gscr "ℊ" ><!--/scr g, script letter g -->
|
41
|
+
<!ENTITY Gscr "𝒢" ><!--/scr G, script letter G -->
|
42
|
+
<!ENTITY hscr "𝒽" ><!--/scr h, script letter h -->
|
43
|
+
<!ENTITY Hscr "ℋ" ><!--/scr H, script letter H -->
|
44
|
+
<!ENTITY iscr "𝒾" ><!--/scr i, script letter i -->
|
45
|
+
<!ENTITY Iscr "ℐ" ><!--/scr I, script letter I -->
|
46
|
+
<!ENTITY jscr "𝒿" ><!--/scr j, script letter j -->
|
47
|
+
<!ENTITY Jscr "𝒥" ><!--/scr J, script letter J -->
|
48
|
+
<!ENTITY kscr "𝓀" ><!--/scr k, script letter k -->
|
49
|
+
<!ENTITY Kscr "𝒦" ><!--/scr K, script letter K -->
|
50
|
+
<!ENTITY lscr "ℓ" ><!--/scr l, script letter l -->
|
51
|
+
<!ENTITY Lscr "ℒ" ><!--/scr L, script letter L -->
|
52
|
+
<!ENTITY mscr "𝓂" ><!--/scr m, script letter m -->
|
53
|
+
<!ENTITY Mscr "ℳ" ><!--/scr M, script letter M -->
|
54
|
+
<!ENTITY nscr "𝓃" ><!--/scr n, script letter n -->
|
55
|
+
<!ENTITY Nscr "𝒩" ><!--/scr N, script letter N -->
|
56
|
+
<!ENTITY oscr "ℴ" ><!--/scr o, script letter o -->
|
57
|
+
<!ENTITY Oscr "𝒪" ><!--/scr O, script letter O -->
|
58
|
+
<!ENTITY pscr "𝓅" ><!--/scr p, script letter p -->
|
59
|
+
<!ENTITY Pscr "𝒫" ><!--/scr P, script letter P -->
|
60
|
+
<!ENTITY qscr "𝓆" ><!--/scr q, script letter q -->
|
61
|
+
<!ENTITY Qscr "𝒬" ><!--/scr Q, script letter Q -->
|
62
|
+
<!ENTITY rscr "𝓇" ><!--/scr r, script letter r -->
|
63
|
+
<!ENTITY Rscr "ℛ" ><!--/scr R, script letter R -->
|
64
|
+
<!ENTITY sscr "𝓈" ><!--/scr s, script letter s -->
|
65
|
+
<!ENTITY Sscr "𝒮" ><!--/scr S, script letter S -->
|
66
|
+
<!ENTITY tscr "𝓉" ><!--/scr t, script letter t -->
|
67
|
+
<!ENTITY Tscr "𝒯" ><!--/scr T, script letter T -->
|
68
|
+
<!ENTITY uscr "𝓊" ><!--/scr u, script letter u -->
|
69
|
+
<!ENTITY Uscr "𝒰" ><!--/scr U, script letter U -->
|
70
|
+
<!ENTITY vscr "𝓋" ><!--/scr v, script letter v -->
|
71
|
+
<!ENTITY Vscr "𝒱" ><!--/scr V, script letter V -->
|
72
|
+
<!ENTITY wscr "𝓌" ><!--/scr w, script letter w -->
|
73
|
+
<!ENTITY Wscr "𝒲" ><!--/scr W, script letter W -->
|
74
|
+
<!ENTITY xscr "𝓍" ><!--/scr x, script letter x -->
|
75
|
+
<!ENTITY Xscr "𝒳" ><!--/scr X, script letter X -->
|
76
|
+
<!ENTITY yscr "𝓎" ><!--/scr y, script letter y -->
|
77
|
+
<!ENTITY Yscr "𝒴" ><!--/scr Y, script letter Y -->
|
78
|
+
<!ENTITY zscr "𝓏" ><!--/scr z, script letter z -->
|
79
|
+
<!ENTITY Zscr "𝒵" ><!--/scr Z, script letter Z -->
|
@@ -0,0 +1,103 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
File isonum.ent produced by the XSL script mmldtd.xsl
|
4
|
+
from input data in unicode.xml.
|
5
|
+
|
6
|
+
Please report any errors to
|
7
|
+
David Carlisle <davidc@nag.co.uk>.
|
8
|
+
|
9
|
+
The numeric character values assigned to each entity
|
10
|
+
(should) match either official Unicode assignments
|
11
|
+
or assignments provisionally allocated by the
|
12
|
+
Unicode Consortium based on the characters in the `STIX'
|
13
|
+
propsal for mathematics. Note that these assignments
|
14
|
+
have not been ratified by the corresponding ISO
|
15
|
+
committee and thus should be considered liable to
|
16
|
+
change.
|
17
|
+
|
18
|
+
Entity names in this file are derived from files carrying the
|
19
|
+
following notice:
|
20
|
+
|
21
|
+
(C) International Organization for Standardization 1986
|
22
|
+
Permission to copy in any form is granted for use with
|
23
|
+
conforming SGML systems and applications as defined in
|
24
|
+
ISO 8879, provided this notice is included in all copies.
|
25
|
+
|
26
|
+
-->
|
27
|
+
|
28
|
+
<!ENTITY amp "&#x00026;" ><!--=ampersand -->
|
29
|
+
<!ENTITY apos "'" ><!--=apostrophe -->
|
30
|
+
<!ENTITY ast "*" ><!--/ast B: =asterisk -->
|
31
|
+
<!ENTITY brvbar "¦" ><!--=broken (vertical) bar -->
|
32
|
+
<!ENTITY bsol "\" ><!--/backslash =reverse solidus -->
|
33
|
+
<!ENTITY cent "¢" ><!--=cent sign -->
|
34
|
+
<!ENTITY colon ":" ><!--/colon P: -->
|
35
|
+
<!ENTITY comma "," ><!--P: =comma -->
|
36
|
+
<!ENTITY commat "@" ><!--=commercial at -->
|
37
|
+
<!ENTITY copy "©" ><!--=copyright sign -->
|
38
|
+
<!ENTITY curren "¤" ><!--=general currency sign -->
|
39
|
+
<!ENTITY darr "↓" ><!--/downarrow A: =downward arrow -->
|
40
|
+
<!ENTITY deg "°" ><!--=degree sign -->
|
41
|
+
<!ENTITY divide "÷" ><!--/div B: =divide sign -->
|
42
|
+
<!ENTITY dollar "$" ><!--=dollar sign -->
|
43
|
+
<!ENTITY equals "=" ><!--=equals sign R: -->
|
44
|
+
<!ENTITY excl "!" ><!--=exclamation mark -->
|
45
|
+
<!ENTITY frac12 "½" ><!--=fraction one-half -->
|
46
|
+
<!ENTITY frac14 "¼" ><!--=fraction one-quarter -->
|
47
|
+
<!ENTITY frac18 "⅛" ><!--=fraction one-eighth -->
|
48
|
+
<!ENTITY frac34 "¾" ><!--=fraction three-quarters -->
|
49
|
+
<!ENTITY frac38 "⅜" ><!--=fraction three-eighths -->
|
50
|
+
<!ENTITY frac58 "⅝" ><!--=fraction five-eighths -->
|
51
|
+
<!ENTITY frac78 "⅞" ><!--=fraction seven-eighths -->
|
52
|
+
<!ENTITY gt ">" ><!--=greater-than sign R: -->
|
53
|
+
<!ENTITY half "½" ><!--=fraction one-half -->
|
54
|
+
<!ENTITY horbar "―" ><!--=horizontal bar -->
|
55
|
+
<!ENTITY hyphen "‐" ><!--=hyphen -->
|
56
|
+
<!ENTITY iexcl "¡" ><!--=inverted exclamation mark -->
|
57
|
+
<!ENTITY iquest "¿" ><!--=inverted question mark -->
|
58
|
+
<!ENTITY laquo "«" ><!--=angle quotation mark, left -->
|
59
|
+
<!ENTITY larr "←" ><!--/leftarrow /gets A: =leftward arrow -->
|
60
|
+
<!ENTITY lcub "{" ><!--/lbrace O: =left curly bracket -->
|
61
|
+
<!ENTITY ldquo "“" ><!--=double quotation mark, left -->
|
62
|
+
<!ENTITY lowbar "_" ><!--=low line -->
|
63
|
+
<!ENTITY lpar "(" ><!--O: =left parenthesis -->
|
64
|
+
<!ENTITY lsqb "[" ><!--/lbrack O: =left square bracket -->
|
65
|
+
<!ENTITY lsquo "‘" ><!--=single quotation mark, left -->
|
66
|
+
<!ENTITY lt "&#x0003C;" ><!--=less-than sign R: -->
|
67
|
+
<!ENTITY micro "µ" ><!--=micro sign -->
|
68
|
+
<!ENTITY middot "·" ><!--/centerdot B: =middle dot -->
|
69
|
+
<!ENTITY nbsp " " ><!--=no break (required) space -->
|
70
|
+
<!ENTITY not "¬" ><!--/neg /lnot =not sign -->
|
71
|
+
<!ENTITY num "#" ><!--=number sign -->
|
72
|
+
<!ENTITY ohm "Ω" ><!--=ohm sign -->
|
73
|
+
<!ENTITY ordf "ª" ><!--=ordinal indicator, feminine -->
|
74
|
+
<!ENTITY ordm "º" ><!--=ordinal indicator, masculine -->
|
75
|
+
<!ENTITY para "¶" ><!--=pilcrow (paragraph sign) -->
|
76
|
+
<!ENTITY percnt "%" ><!--=percent sign -->
|
77
|
+
<!ENTITY period "." ><!--=full stop, period -->
|
78
|
+
<!ENTITY plus "+" ><!--=plus sign B: -->
|
79
|
+
<!ENTITY plusmn "±" ><!--/pm B: =plus-or-minus sign -->
|
80
|
+
<!ENTITY pound "£" ><!--=pound sign -->
|
81
|
+
<!ENTITY quest "?" ><!--=question mark -->
|
82
|
+
<!ENTITY quot """ ><!--=quotation mark -->
|
83
|
+
<!ENTITY raquo "»" ><!--=angle quotation mark, right -->
|
84
|
+
<!ENTITY rarr "→" ><!--/rightarrow /to A: =rightward arrow -->
|
85
|
+
<!ENTITY rcub "}" ><!--/rbrace C: =right curly bracket -->
|
86
|
+
<!ENTITY rdquo "”" ><!--=double quotation mark, right -->
|
87
|
+
<!ENTITY reg "®" ><!--/circledR =registered sign -->
|
88
|
+
<!ENTITY rpar ")" ><!--C: =right parenthesis -->
|
89
|
+
<!ENTITY rsqb "]" ><!--/rbrack C: =right square bracket -->
|
90
|
+
<!ENTITY rsquo "’" ><!--=single quotation mark, right -->
|
91
|
+
<!ENTITY sect "§" ><!--=section sign -->
|
92
|
+
<!ENTITY semi ";" ><!--=semicolon P: -->
|
93
|
+
<!ENTITY shy "­" ><!--=soft hyphen -->
|
94
|
+
<!ENTITY sol "/" ><!--=solidus -->
|
95
|
+
<!ENTITY sung "♪" ><!--=music note (sung text sign) -->
|
96
|
+
<!ENTITY sup1 "¹" ><!--=superscript one -->
|
97
|
+
<!ENTITY sup2 "²" ><!--=superscript two -->
|
98
|
+
<!ENTITY sup3 "³" ><!--=superscript three -->
|
99
|
+
<!ENTITY times "×" ><!--/times B: =multiply sign -->
|
100
|
+
<!ENTITY trade "™" ><!--=trade mark sign -->
|
101
|
+
<!ENTITY uarr "↑" ><!--/uparrow A: =upward arrow -->
|
102
|
+
<!ENTITY verbar "|" ><!--/vert =vertical bar -->
|
103
|
+
<!ENTITY yen "¥" ><!--/yen =yen sign -->
|
@@ -0,0 +1,103 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
File isonum.ent produced by the XSL script mmldtd.xsl
|
4
|
+
from input data in unicode.xml.
|
5
|
+
|
6
|
+
Please report any errors to
|
7
|
+
David Carlisle <davidc@nag.co.uk>.
|
8
|
+
|
9
|
+
The numeric character values assigned to each entity
|
10
|
+
(should) match either official Unicode assignments
|
11
|
+
or assignments provisionally allocated by the
|
12
|
+
Unicode Consortium based on the characters in the `STIX'
|
13
|
+
propsal for mathematics. Note that these assignments
|
14
|
+
have not been ratified by the corresponding ISO
|
15
|
+
committee and thus should be considered liable to
|
16
|
+
change.
|
17
|
+
|
18
|
+
Entity names in this file are derived from files carrying the
|
19
|
+
following notice:
|
20
|
+
|
21
|
+
(C) International Organization for Standardization 1986
|
22
|
+
Permission to copy in any form is granted for use with
|
23
|
+
conforming SGML systems and applications as defined in
|
24
|
+
ISO 8879, provided this notice is included in all copies.
|
25
|
+
|
26
|
+
-->
|
27
|
+
|
28
|
+
<!ENTITY amp "&&" ><!--=ampersand -->
|
29
|
+
<!ENTITY apos "'" ><!--=apostrophe -->
|
30
|
+
<!ENTITY ast "*" ><!--/ast B: =asterisk -->
|
31
|
+
<!ENTITY brvbar "¦" ><!--=broken (vertical) bar -->
|
32
|
+
<!ENTITY bsol "\" ><!--/backslash =reverse solidus -->
|
33
|
+
<!ENTITY cent "¢" ><!--=cent sign -->
|
34
|
+
<!ENTITY colon ":" ><!--/colon P: -->
|
35
|
+
<!ENTITY comma "," ><!--P: =comma -->
|
36
|
+
<!ENTITY commat "@" ><!--=commercial at -->
|
37
|
+
<!ENTITY copy "©" ><!--=copyright sign -->
|
38
|
+
<!ENTITY curren "¤" ><!--=general currency sign -->
|
39
|
+
<!ENTITY darr "↓" ><!--/downarrow A: =downward arrow -->
|
40
|
+
<!ENTITY deg "°" ><!--=degree sign -->
|
41
|
+
<!ENTITY divide "÷" ><!--/div B: =divide sign -->
|
42
|
+
<!ENTITY dollar "$" ><!--=dollar sign -->
|
43
|
+
<!ENTITY equals "=" ><!--=equals sign R: -->
|
44
|
+
<!ENTITY excl "!" ><!--=exclamation mark -->
|
45
|
+
<!ENTITY frac12 "½" ><!--=fraction one-half -->
|
46
|
+
<!ENTITY frac14 "¼" ><!--=fraction one-quarter -->
|
47
|
+
<!ENTITY frac18 "⅛" ><!--=fraction one-eighth -->
|
48
|
+
<!ENTITY frac34 "¾" ><!--=fraction three-quarters -->
|
49
|
+
<!ENTITY frac38 "⅜" ><!--=fraction three-eighths -->
|
50
|
+
<!ENTITY frac58 "⅝" ><!--=fraction five-eighths -->
|
51
|
+
<!ENTITY frac78 "⅞" ><!--=fraction seven-eighths -->
|
52
|
+
<!ENTITY gt ">" ><!--=greater-than sign R: -->
|
53
|
+
<!ENTITY half "½" ><!--=fraction one-half -->
|
54
|
+
<!ENTITY horbar "―" ><!--=horizontal bar -->
|
55
|
+
<!ENTITY hyphen "‐" ><!--=hyphen -->
|
56
|
+
<!ENTITY iexcl "¡" ><!--=inverted exclamation mark -->
|
57
|
+
<!ENTITY iquest "¿" ><!--=inverted question mark -->
|
58
|
+
<!ENTITY laquo "«" ><!--=angle quotation mark, left -->
|
59
|
+
<!ENTITY larr "←" ><!--/leftarrow /gets A: =leftward arrow -->
|
60
|
+
<!ENTITY lcub "{" ><!--/lbrace O: =left curly bracket -->
|
61
|
+
<!ENTITY ldquo "“" ><!--=double quotation mark, left -->
|
62
|
+
<!ENTITY lowbar "_" ><!--=low line -->
|
63
|
+
<!ENTITY lpar "(" ><!--O: =left parenthesis -->
|
64
|
+
<!ENTITY lsqb "[" ><!--/lbrack O: =left square bracket -->
|
65
|
+
<!ENTITY lsquo "‘" ><!--=single quotation mark, left -->
|
66
|
+
<!ENTITY lt "&<" ><!--=less-than sign R: -->
|
67
|
+
<!ENTITY micro "µ" ><!--=micro sign -->
|
68
|
+
<!ENTITY middot "·" ><!--/centerdot B: =middle dot -->
|
69
|
+
<!ENTITY nbsp " " ><!--=no break (required) space -->
|
70
|
+
<!ENTITY not "¬" ><!--/neg /lnot =not sign -->
|
71
|
+
<!ENTITY num "#" ><!--=number sign -->
|
72
|
+
<!ENTITY ohm "Ω" ><!--=ohm sign -->
|
73
|
+
<!ENTITY ordf "ª" ><!--=ordinal indicator, feminine -->
|
74
|
+
<!ENTITY ordm "º" ><!--=ordinal indicator, masculine -->
|
75
|
+
<!ENTITY para "¶" ><!--=pilcrow (paragraph sign) -->
|
76
|
+
<!ENTITY percnt "%" ><!--=percent sign -->
|
77
|
+
<!ENTITY period "." ><!--=full stop, period -->
|
78
|
+
<!ENTITY plus "+" ><!--=plus sign B: -->
|
79
|
+
<!ENTITY plusmn "±" ><!--/pm B: =plus-or-minus sign -->
|
80
|
+
<!ENTITY pound "£" ><!--=pound sign -->
|
81
|
+
<!ENTITY quest "?" ><!--=question mark -->
|
82
|
+
<!ENTITY quot """ ><!--=quotation mark -->
|
83
|
+
<!ENTITY raquo "»" ><!--=angle quotation mark, right -->
|
84
|
+
<!ENTITY rarr "→" ><!--/rightarrow /to A: =rightward arrow -->
|
85
|
+
<!ENTITY rcub "}" ><!--/rbrace C: =right curly bracket -->
|
86
|
+
<!ENTITY rdquo "”" ><!--=double quotation mark, right -->
|
87
|
+
<!ENTITY reg "®" ><!--/circledR =registered sign -->
|
88
|
+
<!ENTITY rpar ")" ><!--C: =right parenthesis -->
|
89
|
+
<!ENTITY rsqb "]" ><!--/rbrack C: =right square bracket -->
|
90
|
+
<!ENTITY rsquo "’" ><!--=single quotation mark, right -->
|
91
|
+
<!ENTITY sect "§" ><!--=section sign -->
|
92
|
+
<!ENTITY semi ";" ><!--=semicolon P: -->
|
93
|
+
<!ENTITY shy "­" ><!--=soft hyphen -->
|
94
|
+
<!ENTITY sol "/" ><!--=solidus -->
|
95
|
+
<!ENTITY sung "♪" ><!--=music note (sung text sign) -->
|
96
|
+
<!ENTITY sup1 "¹" ><!--=superscript one -->
|
97
|
+
<!ENTITY sup2 "²" ><!--=superscript two -->
|
98
|
+
<!ENTITY sup3 "³" ><!--=superscript three -->
|
99
|
+
<!ENTITY times "×" ><!--/times B: =multiply sign -->
|
100
|
+
<!ENTITY trade "™" ><!--=trade mark sign -->
|
101
|
+
<!ENTITY uarr "↑" ><!--/uparrow A: =upward arrow -->
|
102
|
+
<!ENTITY verbar "|" ><!--/vert =vertical bar -->
|
103
|
+
<!ENTITY yen "¥" ><!--/yen =yen sign -->
|
@@ -0,0 +1,110 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
File isopub.ent produced by the XSL script mmldtd.xsl
|
4
|
+
from input data in unicode.xml.
|
5
|
+
|
6
|
+
Please report any errors to
|
7
|
+
David Carlisle <davidc@nag.co.uk>.
|
8
|
+
|
9
|
+
The numeric character values assigned to each entity
|
10
|
+
(should) match either official Unicode assignments
|
11
|
+
or assignments provisionally allocated by the
|
12
|
+
Unicode Consortium based on the characters in the `STIX'
|
13
|
+
propsal for mathematics. Note that these assignments
|
14
|
+
have not been ratified by the corresponding ISO
|
15
|
+
committee and thus should be considered liable to
|
16
|
+
change.
|
17
|
+
|
18
|
+
Entity names in this file are derived from files carrying the
|
19
|
+
following notice:
|
20
|
+
|
21
|
+
(C) International Organization for Standardization 1986
|
22
|
+
Permission to copy in any form is granted for use with
|
23
|
+
conforming SGML systems and applications as defined in
|
24
|
+
ISO 8879, provided this notice is included in all copies.
|
25
|
+
|
26
|
+
-->
|
27
|
+
|
28
|
+
<!ENTITY blank "␣" ><!--=significant blank symbol -->
|
29
|
+
<!ENTITY blk12 "▒" ><!--=50% shaded block -->
|
30
|
+
<!ENTITY blk14 "░" ><!--=25% shaded block -->
|
31
|
+
<!ENTITY blk34 "▓" ><!--=75% shaded block -->
|
32
|
+
<!ENTITY block "█" ><!--=full block -->
|
33
|
+
<!ENTITY bull "•" ><!--/bullet B: =round bullet, filled -->
|
34
|
+
<!ENTITY caret "⁁" ><!--=caret (insertion mark) -->
|
35
|
+
<!ENTITY check "✓" ><!--/checkmark =tick, check mark -->
|
36
|
+
<!ENTITY cir "○" ><!--/circ B: =circle, open -->
|
37
|
+
<!ENTITY clubs "♣" ><!--/clubsuit =club suit symbol -->
|
38
|
+
<!ENTITY copysr "℗" ><!--=sound recording copyright sign -->
|
39
|
+
<!ENTITY cross "✗" ><!--=ballot cross -->
|
40
|
+
<!ENTITY dagger "†" ><!--/dagger B: =dagger -->
|
41
|
+
<!ENTITY Dagger "‡" ><!--/ddagger B: =double dagger -->
|
42
|
+
<!ENTITY dash "‐" ><!--=hyphen (true graphic) -->
|
43
|
+
<!ENTITY diams "♦" ><!--/diamondsuit =diamond suit symbol -->
|
44
|
+
<!ENTITY dlcrop "⌍" ><!--downward left crop mark -->
|
45
|
+
<!ENTITY drcrop "⌌" ><!--downward right crop mark -->
|
46
|
+
<!ENTITY dtri "▿" ><!--/triangledown =down triangle, open -->
|
47
|
+
<!ENTITY dtrif "▾" ><!--/blacktriangledown =dn tri, filled -->
|
48
|
+
<!ENTITY emsp " " ><!--=em space -->
|
49
|
+
<!ENTITY emsp13 " " ><!--=1/3-em space -->
|
50
|
+
<!ENTITY emsp14 " " ><!--=1/4-em space -->
|
51
|
+
<!ENTITY ensp " " ><!--=en space (1/2-em) -->
|
52
|
+
<!ENTITY female "♀" ><!--=female symbol -->
|
53
|
+
<!ENTITY ffilig "ffi" ><!--small ffi ligature -->
|
54
|
+
<!ENTITY fflig "ff" ><!--small ff ligature -->
|
55
|
+
<!ENTITY ffllig "ffl" ><!--small ffl ligature -->
|
56
|
+
<!ENTITY filig "fi" ><!--small fi ligature -->
|
57
|
+
<!ENTITY flat "♭" ><!--/flat =musical flat -->
|
58
|
+
<!ENTITY fllig "fl" ><!--small fl ligature -->
|
59
|
+
<!ENTITY frac13 "⅓" ><!--=fraction one-third -->
|
60
|
+
<!ENTITY frac15 "⅕" ><!--=fraction one-fifth -->
|
61
|
+
<!ENTITY frac16 "⅙" ><!--=fraction one-sixth -->
|
62
|
+
<!ENTITY frac23 "⅔" ><!--=fraction two-thirds -->
|
63
|
+
<!ENTITY frac25 "⅖" ><!--=fraction two-fifths -->
|
64
|
+
<!ENTITY frac35 "⅗" ><!--=fraction three-fifths -->
|
65
|
+
<!ENTITY frac45 "⅘" ><!--=fraction four-fifths -->
|
66
|
+
<!ENTITY frac56 "⅚" ><!--=fraction five-sixths -->
|
67
|
+
<!ENTITY hairsp " " ><!--=hair space -->
|
68
|
+
<!ENTITY hellip "…" ><!--=ellipsis (horizontal) -->
|
69
|
+
<!ENTITY hybull "⁃" ><!--rectangle, filled (hyphen bullet) -->
|
70
|
+
<!ENTITY incare "℅" ><!--=in-care-of symbol -->
|
71
|
+
<!ENTITY ldquor "„" ><!--=rising dbl quote, left (low) -->
|
72
|
+
<!ENTITY lhblk "▄" ><!--=lower half block -->
|
73
|
+
<!ENTITY loz "◊" ><!--/lozenge - lozenge or total mark -->
|
74
|
+
<!ENTITY lozf "⧫" ><!--/blacklozenge - lozenge, filled -->
|
75
|
+
<!ENTITY lsquor "‚" ><!--=rising single quote, left (low) -->
|
76
|
+
<!ENTITY ltri "◃" ><!--/triangleleft B: l triangle, open -->
|
77
|
+
<!ENTITY ltrif "◂" ><!--/blacktriangleleft R: =l tri, filled -->
|
78
|
+
<!ENTITY male "♂" ><!--=male symbol -->
|
79
|
+
<!ENTITY malt "✠" ><!--/maltese =maltese cross -->
|
80
|
+
<!ENTITY marker "▮" ><!--=histogram marker -->
|
81
|
+
<!ENTITY mdash "—" ><!--=em dash -->
|
82
|
+
<!ENTITY mldr "…" ><!--em leader -->
|
83
|
+
<!ENTITY natur "♮" ><!--/natural - music natural -->
|
84
|
+
<!ENTITY ndash "–" ><!--=en dash -->
|
85
|
+
<!ENTITY nldr "‥" ><!--=double baseline dot (en leader) -->
|
86
|
+
<!ENTITY numsp " " ><!--=digit space (width of a number) -->
|
87
|
+
<!ENTITY phone "☎" ><!--=telephone symbol -->
|
88
|
+
<!ENTITY puncsp " " ><!--=punctuation space (width of comma) -->
|
89
|
+
<!ENTITY rdquor "”" ><!--rising dbl quote, right (high) -->
|
90
|
+
<!ENTITY rect "▭" ><!--=rectangle, open -->
|
91
|
+
<!ENTITY rsquor "’" ><!--rising single quote, right (high) -->
|
92
|
+
<!ENTITY rtri "▹" ><!--/triangleright B: r triangle, open -->
|
93
|
+
<!ENTITY rtrif "▸" ><!--/blacktriangleright R: =r tri, filled -->
|
94
|
+
<!ENTITY rx "℞" ><!--pharmaceutical prescription (Rx) -->
|
95
|
+
<!ENTITY sext "✶" ><!--sextile (6-pointed star) -->
|
96
|
+
<!ENTITY sharp "♯" ><!--/sharp =musical sharp -->
|
97
|
+
<!ENTITY spades "♠" ><!--/spadesuit =spades suit symbol -->
|
98
|
+
<!ENTITY squ "□" ><!--=square, open -->
|
99
|
+
<!ENTITY squf "▪" ><!--/blacksquare =sq bullet, filled -->
|
100
|
+
<!ENTITY star "⋆" ><!--=star, open -->
|
101
|
+
<!ENTITY starf "★" ><!--/bigstar - star, filled -->
|
102
|
+
<!ENTITY target "⌖" ><!--register mark or target -->
|
103
|
+
<!ENTITY telrec "⌕" ><!--=telephone recorder symbol -->
|
104
|
+
<!ENTITY thinsp " " ><!--=thin space (1/6-em) -->
|
105
|
+
<!ENTITY uhblk "▀" ><!--=upper half block -->
|
106
|
+
<!ENTITY ulcrop "⌏" ><!--upward left crop mark -->
|
107
|
+
<!ENTITY urcrop "⌎" ><!--upward right crop mark -->
|
108
|
+
<!ENTITY utri "▵" ><!--/triangle =up triangle, open -->
|
109
|
+
<!ENTITY utrif "▴" ><!--/blacktriangle =up tri, filled -->
|
110
|
+
<!ENTITY vellip "⋮" ><!--vertical ellipsis -->
|
@@ -0,0 +1,183 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
File isotech.ent produced by the XSL script mmldtd.xsl
|
4
|
+
from input data in unicode.xml.
|
5
|
+
|
6
|
+
Please report any errors to
|
7
|
+
David Carlisle <davidc@nag.co.uk>.
|
8
|
+
|
9
|
+
The numeric character values assigned to each entity
|
10
|
+
(should) match either official Unicode assignments
|
11
|
+
or assignments provisionally allocated by the
|
12
|
+
Unicode Consortium based on the characters in the `STIX'
|
13
|
+
propsal for mathematics. Note that these assignments
|
14
|
+
have not been ratified by the corresponding ISO
|
15
|
+
committee and thus should be considered liable to
|
16
|
+
change.
|
17
|
+
|
18
|
+
Entity names in this file are derived from files carrying the
|
19
|
+
following notice:
|
20
|
+
|
21
|
+
(C) International Organization for Standardization 1991
|
22
|
+
Permission to copy in any form is granted for use with
|
23
|
+
conforming SGML systems and applications as defined in
|
24
|
+
ISO 8879, provided this notice is included in all copies.
|
25
|
+
|
26
|
+
-->
|
27
|
+
|
28
|
+
<!ENTITY acd "∿" ><!--ac current -->
|
29
|
+
<!ENTITY aleph "ℵ" ><!--/aleph aleph, Hebrew -->
|
30
|
+
<!ENTITY and "∧" ><!--/wedge /land B: logical and -->
|
31
|
+
<!ENTITY And "⩓" ><!--dbl logical and -->
|
32
|
+
<!ENTITY andand "⩕" ><!--two logical and -->
|
33
|
+
<!ENTITY andd "⩜" ><!--and, horizontal dash -->
|
34
|
+
<!ENTITY andslope "⩘" ><!--sloping large and -->
|
35
|
+
<!ENTITY andv "⩚" ><!--and with middle stem -->
|
36
|
+
<!ENTITY angrt "∟" ><!--right (90 degree) angle -->
|
37
|
+
<!ENTITY angsph "∢" ><!--/sphericalangle angle-spherical -->
|
38
|
+
<!ENTITY angst "Å" ><!--Angstrom capital A, ring -->
|
39
|
+
<!ENTITY ap "≈" ><!--/approx R: approximate -->
|
40
|
+
<!ENTITY apacir "⩯" ><!--approximate, circumflex accent -->
|
41
|
+
<!ENTITY awconint "∳" ><!--contour integral, anti-clockwise -->
|
42
|
+
<!ENTITY awint "⨑" ><!--anti clock-wise integration -->
|
43
|
+
<!ENTITY becaus "∵" ><!--/because R: because -->
|
44
|
+
<!ENTITY bernou "ℬ" ><!--Bernoulli function (script capital B) -->
|
45
|
+
<!ENTITY bne "=⃥" ><!--reverse not equal -->
|
46
|
+
<!ENTITY bnequiv "≡⃥" ><!--reverse not equivalent -->
|
47
|
+
<!ENTITY bnot "⌐" ><!--reverse not -->
|
48
|
+
<!ENTITY bNot "⫭" ><!--reverse not with two horizontal strokes -->
|
49
|
+
<!ENTITY bottom "⊥" ><!--/bot bottom -->
|
50
|
+
<!ENTITY cap "∩" ><!--/cap B: intersection -->
|
51
|
+
<!ENTITY Cconint "∰" ><!--triple contour integral operator -->
|
52
|
+
<!ENTITY cirfnint "⨐" ><!--circulation function -->
|
53
|
+
<!ENTITY compfn "∘" ><!--/circ B: composite function (small circle) -->
|
54
|
+
<!ENTITY cong "≅" ><!--/cong R: congruent with -->
|
55
|
+
<!ENTITY conint "∮" ><!--/oint L: contour integral operator -->
|
56
|
+
<!ENTITY Conint "∯" ><!--double contour integral operator -->
|
57
|
+
<!ENTITY ctdot "⋯" ><!--/cdots, three dots, centered -->
|
58
|
+
<!ENTITY cup "∪" ><!--/cup B: union or logical sum -->
|
59
|
+
<!ENTITY cwconint "∲" ><!--contour integral, clockwise -->
|
60
|
+
<!ENTITY cwint "∱" ><!--clockwise integral -->
|
61
|
+
<!ENTITY cylcty "⌭" ><!--cylindricity -->
|
62
|
+
<!ENTITY disin "⋲" ><!--set membership, long horizontal stroke -->
|
63
|
+
<!ENTITY Dot "¨" ><!--dieresis or umlaut mark -->
|
64
|
+
<!ENTITY DotDot "⃜" ><!--four dots above -->
|
65
|
+
<!ENTITY dsol "⧶" ><!--solidus, bar above -->
|
66
|
+
<!ENTITY dtdot "⋱" ><!--/ddots, three dots, descending -->
|
67
|
+
<!ENTITY dwangle "⦦" ><!--large downward pointing angle -->
|
68
|
+
<!ENTITY epar "⋕" ><!--parallel, equal; equal or parallel -->
|
69
|
+
<!ENTITY eparsl "⧣" ><!--parallel, slanted, equal; homothetically congruent to -->
|
70
|
+
<!ENTITY equiv "≡" ><!--/equiv R: identical with -->
|
71
|
+
<!ENTITY eqvparsl "⧥" ><!--equivalent, equal; congruent and parallel -->
|
72
|
+
<!ENTITY exist "∃" ><!--/exists at least one exists -->
|
73
|
+
<!ENTITY fnof "ƒ" ><!--function of (italic small f) -->
|
74
|
+
<!ENTITY forall "∀" ><!--/forall for all -->
|
75
|
+
<!ENTITY fpartint "⨍" ><!--finite part integral -->
|
76
|
+
<!ENTITY ge "≥" ><!--/geq /ge R: greater-than-or-equal -->
|
77
|
+
<!ENTITY hamilt "ℋ" ><!--Hamiltonian (script capital H) -->
|
78
|
+
<!ENTITY iff "⇔" ><!--/iff if and only if -->
|
79
|
+
<!ENTITY iinfin "⧜" ><!--infinity sign, incomplete -->
|
80
|
+
<!ENTITY imped "𝕃" ><!--impedance -->
|
81
|
+
<!ENTITY infin "∞" ><!--/infty infinity -->
|
82
|
+
<!ENTITY int "∫" ><!--/int L: integral operator -->
|
83
|
+
<!ENTITY Int "∬" ><!--double integral operator -->
|
84
|
+
<!ENTITY intlarhk "⨗" ><!--integral, left arrow with hook -->
|
85
|
+
<!ENTITY isin "∈" ><!--/in R: set membership -->
|
86
|
+
<!ENTITY isindot "⋵" ><!--set membership, dot above -->
|
87
|
+
<!ENTITY isinE "⋹" ><!--set membership, two horizontal strokes -->
|
88
|
+
<!ENTITY isins "⋴" ><!--set membership, vertical bar on horizontal stroke -->
|
89
|
+
<!ENTITY isinsv "⋳" ><!--large set membership, vertical bar on horizontal stroke -->
|
90
|
+
<!ENTITY isinv "∈" ><!--set membership, variant -->
|
91
|
+
<!ENTITY lagran "ℒ" ><!--Lagrangian (script capital L) -->
|
92
|
+
<!ENTITY lang "〈" ><!--/langle O: left angle bracket -->
|
93
|
+
<!ENTITY Lang "《" ><!--left angle bracket, double -->
|
94
|
+
<!ENTITY lArr "⇐" ><!--/Leftarrow A: is implied by -->
|
95
|
+
<!ENTITY lbbrk "〔" ><!--left broken bracket -->
|
96
|
+
<!ENTITY le "≤" ><!--/leq /le R: less-than-or-equal -->
|
97
|
+
<!ENTITY loang "" ><!--left open angular bracket -->
|
98
|
+
<!ENTITY lobrk "〚" ><!--left open bracket -->
|
99
|
+
<!ENTITY lopar "〘" ><!--left open parenthesis -->
|
100
|
+
<!ENTITY lowast "∗" ><!--low asterisk -->
|
101
|
+
<!ENTITY minus "−" ><!--B: minus sign -->
|
102
|
+
<!ENTITY mnplus "∓" ><!--/mp B: minus-or-plus sign -->
|
103
|
+
<!ENTITY nabla "∇" ><!--/nabla del, Hamilton operator -->
|
104
|
+
<!ENTITY ne "≠" ><!--/ne /neq R: not equal -->
|
105
|
+
<!ENTITY nedot "≠︀" ><!--not equal, dot -->
|
106
|
+
<!ENTITY nhpar "⫲" ><!--not, horizontal, parallel -->
|
107
|
+
<!ENTITY ni "∋" ><!--/ni /owns R: contains -->
|
108
|
+
<!ENTITY nis "⋼" ><!--contains, vertical bar on horizontal stroke -->
|
109
|
+
<!ENTITY nisd "⋺" ><!--contains, long horizontal stroke -->
|
110
|
+
<!ENTITY niv "∋" ><!--contains, variant -->
|
111
|
+
<!ENTITY Not "⫬" ><!--not with two horizontal strokes -->
|
112
|
+
<!ENTITY notin "∉" ><!--/notin N: negated set membership -->
|
113
|
+
<!ENTITY notindot "⋶︀" ><!--negated set membership, dot above -->
|
114
|
+
<!ENTITY notinva "∉̸" ><!--negated set membership, variant -->
|
115
|
+
<!ENTITY notinvb "⋷" ><!--negated set membership, variant -->
|
116
|
+
<!ENTITY notinvc "⋶" ><!--negated set membership, variant -->
|
117
|
+
<!ENTITY notni "∌" ><!--negated contains -->
|
118
|
+
<!ENTITY notniva "∌" ><!--negated contains, variant -->
|
119
|
+
<!ENTITY notnivb "⋾" ><!--contains, variant -->
|
120
|
+
<!ENTITY notnivc "⋽" ><!--contains, variant -->
|
121
|
+
<!ENTITY nparsl "∥︀⃥" ><!--not parallel, slanted -->
|
122
|
+
<!ENTITY npart "∂̸" ><!--not partial differential -->
|
123
|
+
<!ENTITY npolint "⨔" ><!--line integration, not including the pole -->
|
124
|
+
<!ENTITY nvinfin "⧞" ><!--not, vert, infinity -->
|
125
|
+
<!ENTITY olcross "⦻" ><!--circle, cross -->
|
126
|
+
<!ENTITY or "∨" ><!--/vee /lor B: logical or -->
|
127
|
+
<!ENTITY Or "⩔" ><!--dbl logical or -->
|
128
|
+
<!ENTITY ord "⩝" ><!--or, horizontal dash -->
|
129
|
+
<!ENTITY order "ℴ" ><!--order of (script small o) -->
|
130
|
+
<!ENTITY oror "⩖" ><!--two logical or -->
|
131
|
+
<!ENTITY orslope "⩗" ><!--sloping large or -->
|
132
|
+
<!ENTITY orv "⩛" ><!--or with middle stem -->
|
133
|
+
<!ENTITY par "∥" ><!--/parallel R: parallel -->
|
134
|
+
<!ENTITY parsl "∥︀" ><!--parallel, slanted -->
|
135
|
+
<!ENTITY part "∂" ><!--/partial partial differential -->
|
136
|
+
<!ENTITY permil "‰" ><!--per thousand -->
|
137
|
+
<!ENTITY perp "⊥" ><!--/perp R: perpendicular -->
|
138
|
+
<!ENTITY pertenk "‱" ><!--per 10 thousand -->
|
139
|
+
<!ENTITY phmmat "ℳ" ><!--physics M-matrix (script capital M) -->
|
140
|
+
<!ENTITY pointint "⨕" ><!--integral around a point operator -->
|
141
|
+
<!ENTITY prime "′" ><!--/prime prime or minute -->
|
142
|
+
<!ENTITY Prime "″" ><!--double prime or second -->
|
143
|
+
<!ENTITY profalar "⌮" ><!--all-around profile -->
|
144
|
+
<!ENTITY profline "⌒" ><!--profile of a line -->
|
145
|
+
<!ENTITY profsurf "⌓" ><!--profile of a surface -->
|
146
|
+
<!ENTITY prop "∝" ><!--/propto R: is proportional to -->
|
147
|
+
<!ENTITY qint "⨌" ><!--/iiiint quadruple integral operator -->
|
148
|
+
<!ENTITY qprime "⁗" ><!--quadruple prime -->
|
149
|
+
<!ENTITY quatint "⨖" ><!--quaternion integral operator -->
|
150
|
+
<!ENTITY radic "√" ><!--/surd radical -->
|
151
|
+
<!ENTITY rang "〉" ><!--/rangle C: right angle bracket -->
|
152
|
+
<!ENTITY Rang "》" ><!--right angle bracket, double -->
|
153
|
+
<!ENTITY rArr "⇒" ><!--/Rightarrow A: implies -->
|
154
|
+
<!ENTITY rbbrk "〕" ><!--right broken bracket -->
|
155
|
+
<!ENTITY roang "" ><!--right open angular bracket -->
|
156
|
+
<!ENTITY robrk "〛" ><!--right open bracket -->
|
157
|
+
<!ENTITY ropar "〙" ><!--right open parenthesis -->
|
158
|
+
<!ENTITY rppolint "⨒" ><!--line integration, rectangular path around pole -->
|
159
|
+
<!ENTITY scpolint "⨓" ><!--line integration, semi-circular path around pole -->
|
160
|
+
<!ENTITY sim "∼" ><!--/sim R: similar -->
|
161
|
+
<!ENTITY simdot "⩪" ><!--similar, dot -->
|
162
|
+
<!ENTITY sime "≃" ><!--/simeq R: similar, equals -->
|
163
|
+
<!ENTITY smeparsl "⧤" ><!--similar, parallel, slanted, equal -->
|
164
|
+
<!ENTITY square "□" ><!--/square, square -->
|
165
|
+
<!ENTITY squarf "▪" ><!--/blacksquare, square, filled -->
|
166
|
+
<!ENTITY sub "⊂" ><!--/subset R: subset or is implied by -->
|
167
|
+
<!ENTITY sube "⊆" ><!--/subseteq R: subset, equals -->
|
168
|
+
<!ENTITY sup "⊃" ><!--/supset R: superset or implies -->
|
169
|
+
<!ENTITY supe "⊇" ><!--/supseteq R: superset, equals -->
|
170
|
+
<!ENTITY tdot "⃛" ><!--three dots above -->
|
171
|
+
<!ENTITY there4 "∴" ><!--/therefore R: therefore -->
|
172
|
+
<!ENTITY tint "∭" ><!--/iiint triple integral operator -->
|
173
|
+
<!ENTITY top "⊤" ><!--/top top -->
|
174
|
+
<!ENTITY topbot "⌶" ><!--top and bottom -->
|
175
|
+
<!ENTITY topcir "⫱" ><!--top, circle below -->
|
176
|
+
<!ENTITY tprime "‴" ><!--triple prime -->
|
177
|
+
<!ENTITY utdot "⋰" ><!--three dots, ascending -->
|
178
|
+
<!ENTITY uwangle "⦧" ><!--large upward pointing angle -->
|
179
|
+
<!ENTITY vangrt "⊾" ><!--right angle, variant -->
|
180
|
+
<!ENTITY veeeq "≚" ><!--logical or, equals -->
|
181
|
+
<!ENTITY Verbar "‖" ><!--/Vert dbl vertical bar -->
|
182
|
+
<!ENTITY wedgeq "≙" ><!--/wedgeq R: corresponds to (wedge, equals) -->
|
183
|
+
<!ENTITY xnis "⋻" ><!--large contains, vertical bar on horizontal stroke -->
|