~ubuntu-branches/ubuntu/vivid/fbreader/vivid-proposed

« back to all changes in this revision

Viewing changes to fbreader/data/formats/docbook/ISOnum.ent

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2007-12-04 12:51:45 UTC
  • Revision ID: james.westby@ubuntu.com-20071204125145-pw20qfyn0fx3h7jg
Tags: 0.8.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ...................................................................... -->
 
2
<!-- ISO Numeric and Special Graphic Entities V0.3 ........................ -->
 
3
<!-- File iso-num.ent ..................................................... -->
 
4
 
 
5
<!-- Copyright (C) 2001, 2002 Organization for the Advancement of Structured
 
6
     Information Standards (OASIS).
 
7
 
 
8
     $Id: ISOnum.ent,v 1.3 2002/12/13 22:47:23 adam Exp $
 
9
 
 
10
     Permission to use, copy, modify and distribute this entity set
 
11
     and its accompanying documentation for any purpose and without
 
12
     fee is hereby granted in perpetuity, provided that the above
 
13
     copyright notice and this paragraph appear in all copies. The
 
14
     copyright holders make no representation about the suitability of
 
15
     the entities for any purpose. It is provided "as is" without
 
16
     expressed or implied warranty.
 
17
 
 
18
     Please direct all questions, bug reports, or suggestions for
 
19
     changes to the docbook@lists.oasis-open.org mailing list. For more
 
20
     information, see http://www.oasis-open.org/docbook/.
 
21
 
 
22
     Derived, in part, from:
 
23
 
 
24
       * iso-num.gml
 
25
 
 
26
           Copyright (C) 1986 International Organization for Standardization
 
27
           Permission to copy in any form is granted for use with
 
28
           conforming SGML systems and applications as defined in
 
29
           ISO 8879, provided this notice is included in all copies.
 
30
 
 
31
       * http://www.tug.org/applications/jadetex/unicode.xml
 
32
 
 
33
       * ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC/SGML.TXT
 
34
 
 
35
     Please use the following formal public identifier to identify it:
 
36
 
 
37
       ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML
 
38
-->
 
39
 
 
40
<!ENTITY half   "&#x00BD;"> <!-- VULGAR FRACTION ONE HALF -->
 
41
<!ENTITY frac12 "&#x00BD;"> <!-- VULGAR FRACTION ONE HALF -->
 
42
<!ENTITY frac14 "&#x00BC;"> <!-- VULGAR FRACTION ONE QUARTER -->
 
43
<!ENTITY frac34 "&#x00BE;"> <!-- VULGAR FRACTION THREE QUARTERS -->
 
44
<!ENTITY frac18 "&#x215B;"> <!--  -->
 
45
<!ENTITY frac38 "&#x215C;"> <!--  -->
 
46
<!ENTITY frac58 "&#x215D;"> <!--  -->
 
47
<!ENTITY frac78 "&#x215E;"> <!--  -->
 
48
<!ENTITY sup1   "&#x00B9;"> <!-- SUPERSCRIPT ONE -->
 
49
<!ENTITY sup2   "&#x00B2;"> <!-- SUPERSCRIPT TWO -->
 
50
<!ENTITY sup3   "&#x00B3;"> <!-- SUPERSCRIPT THREE -->
 
51
<!ENTITY plus   "&#x002B;"> <!-- PLUS SIGN -->
 
52
<!ENTITY plusmn "&#x00B1;"> <!-- PLUS-MINUS SIGN -->
 
53
<!ENTITY lt     "&#38;#60;"> <!-- LESS-THAN SIGN -->
 
54
<!ENTITY equals "&#x003D;"> <!-- EQUALS SIGN -->
 
55
<!ENTITY gt     "&#x003E;"> <!-- GREATER-THAN SIGN -->
 
56
<!ENTITY divide "&#x00F7;"> <!-- DIVISION SIGN -->
 
57
<!ENTITY times  "&#x00D7;"> <!-- MULTIPLICATION SIGN -->
 
58
<!ENTITY curren "&#x00A4;"> <!-- CURRENCY SIGN -->
 
59
<!ENTITY pound  "&#x00A3;"> <!-- POUND SIGN -->
 
60
<!ENTITY dollar "&#x0024;"> <!-- DOLLAR SIGN -->
 
61
<!ENTITY cent   "&#x00A2;"> <!-- CENT SIGN -->
 
62
<!ENTITY yen    "&#x00A5;"> <!-- YEN SIGN -->
 
63
<!ENTITY num    "&#x0023;"> <!-- NUMBER SIGN -->
 
64
<!ENTITY percnt "&#x0025;"> <!-- PERCENT SIGN -->
 
65
<!ENTITY amp    "&#38;#38;"> <!-- AMPERSAND -->
 
66
<!ENTITY ast    "&#x002A;"> <!-- ASTERISK -->
 
67
<!ENTITY commat "&#x0040;"> <!-- COMMERCIAL AT -->
 
68
<!ENTITY lsqb   "&#x005B;"> <!-- LEFT SQUARE BRACKET -->
 
