~ubuntu-branches/ubuntu/trusty/w3c-sgml-lib/trusty

« back to all changes in this revision

Viewing changes to htdocs/sgml-lib/WD-MathML3-20100610/isoamsc.ent

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber
  • Date: 2010-08-21 11:15:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100821111542-cklvls9be6wh2f2z
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
<!--
 
3
     File isoamsc.ent produced by the XSL script entities.xsl
 
4
     from input data in unicode.xml.
 
5
 
 
6
     Copyright 1998 - 2010 W3C.
 
7
 
 
8
     Use and distribution of this code are permitted under the terms of the
 
9
     W3C Software Notice and License.
 
10
     http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html
 
11
 
 
12
     Please report any errors to David Carlisle
 
13
     via the public W3C list www-math@w3.org.
 
14
 
 
15
     The numeric character values assigned to each entity
 
16
     (should) match the Unicode assignments in Unicode 5.x.
 
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
 
 
29
<!-- 
 
30
 
 
31
       Public identifier: -//W3C//ENTITIES Added Math Symbols: Delimiters//EN//XML
 
32
       System identifier: http://www.w3.org/2003/entities/2007/isoamsc.ent
 
33
 
 
34
     The public identifier should always be used verbatim.
 
35
     The system identifier may be changed to suit local requirements.
 
36
 
 
37
     Typical invocation:
 
38
 
 
39
       <!ENTITY % isoamsc PUBLIC
 
40
         "-//W3C//ENTITIES Added Math Symbols: Delimiters//EN//XML"
 
41
         "http://www.w3.org/2003/entities/2007/isoamsc.ent"
 
42
       >
 
43
       %isoamsc;
 
44
 
 
45
-->
 
46
 
 
47
<!ENTITY dlcorn           "&#x0231E;" ><!--BOTTOM LEFT CORNER -->
 
48
<!ENTITY drcorn           "&#x0231F;" ><!--BOTTOM RIGHT CORNER -->
 
49
<!ENTITY gtlPar           "&#x02995;" ><!--DOUBLE LEFT ARC GREATER-THAN BRACKET -->
 
50
<!ENTITY langd            "&#x02991;" ><!--LEFT ANGLE BRACKET WITH DOT -->
 
51
<!ENTITY lbrke            "&#x0298B;" ><!--LEFT SQUARE BRACKET WITH UNDERBAR -->
 
52
<!ENTITY lbrksld          "&#x0298F;" ><!--LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER -->
 
53
<!ENTITY lbrkslu          "&#x0298D;" ><!--LEFT SQUARE BRACKET WITH TICK IN TOP CORNER -->
 
54
<!ENTITY lceil            "&#x02308;" ><!--LEFT CEILING -->
 
55
<!ENTITY lfloor           "&#x0230A;" ><!--LEFT FLOOR -->
 
56
<!ENTITY lmoust           "&#x023B0;" ><!--UPPER LEFT OR LOWER RIGHT CURLY BRACKET SECTION -->
 
57
<!ENTITY lparlt           "&#x02993;" ><!--LEFT ARC LESS-THAN BRACKET -->
 
58
<!ENTITY ltrPar           "&#x02996;" ><!--DOUBLE RIGHT ARC LESS-THAN BRACKET -->
 
59
<!ENTITY rangd            "&#x02992;" ><!--RIGHT ANGLE BRACKET WITH DOT -->
 
60
<!ENTITY rbrke            "&#x0298C;" ><!--RIGHT SQUARE BRACKET WITH UNDERBAR -->
 
61
<!ENTITY rbrksld          "&#x0298E;" ><!--RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER -->
 
62
<!ENTITY rbrkslu          "&#x02990;" ><!--RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER -->
 
63
<!ENTITY rceil            "&#x02309;" ><!--RIGHT CEILING -->
 
64
<!ENTITY rfloor           "&#x0230B;" ><!--RIGHT FLOOR -->
 
65
<!ENTITY rmoust           "&#x023B1;" ><!--UPPER RIGHT OR LOWER LEFT CURLY BRACKET SECTION -->
 
66
<!ENTITY rpargt           "&#x02994;" ><!--RIGHT ARC GREATER-THAN BRACKET -->
 
67
<!ENTITY ulcorn           "&#x0231C;" ><!--TOP LEFT CORNER -->
 
68
<!ENTITY urcorn           "&#x0231D;" ><!--TOP RIGHT CORNER -->