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,41 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
File isodia.ent produced by the XSL script mmldtd.xsl
|
4
|
+
from input data in unicode.xml.
|
5
|
+
|
6
|
+
Please report any errors to
|
7
|
+
David Carlisle <davidc@nag.co.uk>.
|
8
|
+
|
9
|
+
The numeric character values assigned to each entity
|
10
|
+
(should) match either official Unicode assignments
|
11
|
+
or assignments provisionally allocated by the
|
12
|
+
Unicode Consortium based on the characters in the `STIX'
|
13
|
+
propsal for mathematics. Note that these assignments
|
14
|
+
have not been ratified by the corresponding ISO
|
15
|
+
committee and thus should be considered liable to
|
16
|
+
change.
|
17
|
+
|
18
|
+
Entity names in this file are derived from files carrying the
|
19
|
+
following notice:
|
20
|
+
|
21
|
+
(C) International Organization for Standardization 1986
|
22
|
+
Permission to copy in any form is granted for use with
|
23
|
+
conforming SGML systems and applications as defined in
|
24
|
+
ISO 8879, provided this notice is included in all copies.
|
25
|
+
|
26
|
+
-->
|
27
|
+
|
28
|
+
<!ENTITY acute "´" ><!--=acute accent -->
|
29
|
+
<!ENTITY breve "˘" ><!--=breve -->
|
30
|
+
<!ENTITY caron "ˇ" ><!--=caron -->
|
31
|
+
<!ENTITY cedil "¸" ><!--=cedilla -->
|
32
|
+
<!ENTITY circ "^" ><!--circumflex accent -->
|
33
|
+
<!ENTITY dblac "˝" ><!--=double acute accent -->
|
34
|
+
<!ENTITY die "¨" ><!--=dieresis -->
|
35
|
+
<!ENTITY dot "˙" ><!--=dot above -->
|
36
|
+
<!ENTITY grave "`" ><!--=grave accent -->
|
37
|
+
<!ENTITY macr "¯" ><!--=macron -->
|
38
|
+
<!ENTITY ogon "˛" ><!--=ogonek -->
|
39
|
+
<!ENTITY ring "˚" ><!--=ring -->
|
40
|
+
<!ENTITY tilde "˜" ><!--=tilde -->
|
41
|
+
<!ENTITY uml "¨" ><!--=umlaut mark -->
|
@@ -0,0 +1,70 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
File isogrk3.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 alpha "α" ><!--/alpha small alpha, Greek -->
|
29
|
+
<!ENTITY beta "β" ><!--/beta small beta, Greek -->
|
30
|
+
<!ENTITY chi "χ" ><!--/chi small chi, Greek -->
|
31
|
+
<!ENTITY delta "δ" ><!--/delta small delta, Greek -->
|
32
|
+
<!ENTITY Delta "Δ" ><!--/Delta capital Delta, Greek -->
|
33
|
+
<!ENTITY epsi "ε" ><!--/straightepsilon, small epsilon, Greek -->
|
34
|
+
<!ENTITY epsiv "ɛ" ><!--/varepsilon -->
|
35
|
+
<!ENTITY eta "η" ><!--/eta small eta, Greek -->
|
36
|
+
<!ENTITY gamma "γ" ><!--/gamma small gamma, Greek -->
|
37
|
+
<!ENTITY Gamma "Γ" ><!--/Gamma capital Gamma, Greek -->
|
38
|
+
<!ENTITY gammad "Ϝ" ><!--/digamma -->
|
39
|
+
<!ENTITY Gammad "Ϝ" ><!--capital digamma -->
|
40
|
+
<!ENTITY iota "ι" ><!--/iota small iota, Greek -->
|
41
|
+
<!ENTITY kappa "κ" ><!--/kappa small kappa, Greek -->
|
42
|
+
<!ENTITY kappav "ϰ" ><!--/varkappa -->
|
43
|
+
<!ENTITY lambda "λ" ><!--/lambda small lambda, Greek -->
|
44
|
+
<!ENTITY Lambda "Λ" ><!--/Lambda capital Lambda, Greek -->
|
45
|
+
<!ENTITY mu "μ" ><!--/mu small mu, Greek -->
|
46
|
+
<!ENTITY nu "ν" ><!--/nu small nu, Greek -->
|
47
|
+
<!ENTITY omega "ω" ><!--/omega small omega, Greek -->
|
48
|
+
<!ENTITY Omega "Ω" ><!--/Omega capital Omega, Greek -->
|
49
|
+
<!ENTITY phi "φ" ><!--/straightphi - small phi, Greek -->
|
50
|
+
<!ENTITY Phi "Φ" ><!--/Phi capital Phi, Greek -->
|
51
|
+
<!ENTITY phiv "ϕ" ><!--/varphi - curly or open phi -->
|
52
|
+
<!ENTITY pi "π" ><!--/pi small pi, Greek -->
|
53
|
+
<!ENTITY Pi "Π" ><!--/Pi capital Pi, Greek -->
|
54
|
+
<!ENTITY piv "ϖ" ><!--/varpi -->
|
55
|
+
<!ENTITY psi "ψ" ><!--/psi small psi, Greek -->
|
56
|
+
<!ENTITY Psi "Ψ" ><!--/Psi capital Psi, Greek -->
|
57
|
+
<!ENTITY rho "ρ" ><!--/rho small rho, Greek -->
|
58
|
+
<!ENTITY rhov "ϱ" ><!--/varrho -->
|
59
|
+
<!ENTITY sigma "σ" ><!--/sigma small sigma, Greek -->
|
60
|
+
<!ENTITY Sigma "Σ" ><!--/Sigma capital Sigma, Greek -->
|
61
|
+
<!ENTITY sigmav "ς" ><!--/varsigma -->
|
62
|
+
<!ENTITY tau "τ" ><!--/tau small tau, Greek -->
|
63
|
+
<!ENTITY theta "θ" ><!--/theta straight theta, small theta, Greek -->
|
64
|
+
<!ENTITY Theta "Θ" ><!--/Theta capital Theta, Greek -->
|
65
|
+
<!ENTITY thetav "ϑ" ><!--/vartheta - curly or open theta -->
|
66
|
+
<!ENTITY upsi "υ" ><!--/upsilon small upsilon, Greek -->
|
67
|
+
<!ENTITY Upsi "ϒ" ><!--/Upsilon capital Upsilon, Greek -->
|
68
|
+
<!ENTITY xi "ξ" ><!--/xi small xi, Greek -->
|
69
|
+
<!ENTITY Xi "Ξ" ><!--/Xi capital Xi, Greek -->
|
70
|
+
<!ENTITY zeta "ζ" ><!--/zeta small zeta, Greek -->
|
@@ -0,0 +1,89 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
File isolat1.ent produced by the XSL script mmldtd.xsl
|
4
|
+
from input data in unicode.xml.
|
5
|
+
|
6
|
+
Please report any errors to
|
7
|
+
David Carlisle <davidc@nag.co.uk>.
|
8
|
+
|
9
|
+
The numeric character values assigned to each entity
|
10
|
+
(should) match either official Unicode assignments
|
11
|
+
or assignments provisionally allocated by the
|
12
|
+
Unicode Consortium based on the characters in the `STIX'
|
13
|
+
propsal for mathematics. Note that these assignments
|
14
|
+
have not been ratified by the corresponding ISO
|
15
|
+
committee and thus should be considered liable to
|
16
|
+
change.
|
17
|
+
|
18
|
+
Entity names in this file are derived from files carrying the
|
19
|
+
following notice:
|
20
|
+
|
21
|
+
(C) International Organization for Standardization 1986
|
22
|
+
Permission to copy in any form is granted for use with
|
23
|
+
conforming SGML systems and applications as defined in
|
24
|
+
ISO 8879, provided this notice is included in all copies.
|
25
|
+
|
26
|
+
-->
|
27
|
+
|
28
|
+
<!ENTITY aacute "á" ><!--=small a, acute accent -->
|
29
|
+
<!ENTITY Aacute "Á" ><!--=capital A, acute accent -->
|
30
|
+
<!ENTITY acirc "â" ><!--=small a, circumflex accent -->
|
31
|
+
<!ENTITY Acirc "Â" ><!--=capital A, circumflex accent -->
|
32
|
+
<!ENTITY aelig "æ" ><!--=small ae diphthong (ligature) -->
|
33
|
+
<!ENTITY AElig "Æ" ><!--=capital AE diphthong (ligature) -->
|
34
|
+
<!ENTITY agrave "à" ><!--=small a, grave accent -->
|
35
|
+
<!ENTITY Agrave "À" ><!--=capital A, grave accent -->
|
36
|
+
<!ENTITY aring "å" ><!--=small a, ring -->
|
37
|
+
<!ENTITY Aring "Å" ><!--=capital A, ring -->
|
38
|
+
<!ENTITY atilde "ã" ><!--=small a, tilde -->
|
39
|
+
<!ENTITY Atilde "Ã" ><!--=capital A, tilde -->
|
40
|
+
<!ENTITY auml "ä" ><!--=small a, dieresis or umlaut mark -->
|
41
|
+
<!ENTITY Auml "Ä" ><!--=capital A, dieresis or umlaut mark -->
|
42
|
+
<!ENTITY ccedil "ç" ><!--=small c, cedilla -->
|
43
|
+
<!ENTITY Ccedil "Ç" ><!--=capital C, cedilla -->
|
44
|
+
<!ENTITY eacute "é" ><!--=small e, acute accent -->
|
45
|
+
<!ENTITY Eacute "É" ><!--=capital E, acute accent -->
|
46
|
+
<!ENTITY ecirc "ê" ><!--=small e, circumflex accent -->
|
47
|
+
<!ENTITY Ecirc "Ê" ><!--=capital E, circumflex accent -->
|
48
|
+
<!ENTITY egrave "è" ><!--=small e, grave accent -->
|
49
|
+
<!ENTITY Egrave "È" ><!--=capital E, grave accent -->
|
50
|
+
<!ENTITY eth "ð" ><!--=small eth, Icelandic -->
|
51
|
+
<!ENTITY ETH "Ð" ><!--=capital Eth, Icelandic -->
|
52
|
+
<!ENTITY euml "ë" ><!--=small e, dieresis or umlaut mark -->
|
53
|
+
<!ENTITY Euml "Ë" ><!--=capital E, dieresis or umlaut mark -->
|
54
|
+
<!ENTITY iacute "í" ><!--=small i, acute accent -->
|
55
|
+
<!ENTITY Iacute "Í" ><!--=capital I, acute accent -->
|
56
|
+
<!ENTITY icirc "î" ><!--=small i, circumflex accent -->
|
57
|
+
<!ENTITY Icirc "Î" ><!--=capital I, circumflex accent -->
|
58
|
+
<!ENTITY igrave "ì" ><!--=small i, grave accent -->
|
59
|
+
<!ENTITY Igrave "Ì" ><!--=capital I, grave accent -->
|
60
|
+
<!ENTITY iuml "ï" ><!--=small i, dieresis or umlaut mark -->
|
61
|
+
<!ENTITY Iuml "Ï" ><!--=capital I, dieresis or umlaut mark -->
|
62
|
+
<!ENTITY ntilde "ñ" ><!--=small n, tilde -->
|
63
|
+
<!ENTITY Ntilde "Ñ" ><!--=capital N, tilde -->
|
64
|
+
<!ENTITY oacute "ó" ><!--=small o, acute accent -->
|
65
|
+
<!ENTITY Oacute "Ó" ><!--=capital O, acute accent -->
|
66
|
+
<!ENTITY ocirc "ô" ><!--=small o, circumflex accent -->
|
67
|
+
<!ENTITY Ocirc "Ô" ><!--=capital O, circumflex accent -->
|
68
|
+
<!ENTITY ograve "ò" ><!--=small o, grave accent -->
|
69
|
+
<!ENTITY Ograve "Ò" ><!--=capital O, grave accent -->
|
70
|
+
<!ENTITY oslash "ø" ><!--latin small letter o with stroke -->
|
71
|
+
<!ENTITY Oslash "Ø" ><!--=capital O, slash -->
|
72
|
+
<!ENTITY otilde "õ" ><!--=small o, tilde -->
|
73
|
+
<!ENTITY Otilde "Õ" ><!--=capital O, tilde -->
|
74
|
+
<!ENTITY ouml "ö" ><!--=small o, dieresis or umlaut mark -->
|
75
|
+
<!ENTITY Ouml "Ö" ><!--=capital O, dieresis or umlaut mark -->
|
76
|
+
<!ENTITY szlig "ß" ><!--=small sharp s, German (sz ligature) -->
|
77
|
+
<!ENTITY thorn "þ" ><!--=small thorn, Icelandic -->
|
78
|
+
<!ENTITY THORN "Þ" ><!--=capital THORN, Icelandic -->
|
79
|
+
<!ENTITY uacute "ú" ><!--=small u, acute accent -->
|
80
|
+
<!ENTITY Uacute "Ú" ><!--=capital U, acute accent -->
|
81
|
+
<!ENTITY ucirc "û" ><!--=small u, circumflex accent -->
|
82
|
+
<!ENTITY Ucirc "Û" ><!--=capital U, circumflex accent -->
|
83
|
+
<!ENTITY ugrave "ù" ><!--=small u, grave accent -->
|
84
|
+
<!ENTITY Ugrave "Ù" ><!--=capital U, grave accent -->
|
85
|
+
<!ENTITY uuml "ü" ><!--=small u, dieresis or umlaut mark -->
|
86
|
+
<!ENTITY Uuml "Ü" ><!--=capital U, dieresis or umlaut mark -->
|
87
|
+
<!ENTITY yacute "ý" ><!--=small y, acute accent -->
|
88
|
+
<!ENTITY Yacute "Ý" ><!--=capital Y, acute accent -->
|
89
|
+
<!ENTITY yuml "ÿ" ><!--=small y, dieresis or umlaut mark -->
|
@@ -0,0 +1,148 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
File isolat2.ent produced by the XSL script mmldtd.xsl
|
4
|
+
from input data in unicode.xml.
|
5
|
+
|
6
|
+
Please report any errors to
|
7
|
+
David Carlisle <davidc@nag.co.uk>.
|
8
|
+
|
9
|
+
The numeric character values assigned to each entity
|
10
|
+
(should) match either official Unicode assignments
|
11
|
+
or assignments provisionally allocated by the
|
12
|
+
Unicode Consortium based on the characters in the `STIX'
|
13
|
+
propsal for mathematics. Note that these assignments
|
14
|
+
have not been ratified by the corresponding ISO
|
15
|
+
committee and thus should be considered liable to
|
16
|
+
change.
|
17
|
+
|
18
|
+
Entity names in this file are derived from files carrying the
|
19
|
+
following notice:
|
20
|
+
|
21
|
+
(C) International Organization for Standardization 1986
|
22
|
+
Permission to copy in any form is granted for use with
|
23
|
+
conforming SGML systems and applications as defined in
|
24
|
+
ISO 8879, provided this notice is included in all copies.
|
25
|
+
|
26
|
+
-->
|
27
|
+
|
28
|
+
<!ENTITY abreve "ă" ><!--=small a, breve -->
|
29
|
+
<!ENTITY Abreve "Ă" ><!--=capital A, breve -->
|
30
|
+
<!ENTITY amacr "ā" ><!--=small a, macron -->
|
31
|
+
<!ENTITY Amacr "Ā" ><!--=capital A, macron -->
|
32
|
+
<!ENTITY aogon "ą" ><!--=small a, ogonek -->
|
33
|
+
<!ENTITY Aogon "Ą" ><!--=capital A, ogonek -->
|
34
|
+
<!ENTITY cacute "ć" ><!--=small c, acute accent -->
|
35
|
+
<!ENTITY Cacute "Ć" ><!--=capital C, acute accent -->
|
36
|
+
<!ENTITY ccaron "č" ><!--=small c, caron -->
|
37
|
+
<!ENTITY Ccaron "Č" ><!--=capital C, caron -->
|
38
|
+
<!ENTITY ccirc "ĉ" ><!--=small c, circumflex accent -->
|
39
|
+
<!ENTITY Ccirc "Ĉ" ><!--=capital C, circumflex accent -->
|
40
|
+
<!ENTITY cdot "ċ" ><!--=small c, dot above -->
|
41
|
+
<!ENTITY Cdot "Ċ" ><!--=capital C, dot above -->
|
42
|
+
<!ENTITY dcaron "ď" ><!--=small d, caron -->
|
43
|
+
<!ENTITY Dcaron "Ď" ><!--=capital D, caron -->
|
44
|
+
<!ENTITY dstrok "đ" ><!--=small d, stroke -->
|
45
|
+
<!ENTITY Dstrok "Đ" ><!--=capital D, stroke -->
|
46
|
+
<!ENTITY ecaron "ě" ><!--=small e, caron -->
|
47
|
+
<!ENTITY Ecaron "Ě" ><!--=capital E, caron -->
|
48
|
+
<!ENTITY edot "ė" ><!--=small e, dot above -->
|
49
|
+
<!ENTITY Edot "Ė" ><!--=capital E, dot above -->
|
50
|
+
<!ENTITY emacr "ē" ><!--=small e, macron -->
|
51
|
+
<!ENTITY Emacr "Ē" ><!--=capital E, macron -->
|
52
|
+
<!ENTITY eng "ŋ" ><!--=small eng, Lapp -->
|
53
|
+
<!ENTITY ENG "Ŋ" ><!--=capital ENG, Lapp -->
|
54
|
+
<!ENTITY eogon "ę" ><!--=small e, ogonek -->
|
55
|
+
<!ENTITY Eogon "Ę" ><!--=capital E, ogonek -->
|
56
|
+
<!ENTITY gacute "ǵ" ><!--=small g, acute accent -->
|
57
|
+
<!ENTITY gbreve "ğ" ><!--=small g, breve -->
|
58
|
+
<!ENTITY Gbreve "Ğ" ><!--=capital G, breve -->
|
59
|
+
<!ENTITY Gcedil "Ģ" ><!--=capital G, cedilla -->
|
60
|
+
<!ENTITY gcirc "ĝ" ><!--=small g, circumflex accent -->
|
61
|
+
<!ENTITY Gcirc "Ĝ" ><!--=capital G, circumflex accent -->
|
62
|
+
<!ENTITY gdot "ġ" ><!--=small g, dot above -->
|
63
|
+
<!ENTITY Gdot "Ġ" ><!--=capital G, dot above -->
|
64
|
+
<!ENTITY hcirc "ĥ" ><!--=small h, circumflex accent -->
|
65
|
+
<!ENTITY Hcirc "Ĥ" ><!--=capital H, circumflex accent -->
|
66
|
+
<!ENTITY hstrok "ħ" ><!--=small h, stroke -->
|
67
|
+
<!ENTITY Hstrok "Ħ" ><!--=capital H, stroke -->
|
68
|
+
<!ENTITY Idot "İ" ><!--=capital I, dot above -->
|
69
|
+
<!ENTITY ijlig "ij" ><!--=small ij ligature -->
|
70
|
+
<!ENTITY IJlig "IJ" ><!--=capital IJ ligature -->
|
71
|
+
<!ENTITY imacr "ī" ><!--=small i, macron -->
|
72
|
+
<!ENTITY Imacr "Ī" ><!--=capital I, macron -->
|
73
|
+
<!ENTITY inodot "ı" ><!--=small i without dot -->
|
74
|
+
<!ENTITY iogon "į" ><!--=small i, ogonek -->
|
75
|
+
<!ENTITY Iogon "Į" ><!--=capital I, ogonek -->
|
76
|
+
<!ENTITY itilde "ĩ" ><!--=small i, tilde -->
|
77
|
+
<!ENTITY Itilde "Ĩ" ><!--=capital I, tilde -->
|
78
|
+
<!ENTITY jcirc "ĵ" ><!--=small j, circumflex accent -->
|
79
|
+
<!ENTITY Jcirc "Ĵ" ><!--=capital J, circumflex accent -->
|
80
|
+
<!ENTITY kcedil "ķ" ><!--=small k, cedilla -->
|
81
|
+
<!ENTITY Kcedil "Ķ" ><!--=capital K, cedilla -->
|
82
|
+
<!ENTITY kgreen "ĸ" ><!--=small k, Greenlandic -->
|
83
|
+
<!ENTITY lacute "ĺ" ><!--=small l, acute accent -->
|
84
|
+
<!ENTITY Lacute "Ĺ" ><!--=capital L, acute accent -->
|
85
|
+
<!ENTITY lcaron "ľ" ><!--=small l, caron -->
|
86
|
+
<!ENTITY Lcaron "Ľ" ><!--=capital L, caron -->
|
87
|
+
<!ENTITY lcedil "ļ" ><!--=small l, cedilla -->
|
88
|
+
<!ENTITY Lcedil "Ļ" ><!--=capital L, cedilla -->
|
89
|
+
<!ENTITY lmidot "ŀ" ><!--=small l, middle dot -->
|
90
|
+
<!ENTITY Lmidot "Ŀ" ><!--=capital L, middle dot -->
|
91
|
+
<!ENTITY lstrok "ł" ><!--=small l, stroke -->
|
92
|
+
<!ENTITY Lstrok "Ł" ><!--=capital L, stroke -->
|
93
|
+
<!ENTITY nacute "ń" ><!--=small n, acute accent -->
|
94
|
+
<!ENTITY Nacute "Ń" ><!--=capital N, acute accent -->
|
95
|
+
<!ENTITY napos "ʼn" ><!--=small n, apostrophe -->
|
96
|
+
<!ENTITY ncaron "ň" ><!--=small n, caron -->
|
97
|
+
<!ENTITY Ncaron "Ň" ><!--=capital N, caron -->
|
98
|
+
<!ENTITY ncedil "ņ" ><!--=small n, cedilla -->
|
99
|
+
<!ENTITY Ncedil "Ņ" ><!--=capital N, cedilla -->
|
100
|
+
<!ENTITY odblac "ő" ><!--=small o, double acute accent -->
|
101
|
+
<!ENTITY Odblac "Ő" ><!--=capital O, double acute accent -->
|
102
|
+
<!ENTITY oelig "œ" ><!--=small oe ligature -->
|
103
|
+
<!ENTITY OElig "Œ" ><!--=capital OE ligature -->
|
104
|
+
<!ENTITY omacr "ō" ><!--=small o, macron -->
|
105
|
+
<!ENTITY Omacr "Ō" ><!--=capital O, macron -->
|
106
|
+
<!ENTITY racute "ŕ" ><!--=small r, acute accent -->
|
107
|
+
<!ENTITY Racute "Ŕ" ><!--=capital R, acute accent -->
|
108
|
+
<!ENTITY rcaron "ř" ><!--=small r, caron -->
|
109
|
+
<!ENTITY Rcaron "Ř" ><!--=capital R, caron -->
|
110
|
+
<!ENTITY rcedil "ŗ" ><!--=small r, cedilla -->
|
111
|
+
<!ENTITY Rcedil "Ŗ" ><!--=capital R, cedilla -->
|
112
|
+
<!ENTITY sacute "ś" ><!--=small s, acute accent -->
|
113
|
+
<!ENTITY Sacute "Ś" ><!--=capital S, acute accent -->
|
114
|
+
<!ENTITY scaron "š" ><!--=small s, caron -->
|
115
|
+
<!ENTITY Scaron "Š" ><!--=capital S, caron -->
|
116
|
+
<!ENTITY scedil "ş" ><!--=small s, cedilla -->
|
117
|
+
<!ENTITY Scedil "Ş" ><!--=capital S, cedilla -->
|
118
|
+
<!ENTITY scirc "ŝ" ><!--=small s, circumflex accent -->
|
119
|
+
<!ENTITY Scirc "Ŝ" ><!--=capital S, circumflex accent -->
|
120
|
+
<!ENTITY tcaron "ť" ><!--=small t, caron -->
|
121
|
+
<!ENTITY Tcaron "Ť" ><!--=capital T, caron -->
|
122
|
+
<!ENTITY tcedil "ţ" ><!--=small t, cedilla -->
|
123
|
+
<!ENTITY Tcedil "Ţ" ><!--=capital T, cedilla -->
|
124
|
+
<!ENTITY tstrok "ŧ" ><!--=small t, stroke -->
|
125
|
+
<!ENTITY Tstrok "Ŧ" ><!--=capital T, stroke -->
|
126
|
+
<!ENTITY ubreve "ŭ" ><!--=small u, breve -->
|
127
|
+
<!ENTITY Ubreve "Ŭ" ><!--=capital U, breve -->
|
128
|
+
<!ENTITY udblac "ű" ><!--=small u, double acute accent -->
|
129
|
+
<!ENTITY Udblac "Ű" ><!--=capital U, double acute accent -->
|
130
|
+
<!ENTITY umacr "ū" ><!--=small u, macron -->
|
131
|
+
<!ENTITY Umacr "Ū" ><!--=capital U, macron -->
|
132
|
+
<!ENTITY uogon "ų" ><!--=small u, ogonek -->
|
133
|
+
<!ENTITY Uogon "Ų" ><!--=capital U, ogonek -->
|
134
|
+
<!ENTITY uring "ů" ><!--=small u, ring -->
|
135
|
+
<!ENTITY Uring "Ů" ><!--=capital U, ring -->
|
136
|
+
<!ENTITY utilde "ũ" ><!--=small u, tilde -->
|
137
|
+
<!ENTITY Utilde "Ũ" ><!--=capital U, tilde -->
|
138
|
+
<!ENTITY wcirc "ŵ" ><!--=small w, circumflex accent -->
|
139
|
+
<!ENTITY Wcirc "Ŵ" ><!--=capital W, circumflex accent -->
|
140
|
+
<!ENTITY ycirc "ŷ" ><!--=small y, circumflex accent -->
|
141
|
+
<!ENTITY Ycirc "Ŷ" ><!--=capital Y, circumflex accent -->
|
142
|
+
<!ENTITY Yuml "Ÿ" ><!--=capital Y, dieresis or umlaut mark -->
|
143
|
+
<!ENTITY zacute "ź" ><!--=small z, acute accent -->
|
144
|
+
<!ENTITY Zacute "Ź" ><!--=capital Z, acute accent -->
|
145
|
+
<!ENTITY zcaron "ž" ><!--=small z, caron -->
|
146
|
+
<!ENTITY Zcaron "Ž" ><!--=capital Z, caron -->
|
147
|
+
<!ENTITY zdot "ż" ><!--=small z, dot above -->
|
148
|
+
<!ENTITY Zdot "Ż" ><!--=capital Z, dot above -->
|
@@ -0,0 +1,79 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
File isomfrk.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 afr "𝔞" ><!--/frak a, lower case a -->
|
29
|
+
<!ENTITY Afr "𝔄" ><!--/frak A, upper case a -->
|
30
|
+
<!ENTITY bfr "𝔟" ><!--/frak b, lower case b -->
|
31
|
+
<!ENTITY Bfr "𝔅" ><!--/frak B, upper case b -->
|
32
|
+
<!ENTITY cfr "𝔠" ><!--/frak c, lower case c -->
|
33
|
+
<!ENTITY Cfr "ℭ" ><!--/frak C, upper case c -->
|
34
|
+
<!ENTITY dfr "𝔡" ><!--/frak d, lower case d -->
|
35
|
+
<!ENTITY Dfr "𝔇" ><!--/frak D, upper case d -->
|
36
|
+
<!ENTITY efr "𝔢" ><!--/frak e, lower case e -->
|
37
|
+
<!ENTITY Efr "𝔈" ><!--/frak E, upper case e -->
|
38
|
+
<!ENTITY ffr "𝔣" ><!--/frak f, lower case f -->
|
39
|
+
<!ENTITY Ffr "𝔉" ><!--/frak F, upper case f -->
|
40
|
+
<!ENTITY gfr "𝔤" ><!--/frak g, lower case g -->
|
41
|
+
<!ENTITY Gfr "𝔊" ><!--/frak G, upper case g -->
|
42
|
+
<!ENTITY hfr "𝔥" ><!--/frak h, lower case h -->
|
43
|
+
<!ENTITY Hfr "ℌ" ><!--/frak H, upper case h -->
|
44
|
+
<!ENTITY ifr "𝔦" ><!--/frak i, lower case i -->
|
45
|
+
<!ENTITY Ifr "ℑ" ><!--/frak I, upper case i -->
|
46
|
+
<!ENTITY jfr "𝔧" ><!--/frak j, lower case j -->
|
47
|
+
<!ENTITY Jfr "𝔍" ><!--/frak J, upper case j -->
|
48
|
+
<!ENTITY kfr "𝔨" ><!--/frak k, lower case k -->
|
49
|
+
<!ENTITY Kfr "𝔎" ><!--/frak K, upper case k -->
|
50
|
+
<!ENTITY lfr "𝔩" ><!--/frak l, lower case l -->
|
51
|
+
<!ENTITY Lfr "𝔏" ><!--/frak L, upper case l -->
|
52
|
+
<!ENTITY mfr "𝔪" ><!--/frak m, lower case m -->
|
53
|
+
<!ENTITY Mfr "𝔐" ><!--/frak M, upper case m -->
|
54
|
+
<!ENTITY nfr "𝔫" ><!--/frak n, lower case n -->
|
55
|
+
<!ENTITY Nfr "𝔑" ><!--/frak N, upper case n -->
|
56
|
+
<!ENTITY ofr "𝔬" ><!--/frak o, lower case o -->
|
57
|
+
<!ENTITY Ofr "𝔒" ><!--/frak O, upper case o -->
|
58
|
+
<!ENTITY pfr "𝔭" ><!--/frak p, lower case p -->
|
59
|
+
<!ENTITY Pfr "𝔓" ><!--/frak P, upper case p -->
|
60
|
+
<!ENTITY qfr "𝔮" ><!--/frak q, lower case q -->
|
61
|
+
<!ENTITY Qfr "𝔔" ><!--/frak Q, upper case q -->
|
62
|
+
<!ENTITY rfr "𝔯" ><!--/frak r, lower case r -->
|
63
|
+
<!ENTITY Rfr "ℜ" ><!--/frak R, upper case r -->
|
64
|
+
<!ENTITY sfr "𝔰" ><!--/frak s, lower case s -->
|
65
|
+
<!ENTITY Sfr "𝔖" ><!--/frak S, upper case s -->
|
66
|
+
<!ENTITY tfr "𝔱" ><!--/frak t, lower case t -->
|
67
|
+
<!ENTITY Tfr "𝔗" ><!--/frak T, upper case t -->
|
68
|
+
<!ENTITY ufr "𝔲" ><!--/frak u, lower case u -->
|
69
|
+
<!ENTITY Ufr "𝔘" ><!--/frak U, upper case u -->
|
70
|
+
<!ENTITY vfr "𝔳" ><!--/frak v, lower case v -->
|
71
|
+
<!ENTITY Vfr "𝔙" ><!--/frak V, upper case v -->
|
72
|
+
<!ENTITY wfr "𝔴" ><!--/frak w, lower case w -->
|
73
|
+
<!ENTITY Wfr "𝔚" ><!--/frak W, upper case w -->
|
74
|
+
<!ENTITY xfr "𝔵" ><!--/frak x, lower case x -->
|
75
|
+
<!ENTITY Xfr "𝔛" ><!--/frak X, upper case x -->
|
76
|
+
<!ENTITY yfr "𝔶" ><!--/frak y, lower case y -->
|
77
|
+
<!ENTITY Yfr "𝔜" ><!--/frak Y, upper case y -->
|
78
|
+
<!ENTITY zfr "𝔷" ><!--/frak z, lower case z -->
|
79
|
+
<!ENTITY Zfr "ℨ" ><!--/frak Z, upper case z -->
|
@@ -0,0 +1,53 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
File isomopf.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 Aopf "𝔸" ><!--/Bbb A, open face A -->
|
29
|
+
<!ENTITY Bopf "𝔹" ><!--/Bbb B, open face B -->
|
30
|
+
<!ENTITY Copf "ℂ" ><!--/Bbb C, open face C -->
|
31
|
+
<!ENTITY Dopf "𝔻" ><!--/Bbb D, open face D -->
|
32
|
+
<!ENTITY Eopf "𝔼" ><!--/Bbb E, open face E -->
|
33
|
+
<!ENTITY Fopf "𝔽" ><!--/Bbb F, open face F -->
|
34
|
+
<!ENTITY Gopf "𝔾" ><!--/Bbb G, open face G -->
|
35
|
+
<!ENTITY Hopf "ℍ" ><!--/Bbb H, open face H -->
|
36
|
+
<!ENTITY Iopf "𝕀" ><!--/Bbb I, open face I -->
|
37
|
+
<!ENTITY Jopf "𝕁" ><!--/Bbb J, open face J -->
|
38
|
+
<!ENTITY Kopf "𝕂" ><!--/Bbb K, open face K -->
|
39
|
+
<!ENTITY Lopf "𝕃" ><!--/Bbb L, open face L -->
|
40
|
+
<!ENTITY Mopf "𝕄" ><!--/Bbb M, open face M -->
|
41
|
+
<!ENTITY Nopf "ℕ" ><!--/Bbb N, open face N -->
|
42
|
+
<!ENTITY Oopf "𝕆" ><!--/Bbb O, open face O -->
|
43
|
+
<!ENTITY Popf "ℙ" ><!--/Bbb P, open face P -->
|
44
|
+
<!ENTITY Qopf "ℚ" ><!--/Bbb Q, open face Q -->
|
45
|
+
<!ENTITY Ropf "ℝ" ><!--/Bbb R, open face R -->
|
46
|
+
<!ENTITY Sopf "𝕊" ><!--/Bbb S, open face S -->
|
47
|
+
<!ENTITY Topf "𝕋" ><!--/Bbb T, open face T -->
|
48
|
+
<!ENTITY Uopf "𝕌" ><!--/Bbb U, open face U -->
|
49
|
+
<!ENTITY Vopf "𝕍" ><!--/Bbb V, open face V -->
|
50
|
+
<!ENTITY Wopf "𝕎" ><!--/Bbb W, open face W -->
|
51
|
+
<!ENTITY Xopf "𝕏" ><!--/Bbb X, open face X -->
|
52
|
+
<!ENTITY Yopf "𝕐" ><!--/Bbb Y, open face Y -->
|
53
|
+
<!ENTITY Zopf "ℤ" ><!--/Bbb Z, open face Z -->
|