cacofonix-dtds 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (172) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/.rspec +3 -0
  4. data/.travis.yml +7 -0
  5. data/CHANGELOG.md +10 -0
  6. data/CODE_OF_CONDUCT.md +74 -0
  7. data/Gemfile +4 -0
  8. data/Gemfile.lock +35 -0
  9. data/LICENSE.txt +21 -0
  10. data/README.md +70 -0
  11. data/Rakefile +6 -0
  12. data/bin/console +14 -0
  13. data/bin/setup +8 -0
  14. data/cacofonix-dtds.gemspec +34 -0
  15. data/data/2.0/onix-international.dtd +625 -0
  16. data/data/2.0/onix-international.elt +3267 -0
  17. data/data/2.0/xhtml-lat1.ent +196 -0
  18. data/data/2.0/xhtml-special.ent +79 -0
  19. data/data/2.0/xhtml-symbol.ent +242 -0
  20. data/data/2.1r1/iso-amsa.ent +173 -0
  21. data/data/2.1r1/iso-amsb.ent +146 -0
  22. data/data/2.1r1/iso-amsc.ent +49 -0
  23. data/data/2.1r1/iso-amsn.ent +117 -0
  24. data/data/2.1r1/iso-amso.ent +77 -0
  25. data/data/2.1r1/iso-amsr.ent +205 -0
  26. data/data/2.1r1/iso-box.ent +67 -0
  27. data/data/2.1r1/iso-cyr1.ent +94 -0
  28. data/data/2.1r1/iso-cyr2.ent +53 -0
  29. data/data/2.1r1/iso-dia.ent +41 -0
  30. data/data/2.1r1/iso-grk3.ent +70 -0
  31. data/data/2.1r1/iso-lat1.ent +89 -0
  32. data/data/2.1r1/iso-lat2.ent +148 -0
  33. data/data/2.1r1/iso-mfrk.ent +79 -0
  34. data/data/2.1r1/iso-mopf.ent +53 -0
  35. data/data/2.1r1/iso-mscr.ent +79 -0
  36. data/data/2.1r1/iso-num.ent +103 -0
  37. data/data/2.1r1/iso-pub.ent +110 -0
  38. data/data/2.1r1/iso-tech.ent +183 -0
  39. data/data/2.1r1/onix-international.dtd +953 -0
  40. data/data/2.1r1/onix-xhtml.elt +672 -0
  41. data/data/2.1r1/reference.elt +4504 -0
  42. data/data/2.1r1/xhtml-special.ent +79 -0
  43. data/data/2.1r1/xhtml-symbol.ent +242 -0
  44. data/data/2.1r2/iso-amsa.ent +173 -0
  45. data/data/2.1r2/iso-amsb.ent +146 -0
  46. data/data/2.1r2/iso-amsc.ent +49 -0
  47. data/data/2.1r2/iso-amsn.ent +117 -0
  48. data/data/2.1r2/iso-amso.ent +77 -0
  49. data/data/2.1r2/iso-amsr.ent +205 -0
  50. data/data/2.1r2/iso-box.ent +67 -0
  51. data/data/2.1r2/iso-cyr1.ent +94 -0
  52. data/data/2.1r2/iso-cyr2.ent +53 -0
  53. data/data/2.1r2/iso-dia.ent +41 -0
  54. data/data/2.1r2/iso-grk3.ent +70 -0
  55. data/data/2.1r2/iso-lat1.ent +89 -0
  56. data/data/2.1r2/iso-lat2.ent +148 -0
  57. data/data/2.1r2/iso-mfrk.ent +79 -0
  58. data/data/2.1r2/iso-mopf.ent +53 -0
  59. data/data/2.1r2/iso-mscr.ent +79 -0
  60. data/data/2.1r2/iso-num.ent +103 -0
  61. data/data/2.1r2/iso-pub.ent +110 -0
  62. data/data/2.1r2/iso-tech.ent +183 -0
  63. data/data/2.1r2/onix-international.dtd +987 -0
  64. data/data/2.1r2/onix-xhtml.elt +672 -0
  65. data/data/2.1r2/reference.elt +4664 -0
  66. data/data/2.1r2/xhtml-special.ent +79 -0
  67. data/data/2.1r2/xhtml-symbol.ent +242 -0
  68. data/data/2.1r3/reference/iso-amsa.ent +173 -0
  69. data/data/2.1r3/reference/iso-amsb.ent +146 -0
  70. data/data/2.1r3/reference/iso-amsc.ent +49 -0
  71. data/data/2.1r3/reference/iso-amsn.ent +117 -0
  72. data/data/2.1r3/reference/iso-amso.ent +77 -0
  73. data/data/2.1r3/reference/iso-amsr.ent +205 -0
  74. data/data/2.1r3/reference/iso-box.ent +67 -0
  75. data/data/2.1r3/reference/iso-cyr1.ent +94 -0
  76. data/data/2.1r3/reference/iso-cyr2.ent +53 -0
  77. data/data/2.1r3/reference/iso-dia.ent +41 -0
  78. data/data/2.1r3/reference/iso-grk3.ent +70 -0
  79. data/data/2.1r3/reference/iso-lat1.ent +89 -0
  80. data/data/2.1r3/reference/iso-lat2.ent +148 -0
  81. data/data/2.1r3/reference/iso-mfrk.ent +79 -0
  82. data/data/2.1r3/reference/iso-mopf.ent +53 -0
  83. data/data/2.1r3/reference/iso-mscr.ent +79 -0
  84. data/data/2.1r3/reference/iso-num.ent +103 -0
  85. data/data/2.1r3/reference/iso-num.old.ent +103 -0
  86. data/data/2.1r3/reference/iso-pub.ent +110 -0
  87. data/data/2.1r3/reference/iso-tech.ent +183 -0
  88. data/data/2.1r3/reference/onix-international.dtd +1012 -0
  89. data/data/2.1r3/reference/onix-xhtml.elt +672 -0
  90. data/data/2.1r3/reference/reference.elt +4758 -0
  91. data/data/2.1r3/reference/xhtml-special.ent +79 -0
  92. data/data/2.1r3/reference/xhtml-symbol.ent +242 -0
  93. data/data/2.1r3/short/iso-amsa.ent +173 -0
  94. data/data/2.1r3/short/iso-amsb.ent +146 -0
  95. data/data/2.1r3/short/iso-amsc.ent +49 -0
  96. data/data/2.1r3/short/iso-amsn.ent +117 -0
  97. data/data/2.1r3/short/iso-amso.ent +77 -0
  98. data/data/2.1r3/short/iso-amsr.ent +205 -0
  99. data/data/2.1r3/short/iso-box.ent +67 -0
  100. data/data/2.1r3/short/iso-cyr1.ent +94 -0
  101. data/data/2.1r3/short/iso-cyr2.ent +53 -0
  102. data/data/2.1r3/short/iso-dia.ent +41 -0
  103. data/data/2.1r3/short/iso-grk3.ent +70 -0
  104. data/data/2.1r3/short/iso-lat1.ent +89 -0
  105. data/data/2.1r3/short/iso-lat2.ent +148 -0
  106. data/data/2.1r3/short/iso-mfrk.ent +79 -0
  107. data/data/2.1r3/short/iso-mopf.ent +53 -0
  108. data/data/2.1r3/short/iso-mscr.ent +79 -0
  109. data/data/2.1r3/short/iso-num.ent +103 -0
  110. data/data/2.1r3/short/iso-num.old.ent +103 -0
  111. data/data/2.1r3/short/iso-pub.ent +110 -0
  112. data/data/2.1r3/short/iso-tech.ent +183 -0
  113. data/data/2.1r3/short/onix-international.dtd +1013 -0
  114. data/data/2.1r3/short/onix-xhtml.elt +672 -0
  115. data/data/2.1r3/short/short.elt +4758 -0
  116. data/data/2.1r3/short/xhtml-special.ent +79 -0
  117. data/data/2.1r3/short/xhtml-symbol.ent +242 -0
  118. data/data/2.1r4/reference/iso-amsa.ent +173 -0
  119. data/data/2.1r4/reference/iso-amsb.ent +146 -0
  120. data/data/2.1r4/reference/iso-amsc.ent +49 -0
  121. data/data/2.1r4/reference/iso-amsn.ent +117 -0
  122. data/data/2.1r4/reference/iso-amso.ent +77 -0
  123. data/data/2.1r4/reference/iso-amsr.ent +205 -0
  124. data/data/2.1r4/reference/iso-box.ent +67 -0
  125. data/data/2.1r4/reference/iso-cyr1.ent +94 -0
  126. data/data/2.1r4/reference/iso-cyr2.ent +53 -0
  127. data/data/2.1r4/reference/iso-dia.ent +41 -0
  128. data/data/2.1r4/reference/iso-grk3.ent +70 -0
  129. data/data/2.1r4/reference/iso-lat1.ent +89 -0
  130. data/data/2.1r4/reference/iso-lat2.ent +148 -0
  131. data/data/2.1r4/reference/iso-mfrk.ent +79 -0
  132. data/data/2.1r4/reference/iso-mopf.ent +53 -0
  133. data/data/2.1r4/reference/iso-mscr.ent +79 -0
  134. data/data/2.1r4/reference/iso-num.ent +103 -0
  135. data/data/2.1r4/reference/iso-num.old.ent +103 -0
  136. data/data/2.1r4/reference/iso-pub.ent +110 -0
  137. data/data/2.1r4/reference/iso-tech.ent +183 -0
  138. data/data/2.1r4/reference/onix-international.dtd +1024 -0
  139. data/data/2.1r4/reference/onix-xhtml.elt +699 -0
  140. data/data/2.1r4/reference/reference.elt +4801 -0
  141. data/data/2.1r4/reference/xhtml-special.ent +79 -0
  142. data/data/2.1r4/reference/xhtml-symbol.ent +242 -0
  143. data/data/2.1r4/short/iso-amsa.ent +173 -0
  144. data/data/2.1r4/short/iso-amsb.ent +146 -0
  145. data/data/2.1r4/short/iso-amsc.ent +49 -0
  146. data/data/2.1r4/short/iso-amsn.ent +117 -0
  147. data/data/2.1r4/short/iso-amso.ent +77 -0
  148. data/data/2.1r4/short/iso-amsr.ent +205 -0
  149. data/data/2.1r4/short/iso-box.ent +67 -0
  150. data/data/2.1r4/short/iso-cyr1.ent +94 -0
  151. data/data/2.1r4/short/iso-cyr2.ent +53 -0
  152. data/data/2.1r4/short/iso-dia.ent +41 -0
  153. data/data/2.1r4/short/iso-grk3.ent +70 -0
  154. data/data/2.1r4/short/iso-lat1.ent +89 -0
  155. data/data/2.1r4/short/iso-lat2.ent +148 -0
  156. data/data/2.1r4/short/iso-mfrk.ent +79 -0
  157. data/data/2.1r4/short/iso-mopf.ent +53 -0
  158. data/data/2.1r4/short/iso-mscr.ent +79 -0
  159. data/data/2.1r4/short/iso-num.ent +103 -0
  160. data/data/2.1r4/short/iso-num.old.ent +103 -0
  161. data/data/2.1r4/short/iso-pub.ent +110 -0
  162. data/data/2.1r4/short/iso-tech.ent +183 -0
  163. data/data/2.1r4/short/onix-international.dtd +1025 -0
  164. data/data/2.1r4/short/onix-xhtml.elt +699 -0
  165. data/data/2.1r4/short/short.elt +4801 -0
  166. data/data/2.1r4/short/xhtml-special.ent +79 -0
  167. data/data/2.1r4/short/xhtml-symbol.ent +242 -0
  168. data/data/catalog.xml +25 -0
  169. data/lib/cacofonix-dtds.rb +3 -0
  170. data/lib/cacofonix/dtds.rb +25 -0
  171. data/lib/cacofonix/dtds/version.rb +7 -0
  172. metadata +258 -0
