goba            Fri Apr 19 10:26:18 2002 EDT

  Modified files:              
    /phpdoc/en/reference/bc     reference.xml 
  Log:
  New structure applied
  
  
Index: phpdoc/en/reference/bc/reference.xml
diff -u phpdoc/en/reference/bc/reference.xml:1.2 
phpdoc/en/reference/bc/reference.xml:1.3
--- phpdoc/en/reference/bc/reference.xml:1.2    Mon Apr 15 14:56:29 2002
+++ phpdoc/en/reference/bc/reference.xml        Fri Apr 19 10:26:18 2002
@@ -1,17 +1,20 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="ref.bc">
   <title>BCMath Arbitrary Precision Mathematics Functions</title>
   <titleabbrev>BC math</titleabbrev>
 
   <partintro>
-   <para id="bc.intro">
-    For arbitrary precision mathematics PHP offers the Binary Calculator which
-    supports numbers of any size and precision, represented as strings.
-   </para>
+   <section id="bc.intro">
+    &reftitle.intro;
+    <para>
+     For arbitrary precision mathematics PHP offers the Binary Calculator which
+     supports numbers of any size and precision, represented as strings.
+    </para>
+   </section>
 
    <section id="bc.requirements">
-    <title>Requirements</title>
+    &reftitle.required;
     <para>
      Due to changes in the licensing, the BCMATH library is distributed
      separate from the standard PHP source distribution. 
@@ -23,7 +26,7 @@
    </section>
     
    <section id="bc.installation">
-    <title>Installation</title>
+    &reftitle.install;
     <para>
      In PHP 4, these functions are only available if PHP was configured with
      <link linkend="install.configure.enable-bcmath"><option 
role="configure">--enable-bcmath</option></link>.
@@ -33,18 +36,18 @@
    </section>
 
    <section id="bc.configuration">
-    <title>Runtime Configuration</title>
-     &no.config;
+    &reftitle.runtime;
+    &no.config;
    </section>
 
    <section id="bc.resources">
-    <title>Resource types</title>
-     &no.resource;
+    &reftitle.resources;
+    &no.resource;
    </section>
 
    <section id="bc.constants">
-    <title>Predefined constants</title>
-     &no.constants;
+    &reftitle.constants;
+    &no.constants;
    </section>
   </partintro>
 


Reply via email to