~ubuntu-branches/ubuntu/raring/docbook-xml/raring

« back to all changes in this revision

Viewing changes to 4.1.2/ent/iso-num.ent

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale), Daniel Leidert
  • Date: 2007-04-18 20:53:41 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070418205341-21oyzu6b9wevm1yu
Tags: 4.5-2
* Adding the Debian XML/SGML group and myself as co-maintainers closes:
  #358520. Simply forgot it.

[ Daniel Leidert ]
* catalog: Added system IDs too for DOCTYPE declarations only containing a
  system ID.
* docbook-4.0/docbook.cat: Likewise.
* debian/patches/06_add_system_identifiers_to_catalog.dpatch: Likewise.
* debian/docbook-xml.examples: Fixed examples location: will re-add them
  back to the package.
* debian/docbook-xml.xmlcatalogs.in: Added entry for "-//OASIS//DTD XML
  Exchange Table Model 19990315//EN" FPI to the root catalog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- iso-num.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
2
 
 
3
 
<!-- Derived from the corresponding ISO 8879 standard entity set
4
 
     and the Unicode character mappings provided by Sebastian Rahtz -->
5
 
 
6
 
<!ENTITY half   "&#x00BD;"> <!-- VULGAR FRACTION ONE HALF -->
7
 
<!ENTITY frac12 "&#x00BD;"> <!-- VULGAR FRACTION ONE HALF -->
8
 
<!ENTITY frac14 "&#x00BC;"> <!-- VULGAR FRACTION ONE QUARTER -->
9
 
<!ENTITY frac34 "&#x00BE;"> <!-- VULGAR FRACTION THREE QUARTERS -->
10
 
<!ENTITY frac18 "&#x215B;"> <!--  -->
11
 
<!ENTITY frac38 "&#x215C;"> <!--  -->
12
 
<!ENTITY frac58 "&#x215D;"> <!--  -->
13
 
<!ENTITY frac78 "&#x215E;"> <!--  -->
14
 
<!ENTITY sup1   "&#x00B9;"> <!-- SUPERSCRIPT ONE -->
15
 
<!ENTITY sup2   "&#x00B2;"> <!-- SUPERSCRIPT TWO -->
16
 
<!ENTITY sup3   "&#x00B3;"> <!-- SUPERSCRIPT THREE -->
17
 
<!ENTITY plus   "&#x002B;"> <!-- PLUS SIGN -->
18
 
<!ENTITY plusmn "&#x00B1;"> <!-- PLUS-MINUS SIGN -->
19
 
<!ENTITY lt     "&#38;#60;"> <!-- LESS-THAN SIGN -->
20
 
<!ENTITY equals "&#x003D;"> <!-- EQUALS SIGN -->
21
 
<!ENTITY gt     "&#x003E;"> <!-- GREATER-THAN SIGN -->
22
 
<!ENTITY divide "&#x00F7;"> <!-- DIVISION SIGN -->
23
 
<!ENTITY times  "&#x00D7;"> <!-- MULTIPLICATION SIGN -->
24
 
<!ENTITY curren "&#x00A4;"> <!-- CURRENCY SIGN -->
25
 
<!ENTITY pound  "&#x00A3;"> <!-- POUND SIGN -->
26
 
<!ENTITY dollar "&#x0024;"> <!-- DOLLAR SIGN -->
27
 
<!ENTITY cent   "&#x00A2;"> <!-- CENT SIGN -->
28
 
<!ENTITY yen    "&#x00A5;"> <!-- YEN SIGN -->
29
 
<!ENTITY num    "&#x0023;"> <!-- NUMBER SIGN -->
30
 
<!ENTITY percnt "&#x0025;"> <!-- PERCENT SIGN -->
31
 
<!ENTITY amp    "&#38;#38;"> <!-- AMPERSAND -->
32
 
<!ENTITY ast    "&#x002A;"> <!-- ASTERISK OPERATOR -->
33
 
<!ENTITY commat "&#x0040;"> <!-- COMMERCIAL AT -->
34
 
<!ENTITY lsqb   "&#x005B;"> <!-- LEFT SQUARE BRACKET -->
35
 
<!ENTITY bsol   "&#x005C;"> <!-- REVERSE SOLIDUS -->
36
 
<!ENTITY rsqb   "&#x005D;"> <!-- RIGHT SQUARE BRACKET -->
37
 
<!ENTITY lcub   "&#x007B;"> <!-- LEFT CURLY BRACKET -->
38
 
