cacofonix-dtds 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.rspec +3 -0
- data/.travis.yml +7 -0
- data/CHANGELOG.md +10 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +35 -0
- data/LICENSE.txt +21 -0
- data/README.md +70 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/cacofonix-dtds.gemspec +34 -0
- data/data/2.0/onix-international.dtd +625 -0
- data/data/2.0/onix-international.elt +3267 -0
- data/data/2.0/xhtml-lat1.ent +196 -0
- data/data/2.0/xhtml-special.ent +79 -0
- data/data/2.0/xhtml-symbol.ent +242 -0
- data/data/2.1r1/iso-amsa.ent +173 -0
- data/data/2.1r1/iso-amsb.ent +146 -0
- data/data/2.1r1/iso-amsc.ent +49 -0
- data/data/2.1r1/iso-amsn.ent +117 -0
- data/data/2.1r1/iso-amso.ent +77 -0
- data/data/2.1r1/iso-amsr.ent +205 -0
- data/data/2.1r1/iso-box.ent +67 -0
- data/data/2.1r1/iso-cyr1.ent +94 -0
- data/data/2.1r1/iso-cyr2.ent +53 -0
- data/data/2.1r1/iso-dia.ent +41 -0
- data/data/2.1r1/iso-grk3.ent +70 -0
- data/data/2.1r1/iso-lat1.ent +89 -0
- data/data/2.1r1/iso-lat2.ent +148 -0
- data/data/2.1r1/iso-mfrk.ent +79 -0
- data/data/2.1r1/iso-mopf.ent +53 -0
- data/data/2.1r1/iso-mscr.ent +79 -0
- data/data/2.1r1/iso-num.ent +103 -0
- data/data/2.1r1/iso-pub.ent +110 -0
- data/data/2.1r1/iso-tech.ent +183 -0
- data/data/2.1r1/onix-international.dtd +953 -0
- data/data/2.1r1/onix-xhtml.elt +672 -0
- data/data/2.1r1/reference.elt +4504 -0
- data/data/2.1r1/xhtml-special.ent +79 -0
- data/data/2.1r1/xhtml-symbol.ent +242 -0
- data/data/2.1r2/iso-amsa.ent +173 -0
- data/data/2.1r2/iso-amsb.ent +146 -0
- data/data/2.1r2/iso-amsc.ent +49 -0
- data/data/2.1r2/iso-amsn.ent +117 -0
- data/data/2.1r2/iso-amso.ent +77 -0
- data/data/2.1r2/iso-amsr.ent +205 -0
- data/data/2.1r2/iso-box.ent +67 -0
- data/data/2.1r2/iso-cyr1.ent +94 -0
- data/data/2.1r2/iso-cyr2.ent +53 -0
- data/data/2.1r2/iso-dia.ent +41 -0
- data/data/2.1r2/iso-grk3.ent +70 -0
- data/data/2.1r2/iso-lat1.ent +89 -0
- data/data/2.1r2/iso-lat2.ent +148 -0
- data/data/2.1r2/iso-mfrk.ent +79 -0
- data/data/2.1r2/iso-mopf.ent +53 -0
- data/data/2.1r2/iso-mscr.ent +79 -0
- data/data/2.1r2/iso-num.ent +103 -0
- data/data/2.1r2/iso-pub.ent +110 -0
- data/data/2.1r2/iso-tech.ent +183 -0
- data/data/2.1r2/onix-international.dtd +987 -0
- data/data/2.1r2/onix-xhtml.elt +672 -0
- data/data/2.1r2/reference.elt +4664 -0
- data/data/2.1r2/xhtml-special.ent +79 -0
- data/data/2.1r2/xhtml-symbol.ent +242 -0
- data/data/2.1r3/reference/iso-amsa.ent +173 -0
- data/data/2.1r3/reference/iso-amsb.ent +146 -0
- data/data/2.1r3/reference/iso-amsc.ent +49 -0
- data/data/2.1r3/reference/iso-amsn.ent +117 -0
- data/data/2.1r3/reference/iso-amso.ent +77 -0
- data/data/2.1r3/reference/iso-amsr.ent +205 -0
- data/data/2.1r3/reference/iso-box.ent +67 -0
- data/data/2.1r3/reference/iso-cyr1.ent +94 -0
- data/data/2.1r3/reference/iso-cyr2.ent +53 -0
- data/data/2.1r3/reference/iso-dia.ent +41 -0
- data/data/2.1r3/reference/iso-grk3.ent +70 -0
- data/data/2.1r3/reference/iso-lat1.ent +89 -0
- data/data/2.1r3/reference/iso-lat2.ent +148 -0
- data/data/2.1r3/reference/iso-mfrk.ent +79 -0
- data/data/2.1r3/reference/iso-mopf.ent +53 -0
- data/data/2.1r3/reference/iso-mscr.ent +79 -0
- data/data/2.1r3/reference/iso-num.ent +103 -0
- data/data/2.1r3/reference/iso-num.old.ent +103 -0
- data/data/2.1r3/reference/iso-pub.ent +110 -0
- data/data/2.1r3/reference/iso-tech.ent +183 -0
- data/data/2.1r3/reference/onix-international.dtd +1012 -0
- data/data/2.1r3/reference/onix-xhtml.elt +672 -0
- data/data/2.1r3/reference/reference.elt +4758 -0
- data/data/2.1r3/reference/xhtml-special.ent +79 -0
- data/data/2.1r3/reference/xhtml-symbol.ent +242 -0
- data/data/2.1r3/short/iso-amsa.ent +173 -0
- data/data/2.1r3/short/iso-amsb.ent +146 -0
- data/data/2.1r3/short/iso-amsc.ent +49 -0
- data/data/2.1r3/short/iso-amsn.ent +117 -0
- data/data/2.1r3/short/iso-amso.ent +77 -0
- data/data/2.1r3/short/iso-amsr.ent +205 -0
- data/data/2.1r3/short/iso-box.ent +67 -0
- data/data/2.1r3/short/iso-cyr1.ent +94 -0
- data/data/2.1r3/short/iso-cyr2.ent +53 -0
- data/data/2.1r3/short/iso-dia.ent +41 -0
- data/data/2.1r3/short/iso-grk3.ent +70 -0
- data/data/2.1r3/short/iso-lat1.ent +89 -0
- data/data/2.1r3/short/iso-lat2.ent +148 -0
- data/data/2.1r3/short/iso-mfrk.ent +79 -0
- data/data/2.1r3/short/iso-mopf.ent +53 -0
- data/data/2.1r3/short/iso-mscr.ent +79 -0
- data/data/2.1r3/short/iso-num.ent +103 -0
- data/data/2.1r3/short/iso-num.old.ent +103 -0
- data/data/2.1r3/short/iso-pub.ent +110 -0
- data/data/2.1r3/short/iso-tech.ent +183 -0
- data/data/2.1r3/short/onix-international.dtd +1013 -0
- data/data/2.1r3/short/onix-xhtml.elt +672 -0
- data/data/2.1r3/short/short.elt +4758 -0
- data/data/2.1r3/short/xhtml-special.ent +79 -0
- data/data/2.1r3/short/xhtml-symbol.ent +242 -0
- data/data/2.1r4/reference/iso-amsa.ent +173 -0
- data/data/2.1r4/reference/iso-amsb.ent +146 -0
- data/data/2.1r4/reference/iso-amsc.ent +49 -0
- data/data/2.1r4/reference/iso-amsn.ent +117 -0
- data/data/2.1r4/reference/iso-amso.ent +77 -0
- data/data/2.1r4/reference/iso-amsr.ent +205 -0
- data/data/2.1r4/reference/iso-box.ent +67 -0
- data/data/2.1r4/reference/iso-cyr1.ent +94 -0
- data/data/2.1r4/reference/iso-cyr2.ent +53 -0
- data/data/2.1r4/reference/iso-dia.ent +41 -0
- data/data/2.1r4/reference/iso-grk3.ent +70 -0
- data/data/2.1r4/reference/iso-lat1.ent +89 -0
- data/data/2.1r4/reference/iso-lat2.ent +148 -0
- data/data/2.1r4/reference/iso-mfrk.ent +79 -0
- data/data/2.1r4/reference/iso-mopf.ent +53 -0
- data/data/2.1r4/reference/iso-mscr.ent +79 -0
- data/data/2.1r4/reference/iso-num.ent +103 -0
- data/data/2.1r4/reference/iso-num.old.ent +103 -0
- data/data/2.1r4/reference/iso-pub.ent +110 -0
- data/data/2.1r4/reference/iso-tech.ent +183 -0
- data/data/2.1r4/reference/onix-international.dtd +1024 -0
- data/data/2.1r4/reference/onix-xhtml.elt +699 -0
- data/data/2.1r4/reference/reference.elt +4801 -0
- data/data/2.1r4/reference/xhtml-special.ent +79 -0
- data/data/2.1r4/reference/xhtml-symbol.ent +242 -0
- data/data/2.1r4/short/iso-amsa.ent +173 -0
- data/data/2.1r4/short/iso-amsb.ent +146 -0
- data/data/2.1r4/short/iso-amsc.ent +49 -0
- data/data/2.1r4/short/iso-amsn.ent +117 -0
- data/data/2.1r4/short/iso-amso.ent +77 -0
- data/data/2.1r4/short/iso-amsr.ent +205 -0
- data/data/2.1r4/short/iso-box.ent +67 -0
- data/data/2.1r4/short/iso-cyr1.ent +94 -0
- data/data/2.1r4/short/iso-cyr2.ent +53 -0
- data/data/2.1r4/short/iso-dia.ent +41 -0
- data/data/2.1r4/short/iso-grk3.ent +70 -0
- data/data/2.1r4/short/iso-lat1.ent +89 -0
- data/data/2.1r4/short/iso-lat2.ent +148 -0
- data/data/2.1r4/short/iso-mfrk.ent +79 -0
- data/data/2.1r4/short/iso-mopf.ent +53 -0
- data/data/2.1r4/short/iso-mscr.ent +79 -0
- data/data/2.1r4/short/iso-num.ent +103 -0
- data/data/2.1r4/short/iso-num.old.ent +103 -0
- data/data/2.1r4/short/iso-pub.ent +110 -0
- data/data/2.1r4/short/iso-tech.ent +183 -0
- data/data/2.1r4/short/onix-international.dtd +1025 -0
- data/data/2.1r4/short/onix-xhtml.elt +699 -0
- data/data/2.1r4/short/short.elt +4801 -0
- data/data/2.1r4/short/xhtml-special.ent +79 -0
- data/data/2.1r4/short/xhtml-symbol.ent +242 -0
- data/data/catalog.xml +25 -0
- data/lib/cacofonix-dtds.rb +3 -0
- data/lib/cacofonix/dtds.rb +25 -0
- data/lib/cacofonix/dtds/version.rb +7 -0
- 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 "⤏" ><!--most positive -->
|
29
|
+
<!ENTITY acE "⧛" ><!--most positive, two lines below -->
|
30
|
+
<!ENTITY amalg "⨿" ><!--/amalg B: amalgamation or coproduct -->
|
31
|
+
<!ENTITY barvee "⊽" ><!--bar, vee -->
|
32
|
+
<!ENTITY barwed "⊼" ><!--/barwedge B: logical and, bar above -->
|
33
|
+
<!ENTITY Barwed "⌆" ><!--/doublebarwedge B: log and, dbl bar above -->
|
34
|
+
<!ENTITY bsolb "⧅" ><!--reverse solidus in square -->
|
35
|
+
<!ENTITY Cap "⋒" ><!--/Cap /doublecap B: dbl intersection -->
|
36
|
+
<!ENTITY capand "⩄" ><!--intersection, and -->
|
37
|
+
<!ENTITY capbrcup "⩉" ><!--intersection, bar, union -->
|
38
|
+
<!ENTITY capcap "⩋" ><!--intersection, intersection, joined -->
|
39
|
+
<!ENTITY capcup "⩇" ><!--intersection above union -->
|
40
|
+
<!ENTITY capdot "⩀" ><!--intersection, with dot -->
|
41
|
+
<!ENTITY caps "∩︀" ><!--intersection, serifs -->
|
42
|
+
<!ENTITY ccaps "⩍" ><!--closed intersection, serifs -->
|
43
|
+
<!ENTITY ccups "⩌" ><!--closed union, serifs -->
|
44
|
+
<!ENTITY ccupssm "⩐" ><!--closed union, serifs, smash product -->
|
45
|
+
<!ENTITY coprod "∐" ><!--/coprod L: coproduct operator -->
|
46
|
+
<!ENTITY Cup "⋓" ><!--/Cup /doublecup B: dbl union -->
|
47
|
+
<!ENTITY cupbrcap "⩈" ><!--union, bar, intersection -->
|
48
|
+
<!ENTITY cupcap "⩆" ><!--union above intersection -->
|
49
|
+
<!ENTITY cupcup "⩊" ><!--union, union, joined -->
|
50
|
+
<!ENTITY cupdot "⊍" ><!--union, with dot -->
|
51
|
+
<!ENTITY cupor "⩅" ><!--union, or -->
|
52
|
+
<!ENTITY cups "∪︀" ><!--union, serifs -->
|
53
|
+
<!ENTITY cuvee "⋎" ><!--/curlyvee B: curly logical or -->
|
54
|
+
<!ENTITY cuwed "⋏" ><!--/curlywedge B: curly logical and -->
|
55
|
+
<!ENTITY dagger "†" ><!--/dagger B: dagger relation -->
|
56
|
+
<!ENTITY Dagger "‡" ><!--/ddagger B: double dagger relation -->
|
57
|
+
<!ENTITY diam "⋄" ><!--/diamond B: open diamond -->
|
58
|
+
<!ENTITY divonx "⋇" ><!--/divideontimes B: division on times -->
|
59
|
+
<!ENTITY eplus "⩱" ><!--equal, plus -->
|
60
|
+
<!ENTITY hercon "⊹" ><!--hermitian conjugate matrix -->
|
61
|
+
<!ENTITY intcal "⊺" ><!--/intercal B: intercal -->
|
62
|
+
<!ENTITY iprod "⨼" ><!--/intprod -->
|
63
|
+
<!ENTITY loplus "⨭" ><!--plus sign in left half circle -->
|
64
|
+
<!ENTITY lotimes "⨴" ><!--multiply sign in left half circle -->
|
65
|
+
<!ENTITY lthree "⋋" ><!--/leftthreetimes B: -->
|
66
|
+
<!ENTITY ltimes "⋉" ><!--/ltimes B: times sign, left closed -->
|
67
|
+
<!ENTITY midast "*" ><!--/ast B: asterisk -->
|
68
|
+
<!ENTITY minusb "⊟" ><!--/boxminus B: minus sign in box -->
|
69
|
+
<!ENTITY minusd "∸" ><!--/dotminus B: minus sign, dot above -->
|
70
|
+
<!ENTITY minusdu "⨪" ><!--minus sign, dot below -->
|
71
|
+
<!ENTITY ncap "⩃" ><!--bar, intersection -->
|
72
|
+
<!ENTITY ncup "⩂" ><!--bar, union -->
|
73
|
+
<!ENTITY oast "⊛" ><!--/circledast B: asterisk in circle -->
|
74
|
+
<!ENTITY ocir "⊚" ><!--/circledcirc B: small circle in circle -->
|
75
|
+
<!ENTITY odash "⊝" ><!--/circleddash B: hyphen in circle -->
|
76
|
+
<!ENTITY odiv "⨸" ><!--divide in circle -->
|
77
|
+
<!ENTITY odot "⊙" ><!--/odot B: middle dot in circle -->
|
78
|
+
<!ENTITY odsold "⦼" ><!--dot, solidus, dot in circle -->
|
79
|
+
<!ENTITY ofcir "⦿" ><!--filled circle in circle -->
|
80
|
+
<!ENTITY ogt "⧁" ><!--greater-than in circle -->
|
81
|
+
<!ENTITY ohbar "⦵" ><!--circle with horizontal bar -->
|
82
|
+
<!ENTITY olcir "⦾" ><!--large circle in circle -->
|
83
|
+
<!ENTITY olt "⧀" ><!--less-than in circle -->
|
84
|
+
<!ENTITY omid "⦶" ><!--vertical bar in circle -->
|
85
|
+
<!ENTITY ominus "⊖" ><!--/ominus B: minus sign in circle -->
|
86
|
+
<!ENTITY opar "⦷" ><!--parallel in circle -->
|
87
|
+
<!ENTITY operp "⦹" ><!--perpendicular in circle -->
|
88
|
+
<!ENTITY oplus "⊕" ><!--/oplus B: plus sign in circle -->
|
89
|
+
<!ENTITY osol "⊘" ><!--/oslash B: solidus in circle -->
|
90
|
+
<!ENTITY otimes "⊗" ><!--/otimes B: multiply sign in circle -->
|
91
|
+
<!ENTITY Otimes "⨷" ><!--multiply sign in double circle -->
|
92
|
+
<!ENTITY otimesas "⨶" ><!--multiply sign in circle, circumflex accent -->
|
93
|
+
<!ENTITY ovbar "⌽" ><!--circle with vertical bar -->
|
94
|
+
<!ENTITY plusacir "⨣" ><!--plus, circumflex accent above -->
|
95
|
+
<!ENTITY plusb "⊞" ><!--/boxplus B: plus sign in box -->
|
96
|
+
<!ENTITY pluscir "⨢" ><!--plus, small circle above -->
|
97
|
+
<!ENTITY plusdo "∔" ><!--/dotplus B: plus sign, dot above -->
|
98
|
+
<!ENTITY plusdu "⨥" ><!--plus sign, dot below -->
|
99
|
+
<!ENTITY pluse "⩲" ><!--plus, equals -->
|
100
|
+
<!ENTITY plussim "⨦" ><!--plus, similar below -->
|
101
|
+
<!ENTITY plustwo "⨧" ><!--plus, two; Nim-addition -->
|
102
|
+
<!ENTITY prod "∏" ><!--/prod L: product operator -->
|
103
|
+
<!ENTITY race "⧚" ><!--reverse most positive, line below -->
|
104
|
+
<!ENTITY roplus "⨮" ><!--plus sign in right half circle -->
|
105
|
+
<!ENTITY rotimes "⨵" ><!--multiply sign in right half circle -->
|
106
|
+
<!ENTITY rthree "⋌" ><!--/rightthreetimes B: -->
|
107
|
+
<!ENTITY rtimes "⋊" ><!--/rtimes B: times sign, right closed -->
|
108
|
+
<!ENTITY sdot "⋅" ><!--/cdot B: small middle dot -->
|
109
|
+
<!ENTITY sdotb "⊡" ><!--/dotsquare /boxdot B: small dot in box -->
|
110
|
+
<!ENTITY setmn "∖" ><!--/setminus B: reverse solidus -->
|
111
|
+
<!ENTITY simplus "⨤" ><!--plus, similar above -->
|
112
|
+
<!ENTITY smashp "⨳" ><!--smash product -->
|
113
|
+
<!ENTITY solb "⧄" ><!--solidus in square -->
|
114
|
+
<!ENTITY sqcap "⊓" ><!--/sqcap B: square intersection -->
|
115
|
+
<!ENTITY sqcaps "⊓︀" ><!--square intersection, serifs -->
|
116
|
+
<!ENTITY sqcup "⊔" ><!--/sqcup B: square union -->
|
117
|
+
<!ENTITY sqcups "⊔︀" ><!--square union, serifs -->
|
118
|
+
<!ENTITY ssetmn "∖︀" ><!--/smallsetminus B: sm reverse solidus -->
|
119
|
+
<!ENTITY sstarf "⋆" ><!--/star B: small star, filled -->
|
120
|
+
<!ENTITY subdot "⪽" ><!--subset, with dot -->
|
121
|
+
<!ENTITY sum "∑" ><!--/sum L: summation operator -->
|
122
|
+
<!ENTITY supdot "⪾" ><!--superset, with dot -->
|
123
|
+
<!ENTITY timesb "⊠" ><!--/boxtimes B: multiply sign in box -->
|
124
|
+
<!ENTITY timesbar "⨱" ><!--multiply sign, bar below -->
|
125
|
+
<!ENTITY timesd "⨰" ><!--times, dot -->
|
126
|
+
<!ENTITY tridot "◬" ><!--dot in triangle -->
|
127
|
+
<!ENTITY triminus "⨺" ><!--minus in triangle -->
|
128
|
+
<!ENTITY triplus "⨹" ><!--plus in triangle -->
|
129
|
+
<!ENTITY trisb "⧍" ><!--triangle, serifs at bottom -->
|
130
|
+
<!ENTITY tritime "⨻" ><!--multiply in triangle -->
|
131
|
+
<!ENTITY uplus "⊎" ><!--/uplus B: plus sign in union -->
|
132
|
+
<!ENTITY veebar "⊻" ><!--/veebar B: logical or, bar below -->
|
133
|
+
<!ENTITY wedbar "⩟" ><!--wedge, bar below -->
|
134
|
+
<!ENTITY wreath "≀" ><!--/wr B: wreath product -->
|
135
|
+
<!ENTITY xcap "⋂" ><!--/bigcap L: intersection operator -->
|
136
|
+
<!ENTITY xcirc "◯" ><!--/bigcirc B: large circle -->
|
137
|
+
<!ENTITY xcup "⋃" ><!--/bigcup L: union operator -->
|
138
|
+
<!ENTITY xdtri "▽" ><!--/bigtriangledown B: big dn tri, open -->
|
139
|
+
<!ENTITY xodot "⊙" ><!--/bigodot L: circle dot operator -->
|
140
|
+
<!ENTITY xoplus "⊕" ><!--/bigoplus L: circle plus operator -->
|
141
|
+
<!ENTITY xotime "⊗" ><!--/bigotimes L: circle times operator -->
|
142
|
+
<!ENTITY xsqcup "⊔" ><!--/bigsqcup L: square union operator -->
|
143
|
+
<!ENTITY xuplus "⊎" ><!--/biguplus L: -->
|
144
|
+
<!ENTITY xutri "△" ><!--/bigtriangleup B: big up tri, open -->
|
145
|
+
<!ENTITY xvee "⋁" ><!--/bigvee L: logical and operator -->
|
146
|
+
<!ENTITY xwedge "⋀" ><!--/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 "⌞" ><!--/llcorner O: lower left corner -->
|
29
|
+
<!ENTITY drcorn "⌟" ><!--/lrcorner C: lower right corner -->
|
30
|
+
<!ENTITY gtlPar "⦕" ><!--dbl left parenthesis, greater -->
|
31
|
+
<!ENTITY langd "⦑" ><!--left angle, dot -->
|
32
|
+
<!ENTITY lbrke "⦋" ><!--left bracket, equal -->
|
33
|
+
<!ENTITY lbrksld "⦏" ><!--left bracket, solidus bottom corner -->
|
34
|
+
<!ENTITY lbrkslu "⦍" ><!--left bracket, solidus top corner -->
|
35
|
+
<!ENTITY lceil "⌈" ><!--/lceil O: left ceiling -->
|
36
|
+
<!ENTITY lfloor "⌊" ><!--/lfloor O: left floor -->
|
37
|
+
<!ENTITY lmoust "⎰" ><!--/lmoustache -->
|
38
|
+
<!ENTITY lparlt "⦓" ><!--O: left parenthesis, lt -->
|
39
|
+
<!ENTITY ltrPar "⦖" ><!--dbl right parenthesis, less -->
|
40
|
+
<!ENTITY rangd "⦒" ><!--right angle, dot -->
|
41
|
+
<!ENTITY rbrke "⦌" ><!--right bracket, equal -->
|
42
|
+
<!ENTITY rbrksld "⦎" ><!--right bracket, solidus bottom corner -->
|
43
|
+
<!ENTITY rbrkslu "⦐" ><!--right bracket, solidus top corner -->
|
44
|
+
<!ENTITY rceil "⌉" ><!--/rceil C: right ceiling -->
|
45
|
+
<!ENTITY rfloor "⌋" ><!--/rfloor C: right floor -->
|
46
|
+
<!ENTITY rmoust "⎱" ><!--/rmoustache -->
|
47
|
+
<!ENTITY rpargt "⦔" ><!--C: right paren, gt -->
|
48
|
+
<!ENTITY ulcorn "⌜" ><!--/ulcorner O: upper left corner -->
|
49
|
+
<!ENTITY urcorn "⌝" ><!--/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 "⪊" ><!--/gnapprox N: greater, not approximate -->
|
29
|
+
<!ENTITY gne "≩" ><!--/gneq N: greater, not equals -->
|
30
|
+
<!ENTITY gnE "≩" ><!--/gneqq N: greater, not dbl equals -->
|
31
|
+
<!ENTITY gnsim "⋧" ><!--/gnsim N: greater, not similar -->
|
32
|
+
<!ENTITY gvnE "≩︀" ><!--/gvertneqq N: gt, vert, not dbl eq -->
|
33
|
+
<!ENTITY lnap "⪉" ><!--/lnapprox N: less, not approximate -->
|
34
|
+
<!ENTITY lne "≨" ><!--/lneq N: less, not equals -->
|
35
|
+
<!ENTITY lnE "≨" ><!--/lneqq N: less, not double equals -->
|
36
|
+
<!ENTITY lnsim "⋦" ><!--/lnsim N: less, not similar -->
|
37
|
+
<!ENTITY lvnE "≨︀" ><!--/lvertneqq N: less, vert, not dbl eq -->
|
38
|
+
<!ENTITY nap "≉" ><!--/napprox N: not approximate -->
|
39
|
+
<!ENTITY napE "⩰̸" ><!--not approximately equal or equal to -->
|
40
|
+
<!ENTITY napid "≋̸" ><!--not approximately identical to -->
|
41
|
+
<!ENTITY ncong "≇" ><!--/ncong N: not congruent with -->
|
42
|
+
<!ENTITY ncongdot "⩭̸" ><!--not congruent, dot -->
|
43
|
+
<!ENTITY nequiv "≢" ><!--/nequiv N: not identical with -->
|
44
|
+
<!ENTITY nge "≱⃥" ><!--/ngeq N: not greater-than-or-equal -->
|
45
|
+
<!ENTITY ngE "≱" ><!--/ngeqq N: not greater, dbl equals -->
|
46
|
+
<!ENTITY nges "≱" ><!--/ngeqslant N: not gt-or-eq, slanted -->
|
47
|
+
<!ENTITY nGg "⋙̸" ><!--not triple greater than -->
|
48
|
+
<!ENTITY ngsim "≵" ><!--not greater, similar -->
|
49
|
+
<!ENTITY ngt "≯" ><!--/ngtr N: not greater-than -->
|
50
|
+
<!ENTITY nGt "≫̸" ><!--not, vert, much greater than -->
|
51
|
+
<!ENTITY nGtv "≫̸︀" ><!--not much greater than, variant -->
|
52
|
+
<!ENTITY nle "≰⃥" ><!--/nleq N: not less-than-or-equal -->
|
53
|
+
<!ENTITY nlE "≰" ><!--/nleqq N: not less, dbl equals -->
|
54
|
+
<!ENTITY nles "≰" ><!--/nleqslant N: not less-or-eq, slant -->
|
55
|
+
<!ENTITY nLl "⋘̸" ><!--not triple less than -->
|
56
|
+
<!ENTITY nlsim "≴" ><!--not less, similar -->
|
57
|
+
<!ENTITY nlt "≮" ><!--/nless N: not less-than -->
|
58
|
+
<!ENTITY nLt "≪̸" ><!--not, vert, much less than -->
|
59
|
+
<!ENTITY nltri "⋪" ><!--/ntriangleleft N: not left triangle -->
|
60
|
+
<!ENTITY nltrie "⋬" ><!--/ntrianglelefteq N: not l tri, eq -->
|
61
|
+
<!ENTITY nLtv "≪̸︀" ><!--not much less than, variant -->
|
62
|
+
<!ENTITY nmid "∤" ><!--/nmid -->
|
63
|
+
<!ENTITY npar "∦" ><!--/nparallel N: not parallel -->
|
64
|
+
<!ENTITY npr "⊀" ><!--/nprec N: not precedes -->
|
65
|
+
<!ENTITY nprcue "⋠" ><!--not curly precedes, eq -->
|
66
|
+
<!ENTITY npre "⪯̸" ><!--/npreceq N: not precedes, equals -->
|
67
|
+
<!ENTITY nrtri "⋫" ><!--/ntriangleright N: not rt triangle -->
|
68
|
+
<!ENTITY nrtrie "⋭" ><!--/ntrianglerighteq N: not r tri, eq -->
|
69
|
+
<!ENTITY nsc "⊁" ><!--/nsucc N: not succeeds -->
|
70
|
+
<!ENTITY nsccue "⋡" ><!--not succeeds, curly eq -->
|
71
|
+
<!ENTITY nsce "⪰̸" ><!--/nsucceq N: not succeeds, equals -->
|
72
|
+
<!ENTITY nsim "≁" ><!--/nsim N: not similar -->
|
73
|
+
<!ENTITY nsime "≄" ><!--/nsimeq N: not similar, equals -->
|
74
|
+
<!ENTITY nsmid "∤︀" ><!--/nshortmid -->
|
75
|
+
<!ENTITY nspar "∦︀" ><!--/nshortparallel N: not short par -->
|
76
|
+
<!ENTITY nsqsube "⋢" ><!--not, square subset, equals -->
|
77
|
+
<!ENTITY nsqsupe "⋣" ><!--not, square superset, equals -->
|
78
|
+
<!ENTITY nsub "⊄" ><!--not subset -->
|
79
|
+
<!ENTITY nsube "⊈" ><!--/nsubseteq N: not subset, equals -->
|
80
|
+
<!ENTITY nsubE "⊈" ><!--/nsubseteqq N: not subset, dbl eq -->
|
81
|
+
<!ENTITY nsup "⊅" ><!--not superset -->
|
82
|
+
<!ENTITY nsupe "⊉" ><!--/nsupseteq N: not superset, equals -->
|
83
|
+
<!ENTITY nsupE "⊉" ><!--/nsupseteqq N: not superset, dbl eq -->
|
84
|
+
<!ENTITY ntgl "≹" ><!--not greater, less -->
|
85
|
+
<!ENTITY ntlg "≸" ><!--not less, greater -->
|
86
|
+
<!ENTITY nvap "≉̸" ><!--not, vert, approximate -->
|
87
|
+
<!ENTITY nvdash "⊬" ><!--/nvdash N: not vertical, dash -->
|
88
|
+
<!ENTITY nvDash "⊭" ><!--/nvDash N: not vertical, dbl dash -->
|
89
|
+
<!ENTITY nVdash "⊮" ><!--/nVdash N: not dbl vertical, dash -->
|
90
|
+
<!ENTITY nVDash "⊯" ><!--/nVDash N: not dbl vert, dbl dash -->
|
91
|
+
<!ENTITY nvge "≱" ><!--not, vert, greater-than-or-equal -->
|
92
|
+
<!ENTITY nvgt "≯" ><!--not, vert, greater-than -->
|
93
|
+
<!ENTITY nvle "≰" ><!--not, vert, less-than-or-equal -->
|
94
|
+
<!ENTITY nvlt "≮" ><!--not, vert, less-than -->
|
95
|
+
<!ENTITY nvltrie "⋬̸" ><!--not, vert, left triangle, equals -->
|
96
|
+
<!ENTITY nvrtrie "⋭̸" ><!--not, vert, right triangle, equals -->
|
97
|
+
<!ENTITY nvsim "≁̸" ><!--not, vert, similar -->
|
98
|
+
<!ENTITY parsim "⫳" ><!--parallel, similar -->
|
99
|
+
<!ENTITY prnap "⋨" ><!--/precnapprox N: precedes, not approx -->
|
100
|
+
<!ENTITY prnE "⪵" ><!--/precneqq N: precedes, not dbl eq -->
|
101
|
+
<!ENTITY prnsim "⋨" ><!--/precnsim N: precedes, not similar -->
|
102
|
+
<!ENTITY rnmid "⫮" ><!--reverse /nmid -->
|
103
|
+
<!ENTITY scnap "⋩" ><!--/succnapprox N: succeeds, not approx -->
|
104
|
+
<!ENTITY scnE "⪶" ><!--/succneqq N: succeeds, not dbl eq -->
|
105
|
+
<!ENTITY scnsim "⋩" ><!--/succnsim N: succeeds, not similar -->
|
106
|
+
<!ENTITY simne "≆" ><!--similar, not equals -->
|
107
|
+
<!ENTITY solbar "⌿" ><!--solidus, bar through -->
|
108
|
+
<!ENTITY subne "⊊" ><!--/subsetneq N: subset, not equals -->
|
109
|
+
<!ENTITY subnE "⊊" ><!--/subsetneqq N: subset, not dbl eq -->
|
110
|
+
<!ENTITY supne "⊋" ><!--/supsetneq N: superset, not equals -->
|
111
|
+
<!ENTITY supnE "⊋" ><!--/supsetneqq N: superset, not dbl eq -->
|
112
|
+
<!ENTITY vnsub "⊄" ><!--/nsubset N: not subset, var -->
|
113
|
+
<!ENTITY vnsup "⊅" ><!--/nsupset N: not superset, var -->
|
114
|
+
<!ENTITY vsubne "⊊︀" ><!--/varsubsetneq N: subset, not eq, var -->
|
115
|
+
<!ENTITY vsubnE "⊊︀" ><!--/varsubsetneqq N: subset not dbl eq, var -->
|
116
|
+
<!ENTITY vsupne "⊋︀" ><!--/varsupsetneq N: superset, not eq, var -->
|
117
|
+
<!ENTITY vsupnE "⊋︀" ><!--/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 "∠" ><!--/angle - angle -->
|
29
|
+
<!ENTITY ange "⦤" ><!--angle, equal -->
|
30
|
+
<!ENTITY angmsd "∡" ><!--/measuredangle - angle-measured -->
|
31
|
+
<!ENTITY angmsdaa "⦨" ><!--angle-measured, arrow, up, right -->
|
32
|
+
<!ENTITY angmsdab "⦩" ><!--angle-measured, arrow, up, left -->
|
33
|
+
<!ENTITY angmsdac "⦪" ><!--angle-measured, arrow, down, right -->
|
34
|
+
<!ENTITY angmsdad "⦫" ><!--angle-measured, arrow, down, left -->
|
35
|
+
<!ENTITY angmsdae "⦬" ><!--angle-measured, arrow, right, up -->
|
36
|
+
<!ENTITY angmsdaf "⦭" ><!--angle-measured, arrow, left, up -->
|
37
|
+
<!ENTITY angmsdag "⦮" ><!--angle-measured, arrow, right, down -->
|
38
|
+
<!ENTITY angmsdah "⦯" ><!--angle-measured, arrow, left, down -->
|
39
|
+
<!ENTITY angrtvb "⦝︀" ><!--right angle-measured -->
|
40
|
+
<!ENTITY angrtvbd "⦝" ><!--right angle-measured, dot -->
|
41
|
+
<!ENTITY bbrk "⎵" ><!--bottom square bracket -->
|
42
|
+
<!ENTITY bemptyv "⦰" ><!--reversed circle, slash -->
|
43
|
+
<!ENTITY beth "ℶ" ><!--/beth - beth, Hebrew -->
|
44
|
+
<!ENTITY boxbox "⧉" ><!--two joined squares -->
|
45
|
+
<!ENTITY bprime "‵" ><!--/backprime - reverse prime -->
|
46
|
+
<!ENTITY bsemi "⁏" ><!--reverse semi-colon -->
|
47
|
+
<!ENTITY cemptyv "⦲" ><!--circle, slash, small circle above -->
|
48
|
+
<!ENTITY cirE "⧃" ><!--circle, two horizontal stroked to the right -->
|
49
|
+
<!ENTITY cirscir "⧂" ><!--circle, small circle to the right -->
|
50
|
+
<!ENTITY comp "∁" ><!--/complement - complement sign -->
|
51
|
+
<!ENTITY daleth "ℸ" ><!--/daleth - daleth, Hebrew -->
|
52
|
+
<!ENTITY demptyv "⦱" ><!--circle, slash, bar above -->
|
53
|
+
<!ENTITY ell "ℓ" ><!--/ell - cursive small l -->
|
54
|
+
<!ENTITY empty "∅︀" ><!--/emptyset - zero, slash -->
|
55
|
+
<!ENTITY emptyv "∅" ><!--/varnothing - circle, slash -->
|
56
|
+
<!ENTITY gimel "ℷ" ><!--/gimel - gimel, Hebrew -->
|
57
|
+
<!ENTITY iiota "℩" ><!--inverted iota -->
|
58
|
+
<!ENTITY image "ℑ" ><!--/Im - imaginary -->
|
59
|
+
<!ENTITY imath "ı" ><!--/imath - small i, no dot -->
|
60
|
+
<!ENTITY jmath "j︀" ><!--/jmath - small j, no dot -->
|
61
|
+
<!ENTITY laemptyv "⦴" ><!--circle, slash, left arrow above -->
|
62
|
+
<!ENTITY lltri "◺" ><!--lower left triangle -->
|
63
|
+
<!ENTITY lrtri "⊿" ><!--lower right triangle -->
|
64
|
+
<!ENTITY mho "℧" ><!--/mho - conductance -->
|
65
|
+
<!ENTITY nang "∠̸" ><!--not, vert, angle -->
|
66
|
+
<!ENTITY nexist "∄" ><!--/nexists - negated exists -->
|
67
|
+
<!ENTITY oS "Ⓢ" ><!--/circledS - capital S in circle -->
|
68
|
+
<!ENTITY planck "ℏ︀" ><!--/hbar - Planck's over 2pi -->
|
69
|
+
<!ENTITY plankv "ℏ" ><!--/hslash - variant Planck's over 2pi -->
|
70
|
+
<!ENTITY raemptyv "⦳" ><!--circle, slash, right arrow above -->
|
71
|
+
<!ENTITY range "⦥" ><!--reverse angle, equal -->
|
72
|
+
<!ENTITY real "ℜ" ><!--/Re - real -->
|
73
|
+
<!ENTITY tbrk "⎴" ><!--top square bracket -->
|
74
|
+
<!ENTITY ultri "◸" ><!--upper left triangle -->
|
75
|
+
<!ENTITY urtri "◹" ><!--upper right triangle -->
|
76
|
+
<!ENTITY vzigzag "⦚" ><!--vertical zig-zag line -->
|
77
|
+
<!ENTITY weierp "℘" ><!--/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 "≊" ><!--/approxeq R: approximate, equals -->
|
29
|
+
<!ENTITY apE "≊" ><!--approximately equal or equal to -->
|
30
|
+
<!ENTITY apid "≋" ><!--approximately identical to -->
|
31
|
+
<!ENTITY asymp "≍" ><!--/asymp R: asymptotically equal to -->
|
32
|
+
<!ENTITY Barv "⫧" ><!--vert, dbl bar (over) -->
|
33
|
+
<!ENTITY bcong "≌" ><!--/backcong R: reverse congruent -->
|
34
|
+
<!ENTITY bepsi "϶" ><!--/backepsilon R: such that -->
|
35
|
+
<!ENTITY bowtie "⋈" ><!--/bowtie R: -->
|
36
|
+
<!ENTITY bsim "∽" ><!--/backsim R: reverse similar -->
|
37
|
+
<!ENTITY bsime "⋍" ><!--/backsimeq R: reverse similar, eq -->
|
38
|
+
<!ENTITY bsolhsub "\⊂" ><!--reverse solidus, subset -->
|
39
|
+
<!ENTITY bump "≎" ><!--/Bumpeq R: bumpy equals -->
|
40
|
+
<!ENTITY bumpe "≏" ><!--/bumpeq R: bumpy equals, equals -->
|
41
|
+
<!ENTITY bumpE "⪮" ><!--bump, equals -->
|
42
|
+
<!ENTITY cire "≗" ><!--/circeq R: circle, equals -->
|
43
|
+
<!ENTITY Colon "∷" ><!--/Colon, two colons -->
|
44
|
+
<!ENTITY colone "≔" ><!--/coloneq R: colon, equals -->
|
45
|
+
<!ENTITY Colone "⩴" ><!--double colon, equals -->
|
46
|
+
<!ENTITY congdot "⩭" ><!--congruent, dot -->
|
47
|
+
<!ENTITY csub "⫏" ><!--subset, closed -->
|
48
|
+
<!ENTITY csube "⫑" ><!--subset, closed, equals -->
|
49
|
+
<!ENTITY csup "⫐" ><!--superset, closed -->
|
50
|
+
<!ENTITY csupe "⫒" ><!--superset, closed, equals -->
|
51
|
+
<!ENTITY cuepr "⋞" ><!--/curlyeqprec R: curly eq, precedes -->
|
52
|
+
<!ENTITY cuesc "⋟" ><!--/curlyeqsucc R: curly eq, succeeds -->
|
53
|
+
<!ENTITY dashv "⊣" ><!--/dashv R: dash, vertical -->
|
54
|
+
<!ENTITY Dashv "⫤" ><!--dbl dash, vertical -->
|
55
|
+
<!ENTITY easter "≛" ><!--equal, asterisk above -->
|
56
|
+
<!ENTITY ecir "≖" ><!--/eqcirc R: circle on equals sign -->
|
57
|
+
<!ENTITY ecolon "≕" ><!--/eqcolon R: equals, colon -->
|
58
|
+
<!ENTITY eDDot "⩷" ><!--/ddotseq R: equal with four dots -->
|
59
|
+
<!ENTITY eDot "≑" ><!--/doteqdot /Doteq R: eq, even dots -->
|
60
|
+
<!ENTITY efDot "≒" ><!--/fallingdotseq R: eq, falling dots -->
|
61
|
+
<!ENTITY eg "⪚" ><!--equal-or-greater -->
|
62
|
+
<!ENTITY egs "⋝" ><!--/eqslantgtr R: equal-or-gtr, slanted -->
|
63
|
+
<!ENTITY egsdot "⪘" ><!--equal-or-greater, slanted, dot inside -->
|
64
|
+
<!ENTITY el "⪙" ><!--equal-or-less -->
|
65
|
+
<!ENTITY els "⋜" ><!--/eqslantless R: eq-or-less, slanted -->
|
66
|
+
<!ENTITY elsdot "⪗" ><!--equal-or-less, slanted, dot inside -->
|
67
|
+
<!ENTITY equest "≟" ><!--/questeq R: equal with questionmark -->
|
68
|
+
<!ENTITY equivDD "⩸" ><!--equivalent, four dots above -->
|
69
|
+
<!ENTITY erDot "≓" ><!--/risingdotseq R: eq, rising dots -->
|
70
|
+
<!ENTITY esdot "≐" ><!--/doteq R: equals, single dot above -->
|
71
|
+
<!ENTITY esim "≂" ><!--/esim R: equals, similar -->
|
72
|
+
<!ENTITY Esim "⩳" ><!--equal, similar -->
|
73
|
+
<!ENTITY fork "⋔" ><!--/pitchfork R: pitchfork -->
|
74
|
+
<!ENTITY forkv "⫙" ><!--fork, variant -->
|
75
|
+
<!ENTITY frown "⌢" ><!--/frown R: down curve -->
|
76
|
+
<!ENTITY gap "≳" ><!--/gtrapprox R: greater, approximate -->
|
77
|
+
<!ENTITY gE "≧" ><!--/geqq R: greater, double equals -->
|
78
|
+
<!ENTITY gel "⋛" ><!--/gtreqless R: greater, equals, less -->
|
79
|
+
<!ENTITY gEl "⋛" ><!--/gtreqqless R: gt, dbl equals, less -->
|
80
|
+
<!ENTITY ges "⩾" ><!--/geqslant R: gt-or-equal, slanted -->
|
81
|
+
<!ENTITY gescc "⪩" ><!--greater than, closed by curve, equal, slanted -->
|
82
|
+
<!ENTITY gesdot "⪀" ><!--greater-than-or-equal, slanted, dot inside -->
|
83
|
+
<!ENTITY gesdoto "⪂" ><!--greater-than-or-equal, slanted, dot above -->
|
84
|
+
<!ENTITY gesdotol "⪄" ><!--greater-than-or-equal, slanted, dot above left -->
|
85
|
+
<!ENTITY gesl "⋛︀" ><!--greater, equal, slanted, less -->
|
86
|
+
<!ENTITY gesles "⪔" ><!--greater, equal, slanted, less, equal, slanted -->
|
87
|
+
<!ENTITY Gg "⋙" ><!--/ggg /Gg /gggtr R: triple gtr-than -->
|
88
|
+
<!ENTITY gl "≷" ><!--/gtrless R: greater, less -->
|
89
|
+
<!ENTITY gla "⪥" ><!--greater, less, apart -->
|
90
|
+
<!ENTITY glE "⪒" ><!--greater, less, equal -->
|
91
|
+
<!ENTITY glj "⪤" ><!--greater, less, overlapping -->
|
92
|
+
<!ENTITY gsim "≳" ><!--/gtrsim R: greater, similar -->
|
93
|
+
<!ENTITY gsime "⪎" ><!--greater, similar, equal -->
|
94
|
+
<!ENTITY gsiml "⪐" ><!--greater, similar, less -->
|
95
|
+
<!ENTITY Gt "≫" ><!--/gg R: dbl greater-than sign -->
|
96
|
+
<!ENTITY gtcc "⪧" ><!--greater than, closed by curve -->
|
97
|
+
<!ENTITY gtcir "⩺" ><!--greater than, circle inside -->
|
98
|
+
<!ENTITY gtdot "⋗" ><!--/gtrdot R: greater than, with dot -->
|
99
|
+
<!ENTITY gtquest "⩼" ><!--greater than, questionmark above -->
|
100
|
+
<!ENTITY gtrarr "⥸" ><!--greater than, right arrow -->
|
101
|
+
<!ENTITY homtht "∻" ><!--homothetic -->
|
102
|
+
<!ENTITY lap "≲" ><!--/lessapprox R: less, approximate -->
|
103
|
+
<!ENTITY lat "⪫" ><!--larger than -->
|
104
|
+
<!ENTITY late "⪭" ><!--larger than or equal -->
|
105
|
+
<!ENTITY lates "⪭︀" ><!--larger than or equal, slanted -->
|
106
|
+
<!ENTITY lE "≦" ><!--/leqq R: less, double equals -->
|
107
|
+
<!ENTITY leg "⋚" ><!--/lesseqgtr R: less, eq, greater -->
|
108
|
+
<!ENTITY lEg "⋚" ><!--/lesseqqgtr R: less, dbl eq, greater -->
|
109
|
+
<!ENTITY les "⩽" ><!--/leqslant R: less-than-or-eq, slant -->
|
110
|
+
<!ENTITY lescc "⪨" ><!--less than, closed by curve, equal, slanted -->
|
111
|
+
<!ENTITY lesdot "⩿" ><!--less-than-or-equal, slanted, dot inside -->
|
112
|
+
<!ENTITY lesdoto "⪁" ><!--less-than-or-equal, slanted, dot above -->
|
113
|
+
<!ENTITY lesdotor "⪃" ><!--less-than-or-equal, slanted, dot above right -->
|
114
|
+
<!ENTITY lesg "⋚︀" ><!--less, equal, slanted, greater -->
|
115
|
+
<!ENTITY lesges "⪓" ><!--less, equal, slanted, greater, equal, slanted -->
|
116
|
+
<!ENTITY lg "≶" ><!--/lessgtr R: less, greater -->
|
117
|
+
<!ENTITY lgE "⪑" ><!--less, greater, equal -->
|
118
|
+
<!ENTITY Ll "⋘" ><!--/Ll /lll /llless R: triple less-than -->
|
119
|
+
<!ENTITY lsim "≲" ><!--/lesssim R: less, similar -->
|
120
|
+
<!ENTITY lsime "⪍" ><!--less, similar, equal -->
|
121
|
+
<!ENTITY lsimg "⪏" ><!--less, similar, greater -->
|
122
|
+
<!ENTITY Lt "≪" ><!--/ll R: double less-than sign -->
|
123
|
+
<!ENTITY ltcc "⪦" ><!--less than, closed by curve -->
|
124
|
+
<!ENTITY ltcir "⩹" ><!--less than, circle inside -->
|
125
|
+
<!ENTITY ltdot "⋖" ><!--/lessdot R: less than, with dot -->
|
126
|
+
<!ENTITY ltlarr "⥶" ><!--less than, left arrow -->
|
127
|
+
<!ENTITY ltquest "⩻" ><!--less than, questionmark above -->
|
128
|
+
<!ENTITY ltrie "⊴" ><!--/trianglelefteq R: left triangle, eq -->
|
129
|
+
<!ENTITY mcomma "⨩" ><!--minus, comma above -->
|
130
|
+
<!ENTITY mDDot "∺" ><!--minus with four dots, geometric properties -->
|
131
|
+
<!ENTITY mid "∣" ><!--/mid R: -->
|
132
|
+
<!ENTITY mlcp "⫛" ><!--/mlcp -->
|
133
|
+
<!ENTITY models "⊧" ><!--/models R: -->
|
134
|
+
<!ENTITY mstpos "∾" ><!--most positive -->
|
135
|
+
<!ENTITY pr "≺" ><!--/prec R: precedes -->
|
136
|
+
<!ENTITY Pr "⪻" ><!--dbl precedes -->
|
137
|
+
<!ENTITY prap "≾" ><!--/precapprox R: precedes, approximate -->
|
138
|
+
<!ENTITY prcue "≼" ><!--/preccurlyeq R: precedes, curly eq -->
|
139
|
+
<!ENTITY pre "⪯" ><!--/preceq R: precedes, equals -->
|
140
|
+
<!ENTITY prE "⪯" ><!--precedes, dbl equals -->
|
141
|
+
<!ENTITY prsim "≾" ><!--/precsim R: precedes, similar -->
|
142
|
+
<!ENTITY prurel "⊰" ><!--element precedes under relation -->
|
143
|
+
<!ENTITY ratio "∶" ><!--/ratio -->
|
144
|
+
<!ENTITY rtrie "⊵" ><!--/trianglerighteq R: right tri, eq -->
|
145
|
+
<!ENTITY rtriltri "⧎" ><!--right triangle above left triangle -->
|
146
|
+
<!ENTITY sc "≻" ><!--/succ R: succeeds -->
|
147
|
+
<!ENTITY Sc "⪼" ><!--dbl succeeds -->
|
148
|
+
<!ENTITY scap "≿" ><!--/succapprox R: succeeds, approximate -->
|
149
|
+
<!ENTITY sccue "≽" ><!--/succcurlyeq R: succeeds, curly eq -->
|
150
|
+
<!ENTITY sce "≽" ><!--/succeq R: succeeds, equals -->
|
151
|
+
<!ENTITY scE "≾" ><!--succeeds, dbl equals -->
|
152
|
+
<!ENTITY scsim "≿" ><!--/succsim R: succeeds, similar -->
|
153
|
+
<!ENTITY sdote "⩦" ><!--equal, dot below -->
|
154
|
+
<!ENTITY simg "⪞" ><!--similar, greater -->
|
155
|
+
<!ENTITY simgE "⪠" ><!--similar, greater, equal -->
|
156
|
+
<!ENTITY siml "⪝" ><!--similar, less -->
|
157
|
+
<!ENTITY simlE "⪟" ><!--similar, less, equal -->
|
158
|
+
<!ENTITY smid "∣︀" ><!--/shortmid R: -->
|
159
|
+
<!ENTITY smile "⌣" ><!--/smile R: up curve -->
|
160
|
+
<!ENTITY smt "⪪" ><!--smaller than -->
|
161
|
+
<!ENTITY smte "⪬" ><!--smaller than or equal -->
|
162
|
+
<!ENTITY smtes "⪬︀" ><!--smaller than or equal, slanted -->
|
163
|
+
<!ENTITY spar "∥︀" ><!--/shortparallel R: short parallel -->
|
164
|
+
<!ENTITY sqsub "⊏" ><!--/sqsubset R: square subset -->
|
165
|
+
<!ENTITY sqsube "⊑" ><!--/sqsubseteq R: square subset, equals -->
|
166
|
+
<!ENTITY sqsup "⊐" ><!--/sqsupset R: square superset -->
|
167
|
+
<!ENTITY sqsupe "⊒" ><!--/sqsupseteq R: square superset, eq -->
|
168
|
+
<!ENTITY Sub "⋐" ><!--/Subset R: double subset -->
|
169
|
+
<!ENTITY subE "⊆" ><!--/subseteqq R: subset, dbl equals -->
|
170
|
+
<!ENTITY subedot "⫃" ><!--subset, equals, dot -->
|
171
|
+
<!ENTITY submult "⫁" ><!--subset, multiply -->
|
172
|
+
<!ENTITY subplus "⪿" ><!--subset, plus -->
|
173
|
+
<!ENTITY subrarr "⥹" ><!--subset, right arrow -->
|
174
|
+
<!ENTITY subsim "⫇" ><!--subset, similar -->
|
175
|
+
<!ENTITY subsub "⫕" ><!--subset above subset -->
|
176
|
+
<!ENTITY subsup "⫓" ><!--subset above superset -->
|
177
|
+
<!ENTITY Sup "⋑" ><!--/Supset R: dbl superset -->
|
178
|
+
<!ENTITY supdsub "⫘" ><!--superset, subset, dash joining them -->
|
179
|
+
<!ENTITY supE "⊇" ><!--/supseteqq R: superset, dbl equals -->
|
180
|
+
<!ENTITY supedot "⫄" ><!--superset, equals, dot -->
|
181
|
+
<!ENTITY suphsol "⊃/" ><!--superset, solidus -->
|
182
|
+
<!ENTITY suphsub "⫗" ><!--superset, subset -->
|
183
|
+
<!ENTITY suplarr "⥻" ><!--superset, left arrow -->
|
184
|
+
<!ENTITY supmult "⫂" ><!--superset, multiply -->
|
185
|
+
<!ENTITY supplus "⫀" ><!--superset, plus -->
|
186
|
+
<!ENTITY supsim "⫈" ><!--superset, similar -->
|
187
|
+
<!ENTITY supsub "⫔" ><!--superset above subset -->
|
188
|
+
<!ENTITY supsup "⫖" ><!--superset above superset -->
|
189
|
+
<!ENTITY thkap "≈︀" ><!--/thickapprox R: thick approximate -->
|
190
|
+
<!ENTITY thksim "∼︀" ><!--/thicksim R: thick similar -->
|
191
|
+
<!ENTITY topfork "⫚" ><!--fork with top -->
|
192
|
+
<!ENTITY trie "≜" ><!--/triangleq R: triangle, equals -->
|
193
|
+
<!ENTITY twixt "≬" ><!--/between R: between -->
|
194
|
+
<!ENTITY vBar "⫨" ><!--vert, dbl bar (under) -->
|
195
|
+
<!ENTITY Vbar "⫫" ><!--dbl vert, bar (under) -->
|
196
|
+
<!ENTITY vBarv "⫩" ><!--dbl bar, vert over and under -->
|
197
|
+
<!ENTITY vdash "⊢" ><!--/vdash R: vertical, dash -->
|
198
|
+
<!ENTITY vDash "⊨" ><!--/vDash R: vertical, dbl dash -->
|
199
|
+
<!ENTITY Vdash "⊩" ><!--/Vdash R: dbl vertical, dash -->
|
200
|
+
<!ENTITY VDash "⊫" ><!--dbl vert, dbl dash -->
|
201
|
+
<!ENTITY Vdashl "⫦" ><!--vertical, dash (long) -->
|
202
|
+
<!ENTITY vltri "⊲" ><!--/vartriangleleft R: l tri, open, var -->
|
203
|
+
<!ENTITY vprop "∝" ><!--/varpropto R: proportional, variant -->
|
204
|
+
<!ENTITY vrtri "⊳" ><!--/vartriangleright R: r tri, open, var -->
|
205
|
+
<!ENTITY Vvdash "⊪" ><!--/Vvdash R: triple vertical, dash -->
|