69
<!ENTITY bsol   "&#x005C;"> <!-- REVERSE SOLIDUS -->
 
70
<!ENTITY rsqb   "&#x005D;"> <!-- RIGHT SQUARE BRACKET -->
 
71
<!ENTITY lcub   "&#x007B;"> <!-- LEFT CURLY BRACKET -->
 
72
<!ENTITY horbar "&#x2015;"> <!-- HORIZONTAL BAR -->
 
73
<!ENTITY verbar "&#x007C;"> <!-- VERTICAL LINE -->
 
74
<!ENTITY rcub   "&#x007D;"> <!-- RIGHT CURLY BRACKET -->
 
75
<!ENTITY micro  "&#x00B5;"> <!-- MICRO SIGN -->
 
76
<!ENTITY ohm    "&#x2126;"> <!-- OHM SIGN -->
 
77
<!ENTITY deg    "&#x00B0;"> <!-- DEGREE SIGN -->
 
78
<!ENTITY ordm   "&#x00BA;"> <!-- MASCULINE ORDINAL INDICATOR -->
 
79
<!ENTITY ordf   "&#x00AA;"> <!-- FEMININE ORDINAL INDICATOR -->
 
80
<!ENTITY sect   "&#x00A7;"> <!-- SECTION SIGN -->
 
81
<!ENTITY para   "&#x00B6;"> <!-- PILCROW SIGN -->
 
82
<!ENTITY middot "&#x00B7;"> <!-- MIDDLE DOT -->
 
83
<!ENTITY larr   "&#x2190;"> <!-- LEFTWARDS ARROW -->
 
84
<!ENTITY rarr   "&#x2192;"> <!-- RIGHTWARDS ARROW -->
 
85
<!ENTITY uarr   "&#x2191;"> <!-- UPWARDS ARROW -->
 
86
<!ENTITY darr   "&#x2193;"> <!-- DOWNWARDS ARROW -->
 
87
<!ENTITY copy   "&#x00A9;"> <!-- COPYRIGHT SIGN -->
 
88
<!ENTITY reg    "&#x00AE;"> <!-- REG TRADE MARK SIGN -->
 
89
<!ENTITY trade  "&#x2122;"> <!-- TRADE MARK SIGN -->
 
90
<!ENTITY brvbar "&#x00A6;"> <!-- BROKEN BAR -->
 
91
<!ENTITY not    "&#x00AC;"> <!-- NOT SIGN -->
 
92
<!ENTITY sung   "&#x2669;"> <!--  -->
 
93
<!ENTITY excl   "&#x0021;"> <!-- EXCLAMATION MARK -->
 
94
<!ENTITY iexcl  "&#x00A1;"> <!-- INVERTED EXCLAMATION MARK -->
 
95
<!ENTITY quot   "&#x0022;"> <!-- QUOTATION MARK -->
 
96
<!ENTITY apos   "&#x0027;"> <!-- APOSTROPHE -->
 
97
<!ENTITY lpar   "&#x0028;"> <!-- LEFT PARENTHESIS -->
 
98
<!ENTITY rpar   "&#x0029;"> <!-- RIGHT PARENTHESIS -->
 
99
<!ENTITY comma  "&#x002C;"> <!-- COMMA -->
 
100
<!ENTITY lowbar "&#x005F;"> <!-- LOW LINE -->
 
101
<!ENTITY hyphen "&#x002D;"> <!-- HYPHEN-MINUS -->
 
102
<!ENTITY period "&#x002E;"> <!-- FULL STOP -->
 
103
<!ENTITY sol    "&#x002F;"> <!-- SOLIDUS -->
 
104
<!ENTITY colon  "&#x003A;"> <!-- COLON -->
 
105
<!ENTITY semi   "&#x003B;"> <!-- SEMICOLON -->
 
106
<!ENTITY quest  "&#x003F;"> <!-- QUESTION MARK -->
 
107
<!ENTITY iquest "&#x00BF;"> <!-- INVERTED QUESTION MARK -->
 
108
<!ENTITY laquo  "&#x00AB;"> <!-- LEFT-POINTING DOUBLE ANGLE QUOTATION MARK -->
 
109
<!ENTITY raquo  "&#x00BB;"> <!-- RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK -->
 
110
<!ENTITY lsquo  "&#x2018;"> <!--  -->
 
111
<!ENTITY rsquo  "&#x2019;"> <!-- RIGHT SINGLE QUOTATION MARK -->
 
112
<!ENTITY ldquo  "&#x201C;"> <!--  -->
 
113
<!ENTITY rdquo  "&#x201D;"> <!-- RIGHT DOUBLE QUOTATION MARK -->
 
114
<!ENTITY nbsp   "&#x00A0;"> <!-- NO-BREAK SPACE -->
 
115
<!ENTITY shy    "&#x00AD;"> <!-- SOFT HYPHEN -->
 
116
 
 
117
<!-- End of ISO Numeric and Special Graphic Entities V0.3 ................. -->
 
118
<!-- ...................................................................... -->