<!ENTITY horbar "&#x2015;"> <!-- HORIZONTAL BAR -->
39
 
<!ENTITY verbar "&#x007C;"> <!-- VERTICAL LINE -->
40
 
<!ENTITY rcub   "&#x007D;"> <!-- RIGHT CURLY BRACKET -->
41
 
<!ENTITY micro  "&#x00B5;"> <!-- MICRO SIGN -->
42
 
<!ENTITY ohm    "&#x2126;"> <!-- OHM SIGN -->
43
 
<!ENTITY deg    "&#x00B0;"> <!-- DEGREE SIGN -->
44
 
<!ENTITY ordm   "&#x00BA;"> <!-- MASCULINE ORDINAL INDICATOR -->
45
 
<!ENTITY ordf   "&#x00AA;"> <!-- FEMININE ORDINAL INDICATOR -->
46
 
<!ENTITY sect   "&#x00A7;"> <!-- SECTION SIGN -->
47
 
<!ENTITY para   "&#x00B6;"> <!-- PILCROW SIGN -->
48
 
<!ENTITY middot "&#x00B7;"> <!-- MIDDLE DOT -->
49
 
<!ENTITY larr   "&#x2190;"> <!-- LEFTWARDS DOUBLE ARROW -->
50
 
<!ENTITY rarr   "&#x2192;"> <!-- RIGHTWARDS DOUBLE ARROW -->
51
 
<!ENTITY uarr   "&#x2191;"> <!-- UPWARDS ARROW -->
52
 
<!ENTITY darr   "&#x2193;"> <!-- DOWNWARDS ARROW -->
53
 
<!ENTITY copy   "&#x00A9;"> <!-- COPYRIGHT SIGN -->
54
 
<!ENTITY reg    "&#x00AE;"> <!-- REG TRADE MARK SIGN -->
55
 
<!ENTITY trade  "&#x2122;"> <!-- TRADE MARK SIGN -->
56
 
<!ENTITY brvbar "&#x00A6;"> <!-- BROKEN BAR -->
57
 
<!ENTITY not    "&#x00AC;"> <!-- NOT SIGN -->
58
 
<!ENTITY sung   "&#x2669;"> <!--  -->
59
 
<!ENTITY excl   "&#x0021;"> <!-- EXCLAMATION MARK -->
60
 
<!ENTITY iexcl  "&#x00A1;"> <!-- INVERTED EXCLAMATION MARK -->
61
 
<!ENTITY quot   "&#x0022;"> <!-- QUOTATION MARK -->
62
 
<!ENTITY apos   "&#x0027;"> <!-- APOSTROPHE -->
63
 
<!ENTITY lpar   "&#x0028;"> <!-- LEFT PARENTHESIS -->
64
 
<!ENTITY rpar   "&#x0029;"> <!-- RIGHT PARENTHESIS -->
65
 
<!ENTITY comma  "&#x002C;"> <!-- COMMA -->
66
 
<!ENTITY lowbar "&#x005F;"> <!-- LOW LINE -->
67
 
<!ENTITY hyphen "&#x002D;"> <!-- HYPHEN-MINUS -->
68
 
<!ENTITY period "&#x002E;"> <!-- FULL STOP -->
69
 
<!ENTITY sol    "&#x002F;"> <!-- SOLIDUS -->
70
 
<!ENTITY colon  "&#x003A;"> <!-- COLON -->
71
 
<!ENTITY semi   "&#x003B;"> <!-- SEMICOLON -->
72
 
<!ENTITY quest  "&#x003F;"> <!-- QUESTION MARK -->
73
 
<!ENTITY iquest "&#x00BF;"> <!-- INVERTED QUESTION MARK -->
74
 
<!ENTITY laquo  "&#x00AB;"> <!-- LEFT-POINTING DOUBLE ANGLE QUOTATION MARK -->
75
 
<!ENTITY raquo  "&#x00BB;"> <!-- RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK -->
76
 
<!ENTITY lsquo  "&#x2018;"> <!--  -->
77
 
<!ENTITY rsquo  "&#x2019;"> <!-- RIGHT SINGLE QUOTATION MARK -->
78
 
<!ENTITY ldquo  "&#x201C;"> <!--  -->
79
 
<!ENTITY rdquo  "&#x201D;"> <!-- RIGHT DOUBLE QUOTATION MARK -->
80
 
<!ENTITY nbsp   "&#x00A0;"> <!-- NO-BREAK SPACE -->
81
 
<!ENTITY shy    "&#x00AD;"> <!-- SOFT HYPHEN -->