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,173 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
File isoamsa.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 angzarr "⍼" ><!--angle with down zig-zag arrow -->
|
29
|
+
<!ENTITY cirmid "⫯" ><!--circle, mid below -->
|
30
|
+
<!ENTITY cudarrl "⤸" ><!--left, curved, down arrow -->
|
31
|
+
<!ENTITY cudarrr "⤵" ><!--right, curved, down arrow -->
|
32
|
+
<!ENTITY cularr "↶" ><!--/curvearrowleft A: left curved arrow -->
|
33
|
+
<!ENTITY cularrp "⤽" ><!--curved left arrow with plus -->
|
34
|
+
<!ENTITY curarr "↷" ><!--/curvearrowright A: rt curved arrow -->
|
35
|
+
<!ENTITY curarrm "⤼" ><!--curved right arrow with minus -->
|
36
|
+
<!ENTITY dArr "⇓" ><!--/Downarrow A: down dbl arrow -->
|
37
|
+
<!ENTITY Darr "↡" ><!--down two-headed arrow -->
|
38
|
+
<!ENTITY ddarr "⇊" ><!--/downdownarrows A: two down arrows -->
|
39
|
+
<!ENTITY DDotrahd "⤑" ><!--right arrow with dotted stem -->
|
40
|
+
<!ENTITY dfisht "⥿" ><!--down fish tail -->
|
41
|
+
<!ENTITY dHar "⥥" ><!--down harpoon-left, down harpoon-right -->
|
42
|
+
<!ENTITY dharl "⇃" ><!--/downharpoonleft A: dn harpoon-left -->
|
43
|
+
<!ENTITY dharr "⇂" ><!--/downharpoonright A: down harpoon-rt -->
|
44
|
+
<!ENTITY duarr "⇵" ><!--down arrow, up arrow -->
|
45
|
+
<!ENTITY duhar "⥯" ><!--down harp, up harp -->
|
46
|
+
<!ENTITY dzigrarr "" ><!--right long zig-zag arrow -->
|
47
|
+
<!ENTITY erarr "⥱" ><!--equal, right arrow below -->
|
48
|
+
<!ENTITY harr "↔" ><!--/leftrightarrow A: l&r arrow -->
|
49
|
+
<!ENTITY hArr "⇔" ><!--/Leftrightarrow A: l&r dbl arrow -->
|
50
|
+
<!ENTITY harrcir "⥈" ><!--left and right arrow with a circle -->
|
51
|
+
<!ENTITY harrw "↭" ><!--/leftrightsquigarrow A: l&r arr-wavy -->
|
52
|
+
<!ENTITY hoarr "⇿" ><!--horizontal open arrow -->
|
53
|
+
<!ENTITY imof "⊷" ><!--image of -->
|
54
|
+
<!ENTITY lAarr "⇚" ><!--/Lleftarrow A: left triple arrow -->
|
55
|
+
<!ENTITY Larr "↞" ><!--/twoheadleftarrow A: -->
|
56
|
+
<!ENTITY larrbfs "⤟" ><!--left arrow-bar, filled square -->
|
57
|
+
<!ENTITY larrfs "⤝" ><!--left arrow, filled square -->
|
58
|
+
<!ENTITY larrhk "↩" ><!--/hookleftarrow A: left arrow-hooked -->
|
59
|
+
<!ENTITY larrlp "↫" ><!--/looparrowleft A: left arrow-looped -->
|
60
|
+
<!ENTITY larrpl "⤹" ><!--left arrow, plus -->
|
61
|
+
<!ENTITY larrsim "⥳" ><!--left arrow, similar -->
|
62
|
+
<!ENTITY larrtl "↢" ><!--/leftarrowtail A: left arrow-tailed -->
|
63
|
+
<!ENTITY latail "⤙" ><!--left arrow-tail -->
|
64
|
+
<!ENTITY lAtail "⤛" ><!--left double arrow-tail -->
|
65
|
+
<!ENTITY lbarr "⤌" ><!--left broken arrow -->
|
66
|
+
<!ENTITY lBarr "⤎" ><!--left doubly broken arrow -->
|
67
|
+
<!ENTITY ldca "⤶" ><!--left down curved arrow -->
|
68
|
+
<!ENTITY ldrdhar "⥧" ><!--left harpoon-down over right harpoon-down -->
|
69
|
+
<!ENTITY ldrushar "⥋" ><!--left-down-right-up harpoon -->
|
70
|
+
<!ENTITY ldsh "↲" ><!--left down angled arrow -->
|
71
|
+
<!ENTITY lfisht "⥼" ><!--left fish tail -->
|
72
|
+
<!ENTITY lHar "⥢" ><!--left harpoon-up over left harpoon-down -->
|
73
|
+
<!ENTITY lhard "↽" ><!--/leftharpoondown A: l harpoon-down -->
|
74
|
+
<!ENTITY lharu "↼" ><!--/leftharpoonup A: left harpoon-up -->
|
75
|
+
<!ENTITY lharul "⥪" ><!--left harpoon-up over long dash -->
|
76
|
+
<!ENTITY llarr "⇇" ><!--/leftleftarrows A: two left arrows -->
|
77
|
+
<!ENTITY llhard "⥫" ><!--left harpoon-down below long dash -->
|
78
|
+
<!ENTITY loarr "⇽" ><!--left open arrow -->
|
79
|
+
<!ENTITY lrarr "⇆" ><!--/leftrightarrows A: l arr over r arr -->
|
80
|
+
<!ENTITY lrhar "⇋" ><!--/leftrightharpoons A: l harp over r -->
|
81
|
+
<!ENTITY lrhard "⥭" ><!--right harpoon-down below long dash -->
|
82
|
+
<!ENTITY lsh "↰" ><!--/Lsh A: -->
|
83
|
+
<!ENTITY lurdshar "⥊" ><!--left-up-right-down harpoon -->
|
84
|
+
<!ENTITY luruhar "⥦" ><!--left harpoon-up over right harpoon-up -->
|
85
|
+
<!ENTITY map "↦" ><!--/mapsto A: -->
|
86
|
+
<!ENTITY Map "⤅" ><!--twoheaded mapsto -->
|
87
|
+
<!ENTITY midcir "⫰" ><!--mid, circle below -->
|
88
|
+
<!ENTITY mumap "⊸" ><!--/multimap A: -->
|
89
|
+
<!ENTITY nearhk "⤤" ><!--NE arrow-hooked -->
|
90
|
+
<!ENTITY nearr "↗" ><!--/nearrow A: NE pointing arrow -->
|
91
|
+
<!ENTITY neArr "⇗" ><!--NE pointing dbl arrow -->
|
92
|
+
<!ENTITY nesear "⤨" ><!--/toea A: NE & SE arrows -->
|
93
|
+
<!ENTITY nharr "↮" ><!--/nleftrightarrow A: not l&r arrow -->
|
94
|
+
<!ENTITY nhArr "⇎" ><!--/nLeftrightarrow A: not l&r dbl arr -->
|
95
|
+
<!ENTITY nlarr "↚" ><!--/nleftarrow A: not left arrow -->
|
96
|
+
<!ENTITY nlArr "⇍" ><!--/nLeftarrow A: not implied by -->
|
97
|
+
<!ENTITY nrarr "↛" ><!--/nrightarrow A: not right arrow -->
|
98
|
+
<!ENTITY nrArr "⇏" ><!--/nRightarrow A: not implies -->
|
99
|
+
<!ENTITY nrarrc "⤳̸" ><!--not right arrow-curved -->
|
100
|
+
<!ENTITY nrarrw "↝̸" ><!--not right arrow-wavy -->
|
101
|
+
<!ENTITY nvHarr "⇎" ><!--not, vert, left and right double arrow -->
|
102
|
+
<!ENTITY nvlArr "⇍" ><!--not, vert, left double arrow -->
|
103
|
+
<!ENTITY nvrArr "⇏" ><!--not, vert, right double arrow -->
|
104
|
+
<!ENTITY nwarhk "⤣" ><!--NW arrow-hooked -->
|
105
|
+
<!ENTITY nwarr "↖" ><!--/nwarrow A: NW pointing arrow -->
|
106
|
+
<!ENTITY nwArr "⇖" ><!--NW pointing dbl arrow -->
|
107
|
+
<!ENTITY nwnear "⤧" ><!--NW & NE arrows -->
|
108
|
+
<!ENTITY olarr "↺" ><!--/circlearrowleft A: l arr in circle -->
|
109
|
+
<!ENTITY orarr "↻" ><!--/circlearrowright A: r arr in circle -->
|
110
|
+
<!ENTITY origof "⊶" ><!--original of -->
|
111
|
+
<!ENTITY rAarr "⇛" ><!--/Rrightarrow A: right triple arrow -->
|
112
|
+
<!ENTITY Rarr "↠" ><!--/twoheadrightarrow A: -->
|
113
|
+
<!ENTITY rarrap "⥵" ><!--approximate, right arrow above -->
|
114
|
+
<!ENTITY rarrbfs "⤠" ><!--right arrow-bar, filled square -->
|
115
|
+
<!ENTITY rarrc "⤳" ><!--right arrow-curved -->
|
116
|
+
<!ENTITY rarrfs "⤞" ><!--right arrow, filled square -->
|
117
|
+
<!ENTITY rarrhk "↪" ><!--/hookrightarrow A: rt arrow-hooked -->
|
118
|
+
<!ENTITY rarrlp "↬" ><!--/looparrowright A: rt arrow-looped -->
|
119
|
+
<!ENTITY rarrpl "⥅" ><!--right arrow, plus -->
|
120
|
+
<!ENTITY rarrsim "⥴" ><!--right arrow, similar -->
|
121
|
+
<!ENTITY rarrtl "↣" ><!--/rightarrowtail A: rt arrow-tailed -->
|
122
|
+
<!ENTITY Rarrtl "⤖" ><!--right two-headed arrow with tail -->
|
123
|
+
<!ENTITY rarrw "↝" ><!--/rightsquigarrow A: rt arrow-wavy -->
|
124
|
+
<!ENTITY ratail "↣" ><!--right arrow-tail -->
|
125
|
+
<!ENTITY rAtail "⤜" ><!--right double arrow-tail -->
|
126
|
+
<!ENTITY rbarr "⤍" ><!--/bkarow A: right broken arrow -->
|
127
|
+
<!ENTITY rBarr "⤏" ><!--/dbkarow A: right doubly broken arrow -->
|
128
|
+
<!ENTITY RBarr "⤐" ><!--/drbkarow A: twoheaded right broken arrow -->
|
129
|
+
<!ENTITY rdca "⤷" ><!--right down curved arrow -->
|
130
|
+
<!ENTITY rdldhar "⥩" ><!--right harpoon-down over left harpoon-down -->
|
131
|
+
<!ENTITY rdsh "↳" ><!--right down angled arrow -->
|
132
|
+
<!ENTITY rfisht "⥽" ><!--right fish tail -->
|
133
|
+
<!ENTITY rHar "⥤" ><!--right harpoon-up over right harpoon-down -->
|
134
|
+
<!ENTITY rhard "⇁" ><!--/rightharpoondown A: rt harpoon-down -->
|
135
|
+
<!ENTITY rharu "⇀" ><!--/rightharpoonup A: rt harpoon-up -->
|
136
|
+
<!ENTITY rharul "⥬" ><!--right harpoon-up over long dash -->
|
137
|
+
<!ENTITY rlarr "⇄" ><!--/rightleftarrows A: r arr over l arr -->
|
138
|
+
<!ENTITY rlhar "⇌" ><!--/rightleftharpoons A: r harp over l -->
|
139
|
+
<!ENTITY roarr "⇾" ><!--right open arrow -->
|
140
|
+
<!ENTITY rrarr "⇉" ><!--/rightrightarrows A: two rt arrows -->
|
141
|
+
<!ENTITY rsh "↱" ><!--/Rsh A: -->
|
142
|
+
<!ENTITY ruluhar "⥨" ><!--right harpoon-up over left harpoon-up -->
|
143
|
+
<!ENTITY searhk "⤥" ><!--/hksearow A: SE arrow-hooken -->
|
144
|
+
<!ENTITY searr "↘" ><!--/searrow A: SE pointing arrow -->
|
145
|
+
<!ENTITY seArr "⇘" ><!--SE pointing dbl arrow -->
|
146
|
+
<!ENTITY seswar "⤩" ><!--/tosa A: SE & SW arrows -->
|
147
|
+
<!ENTITY simrarr "⥲" ><!--similar, right arrow below -->
|
148
|
+
<!ENTITY slarr "←︀" ><!--short left arrow -->
|
149
|
+
<!ENTITY srarr "→︀" ><!--short right arrow -->
|
150
|
+
<!ENTITY swarhk "⤦" ><!--/hkswarow A: SW arrow-hooked -->
|
151
|
+
<!ENTITY swarr "↙" ><!--/swarrow A: SW pointing arrow -->
|
152
|
+
<!ENTITY swArr "⇙" ><!--SW pointing dbl arrow -->
|
153
|
+
<!ENTITY swnwar "⤪" ><!--SW & NW arrows -->
|
154
|
+
<!ENTITY uArr "⇑" ><!--/Uparrow A: up dbl arrow -->
|
155
|
+
<!ENTITY Uarr "↟" ><!--up two-headed arrow -->
|
156
|
+
<!ENTITY Uarrocir "⥉" ><!--up two-headed arrow above circle -->
|
157
|
+
<!ENTITY udarr "⇅" ><!--up arrow, down arrow -->
|
158
|
+
<!ENTITY udhar "⥮" ><!--up harp, down harp -->
|
159
|
+
<!ENTITY ufisht "⥾" ><!--up fish tail -->
|
160
|
+
<!ENTITY uHar "⥣" ><!--up harpoon-left, up harpoon-right -->
|
161
|
+
<!ENTITY uharl "↿" ><!--/upharpoonleft A: up harpoon-left -->
|
162
|
+
<!ENTITY uharr "↾" ><!--/upharpoonright /restriction A: up harp-r -->
|
163
|
+
<!ENTITY uuarr "⇈" ><!--/upuparrows A: two up arrows -->
|
164
|
+
<!ENTITY varr "↕" ><!--/updownarrow A: up&down arrow -->
|
165
|
+
<!ENTITY vArr "⇕" ><!--/Updownarrow A: up&down dbl arrow -->
|
166
|
+
<!ENTITY xharr "" ><!--/longleftrightarrow A: long l&r arr -->
|
167
|
+
<!ENTITY xhArr "" ><!--/Longleftrightarrow A: long l&r dbl arr -->
|
168
|
+
<!ENTITY xlarr "" ><!--/longleftarrow A: long left arrow -->
|
169
|
+
<!ENTITY xlArr "" ><!--/Longleftarrow A: long l dbl arrow -->
|
170
|
+
<!ENTITY xmap "" ><!--/longmapsto A: -->
|
171
|
+
<!ENTITY xrarr "" ><!--/longrightarrow A: long right arrow -->
|
172
|
+
<!ENTITY xrArr "" ><!--/Longrightarrow A: long rt dbl arr -->
|
173
|
+
<!ENTITY zigrarr "⇝" ><!--right zig-zag arrow -->
|
@@ -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 -->
|