remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / fo / table.xml
diff --git a/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/fo/table.xml b/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/fo/table.xml
deleted file mode 100755 (executable)
index 1815b51..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-<?xml version="1.0"?>\r
-\r
-<reference xml:id="table-templates"><?dbhtml dir="fo"?>\r
-  \r
-  <info>\r
-    <title>Formatting Object Table Reference</title>\r
-    <releaseinfo role="meta">\r
-      $Id: table.xsl 8392 2009-04-01 08:47:55Z bobstayton $\r
-    </releaseinfo>\r
-  </info>\r
-  <partintro xml:id="partintro">\r
-    <title>Introduction</title>\r
-    \r
-<para>This is technical reference documentation for the FO\r
-      table-processing templates in the DocBook XSL Stylesheets.</para>\r
-\r
-    \r
-<para>This is not intended to be user documentation.  It is\r
-      provided for developers writing customization layers for the\r
-      stylesheets.</para>\r
-\r
-  </partintro>\r
-\r
-<refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="template.calc.column.width">\r
-<refnamediv>\r
-<refname>calc.column.width</refname>\r
-<refpurpose>Calculate an XSL FO table column width specification from a\r
-CALS table column width specification.</refpurpose>\r
-</refnamediv>\r
-<refsynopsisdiv>\r
-<synopsis>&lt;xsl:template name="calc.column.width"&gt;\r
-&lt;xsl:param name="colwidth"&gt;1*&lt;/xsl:param&gt;\r
-  ...\r
-&lt;/xsl:template&gt;</synopsis>\r
-</refsynopsisdiv>\r
-<refsect1><title>Description</title>\r
-\r
-<para>CALS expresses table column widths in the following basic\r
-forms:</para>\r
-\r
-\r
-\r
-<itemizedlist>\r
-<listitem>\r
-\r
-<para><emphasis>99.99units</emphasis>, a fixed length specifier.</para>\r
-\r
-</listitem>\r
-<listitem>\r
-\r
-<para><emphasis>99.99</emphasis>, a fixed length specifier without any units.</para>\r
-\r
-</listitem>\r
-<listitem>\r
-\r
-<para><emphasis>99.99*</emphasis>, a relative length specifier.</para>\r
-\r
-</listitem>\r
-<listitem>\r
-\r
-<para><emphasis>99.99*+99.99units</emphasis>, a combination of both.</para>\r
-\r
-</listitem>\r
-</itemizedlist>\r
-\r
-\r
-\r
-<para>The CALS units are points (pt), picas (pi), centimeters (cm),\r
-millimeters (mm), and inches (in). These are the same units as XSL,\r
-except that XSL abbreviates picas "pc" instead of "pi". If a length\r
-specifier has no units, the CALS default unit (pt) is assumed.</para>\r
-\r
-\r
-\r
-<para>Relative length specifiers are represented in XSL with the\r
-proportional-column-width() function.</para>\r
-\r
-\r
-\r
-<para>Here are some examples:</para>\r
-\r
-\r
-\r
-<itemizedlist>\r
-<listitem>\r
-\r
-<para>"36pt" becomes "36pt"</para>\r
-\r
-</listitem>\r
-<listitem>\r
-\r
-<para>"3pi" becomes "3pc"</para>\r
-\r
-</listitem>\r
-<listitem>\r
-\r
-<para>"36" becomes "36pt"</para>\r
-\r
-</listitem>\r
-<listitem>\r
-\r
-<para>"3*" becomes "proportional-column-width(3)"</para>\r
-\r
-</listitem>\r
-<listitem>\r
-\r
-<para>"3*+2pi" becomes "proportional-column-width(3)+2pc"</para>\r
-\r
-</listitem>\r
-<listitem>\r
-\r
-<para>"1*+2" becomes "proportional-column-width(1)+2pt"</para>\r
-\r
-</listitem>\r
-</itemizedlist>\r
-\r
-</refsect1><refsect1><title>Parameters</title>\r
-\r
-<variablelist>\r
-<varlistentry><term>colwidth</term>\r
-<listitem>\r
-\r
-<para>The CALS column width specification.</para>\r
-\r
-</listitem>\r
-</varlistentry>\r
-</variablelist>\r
-\r
-</refsect1><refsect1><title>Returns</title>\r
-\r
-<para>The XSL column width specification.</para>\r
-\r
-</refsect1></refentry>\r
-</reference>\r
-\r