remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / params / footer.column.widths.xml
diff --git a/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/footer.column.widths.xml b/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/footer.column.widths.xml
deleted file mode 100755 (executable)
index f06e824..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-<refentry xmlns="http://docbook.org/ns/docbook"\r
-          xmlns:xlink="http://www.w3.org/1999/xlink"\r
-          xmlns:xi="http://www.w3.org/2001/XInclude"\r
-          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"\r
-          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
-          version="5.0" xml:id="footer.column.widths">\r
-<refmeta>\r
-<refentrytitle>footer.column.widths</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>footer.column.widths</refname>\r
-<refpurpose>Specify relative widths of footer areas</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv><src:fragment xml:id="footer.column.widths.frag">\r
-<xsl:param name="footer.column.widths">1 1 1</xsl:param>\r
-</src:fragment></refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>Page footers in print output use a three column table\r
-to position text at the left, center, and right side of\r
-the footer on the page.\r
-This parameter lets you specify the relative sizes of the\r
-three columns.  The default value is\r
-"1 1 1".</para>\r
-\r
-<para>The parameter value must be three numbers, separated\r
-by white space. The first number represents the relative\r
-width of the inside footer for\r
-double-sided output.  The second number is the relative\r
-width of the center footer.  The third number is the\r
-relative width of the outside footer for\r
-double-sided output.\r
-</para>\r
-<para>For single-sided output, the first number is the\r
-relative width of left footer for left-to-right\r
-text direction, or the right footer for right-to-left\r
-text direction.  \r
-The third number is the\r
-relative width of right footer for left-to-right\r
-text direction, or the left footer for right-to-left\r
-text direction.</para>\r
-\r
-<para>The numbers are used to specify the column widths\r
-for the table that makes up the footer area.\r
-In the FO output, this looks like:\r
-</para>\r
-\r
-<programlisting>\r
-&lt;fo:table-column column-number="1" \r
-    column-width="proportional-column-width(1)"/&gt;\r
-</programlisting>\r
-\r
-<para>\r
-The <literal>proportional-column-width()</literal>\r
-function computes a column width by dividing its\r
-argument by the total of the arguments for all the columns, and\r
-then multiplying the result by the width of the whole table\r
-(assuming all the column specs use the function).\r
-Its argument can be any positive integer or floating point number.\r
-Zero is an acceptable value, although some FO processors\r
-may warn about it, in which case using a very small number might\r
-be more satisfactory.\r
-</para>\r
-\r
-<para>For example, the value "1 2 1" means the center\r
-footer should have twice the width of the other areas.\r
-A value of "0 0 1" means the entire footer area\r
-is reserved for the right (or outside) footer text.\r
-Note that to keep the center area centered on\r
-the page, the left and right values must be\r
-the same. A specification like "1 2 3" means the\r
-center area is no longer centered on the page\r
-since the right area is three times the width of the left area.\r
-</para>\r
-\r
-</refsection>\r
-</refentry>\r