blob: 3b9313013bb17b7d669c64aafc870b8540f7a037 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
<!--
Copyright 1998 - 2010 W3C.
Use and distribution of this code are permitted under the terms of the
W3C Software Notice and License.
http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html
Please report any errors to David Carlisle
via the public W3C list www-math@w3.org.
Public identifier: -//W3C//ENTITIES HTML MathML Set//EN//XML
System identifier: http://www.w3.org/2003/entities/2007/htmlmathml.ent
The public identifier should always be used verbatim.
The system identifier may be changed to suit local requirements.
Typical invocation:
<!ENTITY % htmlmathml PUBLIC
"-//W3C//ENTITIES HTML MathML Set//EN//XML"
"http://www.w3.org/2003/entities/2007/htmlmathml.ent"
>
%htmlmathml;
-->
<!ENTITY % xhtml1-lat1 PUBLIC "-//W3C//ENTITIES Latin for HTML//EN/" "xhtml1-lat1.ent">
%xhtml1-lat1;
<!ENTITY % xhtml1-special PUBLIC "-//W3C//ENTITIES Special for HTML//EN/" "xhtml1-special.ent">
%xhtml1-special;
<!ENTITY % xhtml1-symbol PUBLIC "-//W3C//ENTITIES Symbol for HTML//EN/" "xhtml1-symbol.ent">
%xhtml1-symbol;
<!ENTITY % html5-uppercase PUBLIC "-//W3C//ENTITIES uppercase aliases for HTML//EN/" "html5-uppercase.ent">
%html5-uppercase;
<!ENTITY % predefined PUBLIC "-//W3C//ENTITIES Predefined XML//EN/" "predefined.ent">
%predefined;
<!ENTITY % isobox PUBLIC "-//W3C//ENTITIES Box and Line Drawing//EN" "isobox.ent">
%isobox;
<!ENTITY % isocyr1 PUBLIC "-//W3C//ENTITIES Russian Cyrillic//EN" "isocyr1.ent">
%isocyr1;
<!ENTITY % isocyr2 PUBLIC "-//W3C//ENTITIES Non-Russian Cyrillic//EN" "isocyr2.ent">
%isocyr2;
<!ENTITY % isodia PUBLIC "-//W3C//ENTITIES Diacritical Marks//EN" "isodia.ent">
%isodia;
<!ENTITY % isolat1 PUBLIC "-//W3C//ENTITIES Added Latin 1//EN" "isolat1.ent">
%isolat1;
<!ENTITY % isolat2 PUBLIC "-//W3C//ENTITIES Added Latin 2//EN" "isolat2.ent">
%isolat2;
<!ENTITY % isonum PUBLIC "-//W3C//ENTITIES Numeric and Special Graphic//EN" "isonum.ent">
%isonum;
<!ENTITY % isopub PUBLIC "-//W3C//ENTITIES Publishing//EN" "isopub.ent">
%isopub;
<!ENTITY % isoamsa PUBLIC "-//W3C//ENTITIES Added Math Symbols: Arrow Relations//EN" "isoamsa.ent">
%isoamsa;
<!ENTITY % isoamsb PUBLIC "-//W3C//ENTITIES Added Math Symbols: Binary Operators//EN" "isoamsb.ent">
%isoamsb;
<!ENTITY % isoamsc PUBLIC "-//W3C//ENTITIES Added Math Symbols: Delimiters//EN" "isoamsc.ent">
%isoamsc;
<!ENTITY % isoamsn PUBLIC "-//W3C//ENTITIES Added Math Symbols: Negated Relations//EN" "isoamsn.ent">
%isoamsn;
<!ENTITY % isoamso PUBLIC "-//W3C//ENTITIES Added Math Symbols: Ordinary//EN" "isoamso.ent">
%isoamso;
<!ENTITY % isoamsr PUBLIC "-//W3C//ENTITIES Added Math Symbols: Relations//EN" "isoamsr.ent">
%isoamsr;
<!ENTITY % isogrk3 PUBLIC "-//W3C//ENTITIES Greek Symbols//EN" "isogrk3.ent">
%isogrk3;
<!ENTITY % isomfrk PUBLIC "-//W3C//ENTITIES Math Alphabets: Fraktur//EN" "isomfrk.ent">
%isomfrk;
<!ENTITY % isomopf PUBLIC "-//W3C//ENTITIES Math Alphabets: Open Face//EN" "isomopf.ent">
%isomopf;
<!ENTITY % isomscr PUBLIC "-//W3C//ENTITIES Math Alphabets: Script//EN" "isomscr.ent">
%isomscr;
<!ENTITY % isotech PUBLIC "-//W3C//ENTITIES General Technical//EN" "isotech.ent">
%isotech;
<!ENTITY % mmlextra PUBLIC "-//W3C//ENTITIES Additional MathML Symbols//EN" "mmlextra.ent">
%mmlextra;
<!ENTITY % mmlalias PUBLIC "-//W3C//ENTITIES MathML Aliases//EN" "mmlalias.ent">
%mmlalias;
|