@@ -0,0 +1,146 @@
1
+
2
+ <!--
3
+ File isoamsb.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 ac "&#x0290F;" ><!--most positive -->
29
+ <!ENTITY acE "&#x029DB;" ><!--most positive, two lines below -->
30
+ <!ENTITY amalg "&#x02A3F;" ><!--/amalg B: amalgamation or coproduct -->
31
+ <!ENTITY barvee "&#x022BD;" ><!--bar, vee -->
32
+ <!ENTITY barwed "&#x022BC;" ><!--/barwedge B: logical and, bar above -->
33
+ <!ENTITY Barwed "&#x02306;" ><!--/doublebarwedge B: log and, dbl bar above -->
34
+ <!ENTITY bsolb "&#x029C5;" ><!--reverse solidus in square -->
35
+ <!ENTITY Cap "&#x022D2;" ><!--/Cap /doublecap B: dbl intersection -->
36
+ <!ENTITY capand "&#x02A44;" ><!--intersection, and -->
37
+ <!ENTITY capbrcup "&#x02A49;" ><!--intersection, bar, union -->
38
+ <!ENTITY capcap "&#x02A4B;" ><!--intersection, intersection, joined -->
39
+ <!ENTITY capcup "&#x02A47;" ><!--intersection above union -->
40
+ <!ENTITY capdot "&#x02A40;" ><!--intersection, with dot -->
41
+ <!ENTITY caps "&#x02229;&#x0FE00;" ><!--intersection, serifs -->
42
+ <!ENTITY ccaps "&#x02A4D;" ><!--closed intersection, serifs -->
43
+ <!ENTITY ccups "&#x02A4C;" ><!--closed union, serifs -->
44
+ <!ENTITY ccupssm "&#x02A50;" ><!--closed union, serifs, smash product -->
45
+ <!ENTITY coprod "&#x02210;" ><!--/coprod L: coproduct operator -->
46
+ <!ENTITY Cup "&#x022D3;" ><!--/Cup /doublecup B: dbl union -->
47
+ <!ENTITY cupbrcap "&#x02A48;" ><!--union, bar, intersection -->
48
+ <!ENTITY cupcap "&#x02A46;" ><!--union above intersection -->
49
+ <!ENTITY cupcup "&#x02A4A;" ><!--union, union, joined -->
50
+ <!ENTITY cupdot "&#x0228D;" ><!--union, with dot -->
51
+ <!ENTITY cupor "&#x02A45;" ><!--union, or -->
52
+ <!ENTITY cups "&#x0222A;&#x0FE00;" ><!--union, serifs -->
53
+ <!ENTITY cuvee "&#x022CE;" ><!--/curlyvee B: curly logical or -->
54
+ <!ENTITY cuwed "&#x022CF;" ><!--/curlywedge B: curly logical and -->
55
+ <!ENTITY dagger "&#x02020;" ><!--/dagger B: dagger relation -->
56
+ <!ENTITY Dagger "&#x02021;" ><!--/ddagger B: double dagger relation -->
57
+ <!ENTITY diam "&#x022C4;" ><!--/diamond B: open diamond -->
58
+ <!ENTITY divonx "&#x022C7;" ><!--/divideontimes B: division on times -->
59
+ <!ENTITY eplus "&#x02A71;" ><!--equal, plus -->
60
+ <!ENTITY hercon "&#x022B9;" ><!--hermitian conjugate matrix -->
61
+ <!ENTITY intcal "&#x022BA;" ><!--/intercal B: intercal -->
62
+ <!ENTITY iprod "&#x02A3C;" ><!--/intprod -->
63
+ <!ENTITY loplus "&#x02A2D;" ><!--plus sign in left half circle -->
64
+ <!ENTITY lotimes "&#x02A34;" ><!--multiply sign in left half circle -->
65
+ <!ENTITY lthree "&#x022CB;" ><!--/leftthreetimes B: -->
66
+ <!ENTITY ltimes "&#x022C9;" ><!--/ltimes B: times sign, left closed -->
67
+ <!ENTITY midast "&#x0002A;" ><!--/ast B: asterisk -->
68
+ <!ENTITY minusb "&#x0229F;" ><!--/boxminus B: minus sign in box -->
69
+ <!ENTITY minusd "&#x02238;" ><!--/dotminus B: minus sign, dot above -->
70
+ <!ENTITY minusdu "&#x02A2A;" ><!--minus sign, dot below -->
71
+ <!ENTITY ncap "&#x02A43;" ><!--bar, intersection -->
72
+ <!ENTITY ncup "&#x02A42;" ><!--bar, union -->
73
+ <!ENTITY oast "&#x0229B;" ><!--/circledast B: asterisk in circle -->
74
+ <!ENTITY ocir "&#x0229A;" ><!--/circledcirc B: small circle in circle -->
75
+ <!ENTITY odash "&#x0229D;" ><!--/circleddash B: hyphen in circle -->
76
+ <!ENTITY odiv "&#x02A38;" ><!--divide in circle -->
77
+ <!ENTITY odot "&#x02299;" ><!--/odot B: middle dot in circle -->
78
+ <!ENTITY odsold "&#x029BC;" ><!--dot, solidus, dot in circle -->
79
+ <!ENTITY ofcir "&#x029BF;" ><!--filled circle in circle -->
80
+ <!ENTITY ogt "&#x029C1;" ><!--greater-than in circle -->
81
+ <!ENTITY ohbar "&#x029B5;" ><!--circle with horizontal bar -->
82
+ <!ENTITY olcir "&#x029BE;" ><!--large circle in circle -->
83
+ <!ENTITY olt "&#x029C0;" ><!--less-than in circle -->
84
+ <!ENTITY omid "&#x029B6;" ><!--vertical bar in circle -->
85
+ <!ENTITY ominus "&#x02296;" ><!--/ominus B: minus sign in circle -->
86
+ <!ENTITY opar "&#x029B7;" ><!--parallel in circle -->
87
+ <!ENTITY operp "&#x029B9;" ><!--perpendicular in circle -->
88
+ <!ENTITY oplus "&#x02295;" ><!--/oplus B: plus sign in circle -->
89
+ <!ENTITY osol "&#x02298;" ><!--/oslash B: solidus in circle -->
90
+ <!ENTITY otimes "&#x02297;" ><!--/otimes B: multiply sign in circle -->
91
+ <!ENTITY Otimes "&#x02A37;" ><!--multiply sign in double circle -->
92
+ <!ENTITY otimesas "&#x02A36;" ><!--multiply sign in circle, circumflex accent -->
93
+ <!ENTITY ovbar "&#x0233D;" ><!--circle with vertical bar -->
94
+ <!ENTITY plusacir "&#x02A23;" ><!--plus, circumflex accent above -->
95
+ <!ENTITY plusb "&#x0229E;" ><!--/boxplus B: plus sign in box -->
96
+ <!ENTITY pluscir "&#x02A22;" ><!--plus, small circle above -->
97
+ <!ENTITY plusdo "&#x02214;" ><!--/dotplus B: plus sign, dot above -->
98
+ <!ENTITY plusdu "&#x02A25;" ><!--plus sign, dot below -->
99
+ <!ENTITY pluse "&#x02A72;" ><!--plus, equals -->
100
+ <!ENTITY plussim "&#x02A26;" ><!--plus, similar below -->
101
+ <!ENTITY plustwo "&#x02A27;" ><!--plus, two; Nim-addition -->
102
+ <!ENTITY prod "&#x0220F;" ><!--/prod L: product operator -->
103
+ <!ENTITY race "&#x029DA;" ><!--reverse most positive, line below -->
104
+ <!ENTITY roplus "&#x02A2E;" ><!--plus sign in right half circle -->
105
+ <!ENTITY rotimes "&#x02A35;" ><!--multiply sign in right half circle -->
106
+ <!ENTITY rthree "&#x022CC;" ><!--/rightthreetimes B: -->
107
+ <!ENTITY rtimes "&#x022CA;" ><!--/rtimes B: times sign, right closed -->
108
+ <!ENTITY sdot "&#x022C5;" ><!--/cdot B: small middle dot -->
109
+ <!ENTITY sdotb "&#x022A1;" ><!--/dotsquare /boxdot B: small dot in box -->
110
+ <!ENTITY setmn "&#x02216;" ><!--/setminus B: reverse solidus -->
111
+ <!ENTITY simplus "&#x02A24;" ><!--plus, similar above -->
112
+ <!ENTITY smashp "&#x02A33;" ><!--smash product -->
113
+ <!ENTITY solb "&#x029C4;" ><!--solidus in square -->
114
+ <!ENTITY sqcap "&#x02293;" ><!--/sqcap B: square intersection -->
115
+ <!ENTITY sqcaps "&#x02293;&#x0FE00;" ><!--square intersection, serifs -->
116
+ <!ENTITY sqcup "&#x02294;" ><!--/sqcup B: square union -->
117
+ <!ENTITY sqcups "&#x02294;&#x0FE00;" ><!--square union, serifs -->
118
+ <!ENTITY ssetmn "&#x02216;&#x0FE00;" ><!--/smallsetminus B: sm reverse solidus -->
119
+ <!ENTITY sstarf "&#x022C6;" ><!--/star B: small star, filled -->
120
+ <!ENTITY subdot "&#x02ABD;" ><!--subset, with dot -->
121
+ <!ENTITY sum "&#x02211;" ><!--/sum L: summation operator -->
122
+ <!ENTITY supdot "&#x02ABE;" ><!--superset, with dot -->
123
+ <!ENTITY timesb "&#x022A0;" ><!--/boxtimes B: multiply sign in box -->
124
+ <!ENTITY timesbar "&#x02A31;" ><!--multiply sign, bar below -->
125
+ <!ENTITY timesd "&#x02A30;" ><!--times, dot -->
126
+ <!ENTITY tridot "&#x025EC;" ><!--dot in triangle -->
127
+ <!ENTITY triminus "&#x02A3A;" ><!--minus in triangle -->
128
+ <!ENTITY triplus "&#x02A39;" ><!--plus in triangle -->
129
+ <!ENTITY trisb "&#x029CD;" ><!--triangle, serifs at bottom -->
130
+ <!ENTITY tritime "&#x02A3B;" ><!--multiply in triangle -->
131
+ <!ENTITY uplus "&#x0228E;" ><!--/uplus B: plus sign in union -->
132
+ <!ENTITY veebar "&#x022BB;" ><!--/veebar B: logical or, bar below -->
133
+ <!ENTITY wedbar "&#x02A5F;" ><!--wedge, bar below -->
134
+ <!ENTITY wreath "&#x02240;" ><!--/wr B: wreath product -->
135
+ <!ENTITY xcap "&#x022C2;" ><!--/bigcap L: intersection operator -->
136
+ <!ENTITY xcirc "&#x025EF;" ><!--/bigcirc B: large circle -->
137
+ <!ENTITY xcup "&#x022C3;" ><!--/bigcup L: union operator -->
138
+ <!ENTITY xdtri "&#x025BD;" ><!--/bigtriangledown B: big dn tri, open -->
139
+ <!ENTITY xodot "&#x02299;" ><!--/bigodot L: circle dot operator -->
140
+ <!ENTITY xoplus "&#x02295;" ><!--/bigoplus L: circle plus operator -->
141
+ <!ENTITY xotime "&#x02297;" ><!--/bigotimes L: circle times operator -->
142
+ <!ENTITY xsqcup "&#x02294;" ><!--/bigsqcup L: square union operator -->
143
+ <!ENTITY xuplus "&#x0228E;" ><!--/biguplus L: -->
144
+ <!ENTITY xutri "&#x025B3;" ><!--/bigtriangleup B: big up tri, open -->
145
+ <!ENTITY xvee "&#x022C1;" ><!--/bigvee L: logical and operator -->
146
+ <!ENTITY xwedge "&#x022C0;" ><!--/bigwedge L: logical or operator -->
@@ -0,0 +1,49 @@
1
+
2
+ <!--
3
+ File isoamsc.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 dlcorn "&#x0231E;" ><!--/llcorner O: lower left corner -->
29
+ <!ENTITY drcorn "&#x0231F;" ><!--/lrcorner C: lower right corner -->
30
+ <!ENTITY gtlPar "&#x02995;" ><!--dbl left parenthesis, greater -->
31
+ <!ENTITY langd "&#x02991;" ><!--left angle, dot -->
32
+ <!ENTITY lbrke "&#x0298B;" ><!--left bracket, equal -->
33
+ <!ENTITY lbrksld "&#x0298F;" ><!--left bracket, solidus bottom corner -->
34
+ <!ENTITY lbrkslu "&#x0298D;" ><!--left bracket, solidus top corner -->
35
+ <!ENTITY lceil "&#x02308;" ><!--/lceil O: left ceiling -->
36
+ <!ENTITY lfloor "&#x0230A;" ><!--/lfloor O: left floor -->
37
+ <!ENTITY lmoust "&#x023B0;" ><!--/lmoustache -->
38
+ <!ENTITY lparlt "&#x02993;" ><!--O: left parenthesis, lt -->
39
+ <!ENTITY ltrPar "&#x02996;" ><!--dbl right parenthesis, less -->
40
+ <!ENTITY rangd "&#x02992;" ><!--right angle, dot -->
41
+ <!ENTITY rbrke "&#x0298C;" ><!--right bracket, equal -->
42
+ <!ENTITY rbrksld "&#x0298E;" ><!--right bracket, solidus bottom corner -->
43
+ <!ENTITY rbrkslu "&#x02990;" ><!--right bracket, solidus top corner -->
44
+ <!ENTITY rceil "&#x02309;" ><!--/rceil C: right ceiling -->
45
+ <!ENTITY rfloor "&#x0230B;" ><!--/rfloor C: right floor -->
46
+ <!ENTITY rmoust "&#x023B1;" ><!--/rmoustache -->
47
+ <!ENTITY rpargt "&#x02994;" ><!--C: right paren, gt -->
48
+ <!ENTITY ulcorn "&#x0231C;" ><!--/ulcorner O: upper left corner -->
49
+ <!ENTITY urcorn "&#x0231D;" ><!--/urcorner C: upper right corner -->
@@ -0,0 +1,117 @@
1
+
2
+ <!--
3
+ File isoamsn.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 gnap "&#x02A8A;" ><!--/gnapprox N: greater, not approximate -->
29
+ <!ENTITY gne "&#x02269;" ><!--/gneq N: greater, not equals -->
30
+ <!ENTITY gnE "&#x02269;" ><!--/gneqq N: greater, not dbl equals -->
31
+ <!ENTITY gnsim "&#x022E7;" ><!--/gnsim N: greater, not similar -->
32
+ <!ENTITY gvnE "&#x02269;&#x0FE00;" ><!--/gvertneqq N: gt, vert, not dbl eq -->
33
+ <!ENTITY lnap "&#x02A89;" ><!--/lnapprox N: less, not approximate -->
34
+ <!ENTITY lne "&#x02268;" ><!--/lneq N: less, not equals -->
35
+ <!ENTITY lnE "&#x02268;" ><!--/lneqq N: less, not double equals -->
36
+ <!ENTITY lnsim "&#x022E6;" ><!--/lnsim N: less, not similar -->
37
+ <!ENTITY lvnE "&#x02268;&#x0FE00;" ><!--/lvertneqq N: less, vert, not dbl eq -->
38
+ <!ENTITY nap "&#x02249;" ><!--/napprox N: not approximate -->
39
+ <!ENTITY napE "&#x02A70;&#x00338;" ><!--not approximately equal or equal to -->
40
+ <!ENTITY napid "&#x0224B;&#x00338;" ><!--not approximately identical to -->
41
+ <!ENTITY ncong "&#x02247;" ><!--/ncong N: not congruent with -->
42
+ <!ENTITY ncongdot "&#x02A6D;&#x00338;" ><!--not congruent, dot -->
43
+ <!ENTITY nequiv "&#x02262;" ><!--/nequiv N: not identical with -->
44
+ <!ENTITY nge "&#x02271;&#x020E5;" ><!--/ngeq N: not greater-than-or-equal -->
45
+ <!ENTITY ngE "&#x02271;" ><!--/ngeqq N: not greater, dbl equals -->
46
+ <!ENTITY nges "&#x02271;" ><!--/ngeqslant N: not gt-or-eq, slanted -->
47
+ <!ENTITY nGg "&#x022D9;&#x00338;" ><!--not triple greater than -->
48
+ <!ENTITY ngsim "&#x02275;" ><!--not greater, similar -->
49
+ <!ENTITY ngt "&#x0226F;" ><!--/ngtr N: not greater-than -->
50
+ <!ENTITY nGt "&#x0226B;&#x00338;" ><!--not, vert, much greater than -->
51
+ <!ENTITY nGtv "&#x0226B;&#x00338;&#x0FE00;" ><!--not much greater than, variant -->
52
+ <!ENTITY nle "&#x02270;&#x020E5;" ><!--/nleq N: not less-than-or-equal -->
53
+ <!ENTITY nlE "&#x02270;" ><!--/nleqq N: not less, dbl equals -->
54
+ <!ENTITY nles "&#x02270;" ><!--/nleqslant N: not less-or-eq, slant -->
55
+ <!ENTITY nLl "&#x022D8;&#x00338;" ><!--not triple less than -->
56
+ <!ENTITY nlsim "&#x02274;" ><!--not less, similar -->
57
+ <!ENTITY nlt "&#x0226E;" ><!--/nless N: not less-than -->
58
+ <!ENTITY nLt "&#x0226A;&#x00338;" ><!--not, vert, much less than -->
59
+ <!ENTITY nltri "&#x022EA;" ><!--/ntriangleleft N: not left triangle -->
60
+ <!ENTITY nltrie "&#x022EC;" ><!--/ntrianglelefteq N: not l tri, eq -->
61
+ <!ENTITY nLtv "&#x0226A;&#x00338;&#x0FE00;" ><!--not much less than, variant -->
62
+ <!ENTITY nmid "&#x02224;" ><!--/nmid -->
63
+ <!ENTITY npar "&#x02226;" ><!--/nparallel N: not parallel -->
64
+ <!ENTITY npr "&#x02280;" ><!--/nprec N: not precedes -->
65
+ <!ENTITY nprcue "&#x022E0;" ><!--not curly precedes, eq -->
66
+ <!ENTITY npre "&#x02AAF;&#x00338;" ><!--/npreceq N: not precedes, equals -->
67
+ <!ENTITY nrtri "&#x022EB;" ><!--/ntriangleright N: not rt triangle -->
68
+ <!ENTITY nrtrie "&#x022ED;" ><!--/ntrianglerighteq N: not r tri, eq -->
69
+ <!ENTITY nsc "&#x02281;" ><!--/nsucc N: not succeeds -->
70
+ <!ENTITY nsccue "&#x022E1;" ><!--not succeeds, curly eq -->
71
+ <!ENTITY nsce "&#x02AB0;&#x00338;" ><!--/nsucceq N: not succeeds, equals -->
72
+ <!ENTITY nsim "&#x02241;" ><!--/nsim N: not similar -->
73
+ <!ENTITY nsime "&#x02244;" ><!--/nsimeq N: not similar, equals -->
74
+ <!ENTITY nsmid "&#x02224;&#x0FE00;" ><!--/nshortmid -->
75
+ <!ENTITY nspar "&#x02226;&#x0FE00;" ><!--/nshortparallel N: not short par -->
76
+ <!ENTITY nsqsube "&#x022E2;" ><!--not, square subset, equals -->
77
+ <!ENTITY nsqsupe "&#x022E3;" ><!--not, square superset, equals -->
78
+ <!ENTITY nsub "&#x02284;" ><!--not subset -->
79
+ <!ENTITY nsube "&#x02288;" ><!--/nsubseteq N: not subset, equals -->
80
+ <!ENTITY nsubE "&#x02288;" ><!--/nsubseteqq N: not subset, dbl eq -->
81
+ <!ENTITY nsup "&#x02285;" ><!--not superset -->
82
+ <!ENTITY nsupe "&#x02289;" ><!--/nsupseteq N: not superset, equals -->
83
+ <!ENTITY nsupE "&#x02289;" ><!--/nsupseteqq N: not superset, dbl eq -->
84
+ <!ENTITY ntgl "&#x02279;" ><!--not greater, less -->
85
+ <!ENTITY ntlg "&#x02278;" ><!--not less, greater -->
86
+ <!ENTITY nvap "&#x02249;&#x00338;" ><!--not, vert, approximate -->
87
+ <!ENTITY nvdash "&#x022AC;" ><!--/nvdash N: not vertical, dash -->
88
+ <!ENTITY nvDash "&#x022AD;" ><!--/nvDash N: not vertical, dbl dash -->
89
+ <!ENTITY nVdash "&#x022AE;" ><!--/nVdash N: not dbl vertical, dash -->
90
+ <!ENTITY nVDash "&#x022AF;" ><!--/nVDash N: not dbl vert, dbl dash -->
91
+ <!ENTITY nvge "&#x02271;" ><!--not, vert, greater-than-or-equal -->
92
+ <!ENTITY nvgt "&#x0226F;" ><!--not, vert, greater-than -->
93
+ <!ENTITY nvle "&#x02270;" ><!--not, vert, less-than-or-equal -->
94
+ <!ENTITY nvlt "&#x0226E;" ><!--not, vert, less-than -->
95
+ <!ENTITY nvltrie "&#x022EC;&#x00338;" ><!--not, vert, left triangle, equals -->
96
+ <!ENTITY nvrtrie "&#x022ED;&#x00338;" ><!--not, vert, right triangle, equals -->
97
+ <!ENTITY nvsim "&#x02241;&#x00338;" ><!--not, vert, similar -->
98
+ <!ENTITY parsim "&#x02AF3;" ><!--parallel, similar -->
99
+ <!ENTITY prnap "&#x022E8;" ><!--/precnapprox N: precedes, not approx -->
100
+ <!ENTITY prnE "&#x02AB5;" ><!--/precneqq N: precedes, not dbl eq -->
101
+ <!ENTITY prnsim "&#x022E8;" ><!--/precnsim N: precedes, not similar -->
102
+ <!ENTITY rnmid "&#x02AEE;" ><!--reverse /nmid -->
103
+ <!ENTITY scnap "&#x022E9;" ><!--/succnapprox N: succeeds, not approx -->
104
+ <!ENTITY scnE "&#x02AB6;" ><!--/succneqq N: succeeds, not dbl eq -->
105
+ <!ENTITY scnsim "&#x022E9;" ><!--/succnsim N: succeeds, not similar -->
106
+ <!ENTITY simne "&#x02246;" ><!--similar, not equals -->
107
+ <!ENTITY solbar "&#x0233F;" ><!--solidus, bar through -->
108
+ <!ENTITY subne "&#x0228A;" ><!--/subsetneq N: subset, not equals -->
109
+ <!ENTITY subnE "&#x0228A;" ><!--/subsetneqq N: subset, not dbl eq -->
110
+ <!ENTITY supne "&#x0228B;" ><!--/supsetneq N: superset, not equals -->
111
+ <!ENTITY supnE "&#x0228B;" ><!--/supsetneqq N: superset, not dbl eq -->
112
+ <!ENTITY vnsub "&#x02284;" ><!--/nsubset N: not subset, var -->
113
+ <!ENTITY vnsup "&#x02285;" ><!--/nsupset N: not superset, var -->
114
+ <!ENTITY vsubne "&#x0228A;&#x0FE00;" ><!--/varsubsetneq N: subset, not eq, var -->
115
+ <!ENTITY vsubnE "&#x0228A;&#x0FE00;" ><!--/varsubsetneqq N: subset not dbl eq, var -->
116
+ <!ENTITY vsupne "&#x0228B;&#x0FE00;" ><!--/varsupsetneq N: superset, not eq, var -->
117
+ <!ENTITY vsupnE "&#x0228B;&#x0FE00;" ><!--/varsupsetneqq N: super not dbl eq, var -->
@@ -0,0 +1,77 @@
1
+
2
+ <!--
3
+ File isoamso.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 ang "&#x02220;" ><!--/angle - angle -->
29
+ <!ENTITY ange "&#x029A4;" ><!--angle, equal -->
30
+ <!ENTITY angmsd "&#x02221;" ><!--/measuredangle - angle-measured -->
31
+ <!ENTITY angmsdaa "&#x029A8;" ><!--angle-measured, arrow, up, right -->
32
+ <!ENTITY angmsdab "&#x029A9;" ><!--angle-measured, arrow, up, left -->
33
+ <!ENTITY angmsdac "&#x029AA;" ><!--angle-measured, arrow, down, right -->
34
+ <!ENTITY angmsdad "&#x029AB;" ><!--angle-measured, arrow, down, left -->
35
+ <!ENTITY angmsdae "&#x029AC;" ><!--angle-measured, arrow, right, up -->
36
+ <!ENTITY angmsdaf "&#x029AD;" ><!--angle-measured, arrow, left, up -->
37
+ <!ENTITY angmsdag "&#x029AE;" ><!--angle-measured, arrow, right, down -->
38
+ <!ENTITY angmsdah "&#x029AF;" ><!--angle-measured, arrow, left, down -->
39
+ <!ENTITY angrtvb "&#x0299D;&#x0FE00;" ><!--right angle-measured -->
40
+ <!ENTITY angrtvbd "&#x0299D;" ><!--right angle-measured, dot -->
41
+ <!ENTITY bbrk "&#x023B5;" ><!--bottom square bracket -->
42
+ <!ENTITY bemptyv "&#x029B0;" ><!--reversed circle, slash -->
43
+ <!ENTITY beth "&#x02136;" ><!--/beth - beth, Hebrew -->
44
+ <!ENTITY boxbox "&#x029C9;" ><!--two joined squares -->
45
+ <!ENTITY bprime "&#x02035;" ><!--/backprime - reverse prime -->
46
+ <!ENTITY bsemi "&#x0204F;" ><!--reverse semi-colon -->
47
+ <!ENTITY cemptyv "&#x029B2;" ><!--circle, slash, small circle above -->
48
+ <!ENTITY cirE "&#x029C3;" ><!--circle, two horizontal stroked to the right -->
49
+ <!ENTITY cirscir "&#x029C2;" ><!--circle, small circle to the right -->
50
+ <!ENTITY comp "&#x02201;" ><!--/complement - complement sign -->
51
+ <!ENTITY daleth "&#x02138;" ><!--/daleth - daleth, Hebrew -->
52
+ <!ENTITY demptyv "&#x029B1;" ><!--circle, slash, bar above -->
53
+ <!ENTITY ell "&#x02113;" ><!--/ell - cursive small l -->
54
+ <!ENTITY empty "&#x02205;&#x0FE00;" ><!--/emptyset - zero, slash -->
55
+ <!ENTITY emptyv "&#x02205;" ><!--/varnothing - circle, slash -->
56
+ <!ENTITY gimel "&#x02137;" ><!--/gimel - gimel, Hebrew -->
57
+ <!ENTITY iiota "&#x02129;" ><!--inverted iota -->
58
+ <!ENTITY image "&#x02111;" ><!--/Im - imaginary -->
59
+ <!ENTITY imath "&#x00131;" ><!--/imath - small i, no dot -->
60
+ <!ENTITY jmath "&#x0006A;&#x0FE00;" ><!--/jmath - small j, no dot -->
61
+ <!ENTITY laemptyv "&#x029B4;" ><!--circle, slash, left arrow above -->
62
+ <!ENTITY lltri "&#x025FA;" ><!--lower left triangle -->
63
+ <!ENTITY lrtri "&#x022BF;" ><!--lower right triangle -->
64
+ <!ENTITY mho "&#x02127;" ><!--/mho - conductance -->
65
+ <!ENTITY nang "&#x02220;&#x00338;" ><!--not, vert, angle -->
66
+ <!ENTITY nexist "&#x02204;" ><!--/nexists - negated exists -->
67
+ <!ENTITY oS "&#x024C8;" ><!--/circledS - capital S in circle -->
68
+ <!ENTITY planck "&#x0210F;&#x0FE00;" ><!--/hbar - Planck's over 2pi -->
69
+ <!ENTITY plankv "&#x0210F;" ><!--/hslash - variant Planck's over 2pi -->
70
+ <!ENTITY raemptyv "&#x029B3;" ><!--circle, slash, right arrow above -->
71
+ <!ENTITY range "&#x029A5;" ><!--reverse angle, equal -->
72
+ <!ENTITY real "&#x0211C;" ><!--/Re - real -->
73
+ <!ENTITY tbrk "&#x023B4;" ><!--top square bracket -->
74
+ <!ENTITY ultri "&#x025F8;" ><!--upper left triangle -->
75
+ <!ENTITY urtri "&#x025F9;" ><!--upper right triangle -->
76
+ <!ENTITY vzigzag "&#x0299A;" ><!--vertical zig-zag line -->
77
+ <!ENTITY weierp "&#x02118;" ><!--/wp - Weierstrass p -->
@@ -0,0 +1,205 @@
1
+
2
+ <!--
3
+ File isoamsr.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 ape "&#x0224A;" ><!--/approxeq R: approximate, equals -->
29
+ <!ENTITY apE "&#x0224A;" ><!--approximately equal or equal to -->
30
+ <!ENTITY apid "&#x0224B;" ><!--approximately identical to -->
31
+ <!ENTITY asymp "&#x0224D;" ><!--/asymp R: asymptotically equal to -->
32
+ <!ENTITY Barv "&#x02AE7;" ><!--vert, dbl bar (over) -->
33
+ <!ENTITY bcong "&#x0224C;" ><!--/backcong R: reverse congruent -->
34
+ <!ENTITY bepsi "&#x003F6;" ><!--/backepsilon R: such that -->
35
+ <!ENTITY bowtie "&#x022C8;" ><!--/bowtie R: -->
36
+ <!ENTITY bsim "&#x0223D;" ><!--/backsim R: reverse similar -->
37
+ <!ENTITY bsime "&#x022CD;" ><!--/backsimeq R: reverse similar, eq -->
38
+ <!ENTITY bsolhsub "&#x0005C;&#x02282;" ><!--reverse solidus, subset -->
39
+ <!ENTITY bump "&#x0224E;" ><!--/Bumpeq R: bumpy equals -->
40
+ <!ENTITY bumpe "&#x0224F;" ><!--/bumpeq R: bumpy equals, equals -->
41
+ <!ENTITY bumpE "&#x02AAE;" ><!--bump, equals -->
42
+ <!ENTITY cire "&#x02257;" ><!--/circeq R: circle, equals -->
43
+ <!ENTITY Colon "&#x02237;" ><!--/Colon, two colons -->
44
+ <!ENTITY colone "&#x02254;" ><!--/coloneq R: colon, equals -->
45
+ <!ENTITY Colone "&#x02A74;" ><!--double colon, equals -->
46
+ <!ENTITY congdot "&#x02A6D;" ><!--congruent, dot -->
47
+ <!ENTITY csub "&#x02ACF;" ><!--subset, closed -->
48
+ <!ENTITY csube "&#x02AD1;" ><!--subset, closed, equals -->
49
+ <!ENTITY csup "&#x02AD0;" ><!--superset, closed -->
50
+ <!ENTITY csupe "&#x02AD2;" ><!--superset, closed, equals -->
51
+ <!ENTITY cuepr "&#x022DE;" ><!--/curlyeqprec R: curly eq, precedes -->
52
+ <!ENTITY cuesc "&#x022DF;" ><!--/curlyeqsucc R: curly eq, succeeds -->
53
+ <!ENTITY dashv "&#x022A3;" ><!--/dashv R: dash, vertical -->
54
+ <!ENTITY Dashv "&#x02AE4;" ><!--dbl dash, vertical -->
55
+ <!ENTITY easter "&#x0225B;" ><!--equal, asterisk above -->
56
+ <!ENTITY ecir "&#x02256;" ><!--/eqcirc R: circle on equals sign -->
57
+ <!ENTITY ecolon "&#x02255;" ><!--/eqcolon R: equals, colon -->
58
+ <!ENTITY eDDot "&#x02A77;" ><!--/ddotseq R: equal with four dots -->
59
+ <!ENTITY eDot "&#x02251;" ><!--/doteqdot /Doteq R: eq, even dots -->
60
+ <!ENTITY efDot "&#x02252;" ><!--/fallingdotseq R: eq, falling dots -->
61
+ <!ENTITY eg "&#x02A9A;" ><!--equal-or-greater -->
62
+ <!ENTITY egs "&#x022DD;" ><!--/eqslantgtr R: equal-or-gtr, slanted -->
63
+ <!ENTITY egsdot "&#x02A98;" ><!--equal-or-greater, slanted, dot inside -->
64
+ <!ENTITY el "&#x02A99;" ><!--equal-or-less -->
65
+ <!ENTITY els "&#x022DC;" ><!--/eqslantless R: eq-or-less, slanted -->
66
+ <!ENTITY elsdot "&#x02A97;" ><!--equal-or-less, slanted, dot inside -->
67
+ <!ENTITY equest "&#x0225F;" ><!--/questeq R: equal with questionmark -->
68
+ <!ENTITY equivDD "&#x02A78;" ><!--equivalent, four dots above -->
69
+ <!ENTITY erDot "&#x02253;" ><!--/risingdotseq R: eq, rising dots -->
70
+ <!ENTITY esdot "&#x02250;" ><!--/doteq R: equals, single dot above -->
71
+ <!ENTITY esim "&#x02242;" ><!--/esim R: equals, similar -->
72
+ <!ENTITY Esim "&#x02A73;" ><!--equal, similar -->
73
+ <!ENTITY fork "&#x022D4;" ><!--/pitchfork R: pitchfork -->
74
+ <!ENTITY forkv "&#x02AD9;" ><!--fork, variant -->
75
+ <!ENTITY frown "&#x02322;" ><!--/frown R: down curve -->
76
+ <!ENTITY gap "&#x02273;" ><!--/gtrapprox R: greater, approximate -->
77
+ <!ENTITY gE "&#x02267;" ><!--/geqq R: greater, double equals -->
78
+ <!ENTITY gel "&#x022DB;" ><!--/gtreqless R: greater, equals, less -->
79
+ <!ENTITY gEl "&#x022DB;" ><!--/gtreqqless R: gt, dbl equals, less -->
80
+ <!ENTITY ges "&#x02A7E;" ><!--/geqslant R: gt-or-equal, slanted -->
81
+ <!ENTITY gescc "&#x02AA9;" ><!--greater than, closed by curve, equal, slanted -->
82
+ <!ENTITY gesdot "&#x02A80;" ><!--greater-than-or-equal, slanted, dot inside -->
83
+ <!ENTITY gesdoto "&#x02A82;" ><!--greater-than-or-equal, slanted, dot above -->
84
+ <!ENTITY gesdotol "&#x02A84;" ><!--greater-than-or-equal, slanted, dot above left -->
85
+ <!ENTITY gesl "&#x022DB;&#x0FE00;" ><!--greater, equal, slanted, less -->
86
+ <!ENTITY gesles "&#x02A94;" ><!--greater, equal, slanted, less, equal, slanted -->
87
+ <!ENTITY Gg "&#x022D9;" ><!--/ggg /Gg /gggtr R: triple gtr-than -->
88
+ <!ENTITY gl "&#x02277;" ><!--/gtrless R: greater, less -->
89
+ <!ENTITY gla "&#x02AA5;" ><!--greater, less, apart -->
90
+ <!ENTITY glE "&#x02A92;" ><!--greater, less, equal -->
91
+ <!ENTITY glj "&#x02AA4;" ><!--greater, less, overlapping -->
92
+ <!ENTITY gsim "&#x02273;" ><!--/gtrsim R: greater, similar -->
93
+ <!ENTITY gsime "&#x02A8E;" ><!--greater, similar, equal -->
94
+ <!ENTITY gsiml "&#x02A90;" ><!--greater, similar, less -->
95
+ <!ENTITY Gt "&#x0226B;" ><!--/gg R: dbl greater-than sign -->
96
+ <!ENTITY gtcc "&#x02AA7;" ><!--greater than, closed by curve -->
97
+ <!ENTITY gtcir "&#x02A7A;" ><!--greater than, circle inside -->
98
+ <!ENTITY gtdot "&#x022D7;" ><!--/gtrdot R: greater than, with dot -->
99
+ <!ENTITY gtquest "&#x02A7C;" ><!--greater than, questionmark above -->
100
+ <!ENTITY gtrarr "&#x02978;" ><!--greater than, right arrow -->
101
+ <!ENTITY homtht "&#x0223B;" ><!--homothetic -->
102
+ <!ENTITY lap "&#x02272;" ><!--/lessapprox R: less, approximate -->
103
+ <!ENTITY lat "&#x02AAB;" ><!--larger than -->
104
+ <!ENTITY late "&#x02AAD;" ><!--larger than or equal -->
105
+ <!ENTITY lates "&#x02AAD;&#x0FE00;" ><!--larger than or equal, slanted -->
106
+ <!ENTITY lE "&#x02266;" ><!--/leqq R: less, double equals -->
107
+ <!ENTITY leg "&#x022DA;" ><!--/lesseqgtr R: less, eq, greater -->
108
+ <!ENTITY lEg "&#x022DA;" ><!--/lesseqqgtr R: less, dbl eq, greater -->
109
+ <!ENTITY les "&#x02A7D;" ><!--/leqslant R: less-than-or-eq, slant -->
110
+ <!ENTITY lescc "&#x02AA8;" ><!--less than, closed by curve, equal, slanted -->
111
+ <!ENTITY lesdot "&#x02A7F;" ><!--less-than-or-equal, slanted, dot inside -->
112
+ <!ENTITY lesdoto "&#x02A81;" ><!--less-than-or-equal, slanted, dot above -->
113
+ <!ENTITY lesdotor "&#x02A83;" ><!--less-than-or-equal, slanted, dot above right -->
114
+ <!ENTITY lesg "&#x022DA;&#x0FE00;" ><!--less, equal, slanted, greater -->
115
+ <!ENTITY lesges "&#x02A93;" ><!--less, equal, slanted, greater, equal, slanted -->
116
+ <!ENTITY lg "&#x02276;" ><!--/lessgtr R: less, greater -->
117
+ <!ENTITY lgE "&#x02A91;" ><!--less, greater, equal -->
118
+ <!ENTITY Ll "&#x022D8;" ><!--/Ll /lll /llless R: triple less-than -->
119
+ <!ENTITY lsim "&#x02272;" ><!--/lesssim R: less, similar -->
120
+ <!ENTITY lsime "&#x02A8D;" ><!--less, similar, equal -->
121
+ <!ENTITY lsimg "&#x02A8F;" ><!--less, similar, greater -->
122
+ <!ENTITY Lt "&#x0226A;" ><!--/ll R: double less-than sign -->
123
+ <!ENTITY ltcc "&#x02AA6;" ><!--less than, closed by curve -->
124
+ <!ENTITY ltcir "&#x02A79;" ><!--less than, circle inside -->
125
+ <!ENTITY ltdot "&#x022D6;" ><!--/lessdot R: less than, with dot -->
126
+ <!ENTITY ltlarr "&#x02976;" ><!--less than, left arrow -->
127
+ <!ENTITY ltquest "&#x02A7B;" ><!--less than, questionmark above -->
128
+ <!ENTITY ltrie "&#x022B4;" ><!--/trianglelefteq R: left triangle, eq -->
129
+ <!ENTITY mcomma "&#x02A29;" ><!--minus, comma above -->
130
+ <!ENTITY mDDot "&#x0223A;" ><!--minus with four dots, geometric properties -->
131
+ <!ENTITY mid "&#x02223;" ><!--/mid R: -->
132
+ <!ENTITY mlcp "&#x02ADB;" ><!--/mlcp -->
133
+ <!ENTITY models "&#x022A7;" ><!--/models R: -->
134
+ <!ENTITY mstpos "&#x0223E;" ><!--most positive -->
135
+ <!ENTITY pr "&#x0227A;" ><!--/prec R: precedes -->
136
+ <!ENTITY Pr "&#x02ABB;" ><!--dbl precedes -->
137
+ <!ENTITY prap "&#x0227E;" ><!--/precapprox R: precedes, approximate -->
138
+ <!ENTITY prcue "&#x0227C;" ><!--/preccurlyeq R: precedes, curly eq -->
139
+ <!ENTITY pre "&#x02AAF;" ><!--/preceq R: precedes, equals -->
140
+ <!ENTITY prE "&#x02AAF;" ><!--precedes, dbl equals -->
141
+ <!ENTITY prsim "&#x0227E;" ><!--/precsim R: precedes, similar -->
142
+ <!ENTITY prurel "&#x022B0;" ><!--element precedes under relation -->
143
+ <!ENTITY ratio "&#x02236;" ><!--/ratio -->
144
+ <!ENTITY rtrie "&#x022B5;" ><!--/trianglerighteq R: right tri, eq -->
145
+ <!ENTITY rtriltri "&#x029CE;" ><!--right triangle above left triangle -->
146
+ <!ENTITY sc "&#x0227B;" ><!--/succ R: succeeds -->
147
+ <!ENTITY Sc "&#x02ABC;" ><!--dbl succeeds -->
148
+ <!ENTITY scap "&#x0227F;" ><!--/succapprox R: succeeds, approximate -->
149
+ <!ENTITY sccue "&#x0227D;" ><!--/succcurlyeq R: succeeds, curly eq -->
150
+ <!ENTITY sce "&#x0227D;" ><!--/succeq R: succeeds, equals -->
151
+ <!ENTITY scE "&#x0227E;" ><!--succeeds, dbl equals -->
152
+ <!ENTITY scsim "&#x0227F;" ><!--/succsim R: succeeds, similar -->
153
+ <!ENTITY sdote "&#x02A66;" ><!--equal, dot below -->
154
+ <!ENTITY simg "&#x02A9E;" ><!--similar, greater -->
155
+ <!ENTITY simgE "&#x02AA0;" ><!--similar, greater, equal -->
156
+ <!ENTITY siml "&#x02A9D;" ><!--similar, less -->
157
+ <!ENTITY simlE "&#x02A9F;" ><!--similar, less, equal -->
158
+ <!ENTITY smid "&#x02223;&#x0FE00;" ><!--/shortmid R: -->
159
+ <!ENTITY smile "&#x02323;" ><!--/smile R: up curve -->
160
+ <!ENTITY smt "&#x02AAA;" ><!--smaller than -->
161
+ <!ENTITY smte "&#x02AAC;" ><!--smaller than or equal -->
162
+ <!ENTITY smtes "&#x02AAC;&#x0FE00;" ><!--smaller than or equal, slanted -->
163
+ <!ENTITY spar "&#x02225;&#x0FE00;" ><!--/shortparallel R: short parallel -->
164
+ <!ENTITY sqsub "&#x0228F;" ><!--/sqsubset R: square subset -->
165
+ <!ENTITY sqsube "&#x02291;" ><!--/sqsubseteq R: square subset, equals -->
166
+ <!ENTITY sqsup "&#x02290;" ><!--/sqsupset R: square superset -->
167
+ <!ENTITY sqsupe "&#x02292;" ><!--/sqsupseteq R: square superset, eq -->
168
+ <!ENTITY Sub "&#x022D0;" ><!--/Subset R: double subset -->
169
+ <!ENTITY subE "&#x02286;" ><!--/subseteqq R: subset, dbl equals -->
170
+ <!ENTITY subedot "&#x02AC3;" ><!--subset, equals, dot -->
171
+ <!ENTITY submult "&#x02AC1;" ><!--subset, multiply -->
172
+ <!ENTITY subplus "&#x02ABF;" ><!--subset, plus -->
173
+ <!ENTITY subrarr "&#x02979;" ><!--subset, right arrow -->
174
+ <!ENTITY subsim "&#x02AC7;" ><!--subset, similar -->
175
+ <!ENTITY subsub "&#x02AD5;" ><!--subset above subset -->
176
+ <!ENTITY subsup "&#x02AD3;" ><!--subset above superset -->
177
+ <!ENTITY Sup "&#x022D1;" ><!--/Supset R: dbl superset -->
178
+ <!ENTITY supdsub "&#x02AD8;" ><!--superset, subset, dash joining them -->
179
+ <!ENTITY supE "&#x02287;" ><!--/supseteqq R: superset, dbl equals -->
180
+ <!ENTITY supedot "&#x02AC4;" ><!--superset, equals, dot -->
181
+ <!ENTITY suphsol "&#x02283;&#x0002F;" ><!--superset, solidus -->
182
+ <!ENTITY suphsub "&#x02AD7;" ><!--superset, subset -->
183
+ <!ENTITY suplarr "&#x0297B;" ><!--superset, left arrow -->
184
+ <!ENTITY supmult "&#x02AC2;" ><!--superset, multiply -->
185
+ <!ENTITY supplus "&#x02AC0;" ><!--superset, plus -->
186
+ <!ENTITY supsim "&#x02AC8;" ><!--superset, similar -->
187
+ <!ENTITY supsub "&#x02AD4;" ><!--superset above subset -->
188
+ <!ENTITY supsup "&#x02AD6;" ><!--superset above superset -->
189
+ <!ENTITY thkap "&#x02248;&#x0FE00;" ><!--/thickapprox R: thick approximate -->
190
+ <!ENTITY thksim "&#x0223C;&#x0FE00;" ><!--/thicksim R: thick similar -->
191
+ <!ENTITY topfork "&#x02ADA;" ><!--fork with top -->
192
+ <!ENTITY trie "&#x0225C;" ><!--/triangleq R: triangle, equals -->
193
+ <!ENTITY twixt "&#x0226C;" ><!--/between R: between -->
194
+ <!ENTITY vBar "&#x02AE8;" ><!--vert, dbl bar (under) -->
195
+ <!ENTITY Vbar "&#x02AEB;" ><!--dbl vert, bar (under) -->
196
+ <!ENTITY vBarv "&#x02AE9;" ><!--dbl bar, vert over and under -->
197
+ <!ENTITY vdash "&#x022A2;" ><!--/vdash R: vertical, dash -->
198
+ <!ENTITY vDash "&#x022A8;" ><!--/vDash R: vertical, dbl dash -->
199
+ <!ENTITY Vdash "&#x022A9;" ><!--/Vdash R: dbl vertical, dash -->
200
+ <!ENTITY VDash "&#x022AB;" ><!--dbl vert, dbl dash -->
201
+ <!ENTITY Vdashl "&#x02AE6;" ><!--vertical, dash (long) -->
202
+ <!ENTITY vltri "&#x022B2;" ><!--/vartriangleleft R: l tri, open, var -->
203
+ <!ENTITY vprop "&#x0221D;" ><!--/varpropto R: proportional, variant -->
204
+ <!ENTITY vrtri "&#x022B3;" ><!--/vartriangleright R: r tri, open, var -->
205
+ <!ENTITY Vvdash "&#x022AA;" ><!--/Vvdash R: triple vertical, dash -->