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 / title.margin.left.xml
diff --git a/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/title.margin.left.xml b/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/title.margin.left.xml
deleted file mode 100755 (executable)
index cb17090..0000000
+++ /dev/null
@@ -1,65 +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="title.margin.left">\r
-<refmeta>\r
-<refentrytitle>title.margin.left</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>title.margin.left</refname>\r
-<refpurpose>Adjust the left margin for titles</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<src:fragment xml:id="title.margin.left.frag">\r
-<xsl:param name="title.margin.left">\r
-  <xsl:choose>\r
-    <xsl:when test="$fop.extensions != 0">-4pc</xsl:when>\r
-    <xsl:when test="$passivetex.extensions != 0">0pt</xsl:when>\r
-    <xsl:otherwise>0pt</xsl:otherwise>\r
-  </xsl:choose>\r
-</xsl:param>\r
-</src:fragment>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>This parameter provides\r
-the means of adjusting the left margin for titles\r
-when the XSL-FO processor being used is\r
-an old version of FOP (0.25 and earlier).\r
-It is only useful when the <parameter>fop.extensions</parameter>\r
-is nonzero.</para>\r
-\r
-<para>The left margin of the body region\r
-is calculated to include this space,\r
-and titles are outdented to the left outside\r
-the body region by this amount,\r
-effectively leaving titles at the intended left margin\r
-and the body text indented.\r
-Currently this method is only used for old FOP because\r
-it cannot properly use the <parameter>body.start.indent</parameter>\r
-parameter.\r
-</para>\r
-<para>\r
-The default value when the <parameter>fop.extensions</parameter>\r
-parameter is nonzero is -4pc, which means the\r
-body text is indented 4 picas relative to\r
-the titles.\r
-The default value when the <parameter>fop.extensions</parameter>\r
-parameter equals zero is 0pt, and\r
-the body indent should instead be specified\r
-using the <parameter>body.start.indent</parameter>\r
-parameter.\r
-</para>\r
-<para>\r
-If you set the value to zero, be sure to still include\r
-a unit indicator such as <literal>0pt</literal>, or\r
-the FO processor will report errors.\r
-</para>\r
-\r
-</refsection>\r
-</refentry>\r