File: math.ent

package info (click to toggle)
khronos-opengl-man4 1.0~svn31251-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,368 kB
  • ctags: 267
  • sloc: xml: 93,382; makefile: 730; python: 627; sh: 50; php: 4
file content (37 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download | duplicates (4)
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
<!-- 
    Math entities used by the Khronos man pages. The SYSTEM identifiers are
    for local copies rather than the normative URLs, because even though
    they are installed along with mathml2.dtd, they are not added to the XML
    catalog. %isoamsb and %isogrk3 are used only by the GLSL ref pages, the
    others are needed by both API and GLSL.
 -->

<!ENTITY % isoamsb
      PUBLIC "-//W3C//ENTITIES Added Math Symbols: Binary Operators for MathML 2.0//EN"
             "isoamsb.ent" >
%isoamsb;
<!ENTITY % isoamsc PUBLIC
    "-//W3C//ENTITIES Added Math Symbols: Delimiters//EN//XML"
     "isoamsc.ent"
>
%isoamsc;
<!ENTITY % isogrk3
      PUBLIC "-//W3C//ENTITIES Greek Symbols for MathML 2.0//EN"
             "isogrk3.ent" >
%isogrk3;
<!ENTITY % isotech PUBLIC
    "-//W3C//ENTITIES General Technical//EN//XML"
    "isotech.ent"
>
%isotech;
<!ENTITY % isonum PUBLIC
    "-//W3C//ENTITIES Numeric and Special Graphic//EN//XML"
    "isonum.ent"
>
%isonum;
<!ENTITY % mmlextra PUBLIC
    "-//W3C//ENTITIES Additional MathML Symbols//EN//XML"
    "mmlextra.ent"
>
%mmlextra;