remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / styleguide / docbook-xsl-1.75.2 / params / hyphenate.verbatim.xml
diff --git a/stylesheets/styleguide/docbook-xsl-1.75.2/params/hyphenate.verbatim.xml b/stylesheets/styleguide/docbook-xsl-1.75.2/params/hyphenate.verbatim.xml
deleted file mode 100755 (executable)
index 31d053f..0000000
+++ /dev/null
@@ -1,45 +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="hyphenate.verbatim">\r
-<refmeta>\r
-<refentrytitle>hyphenate.verbatim</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>hyphenate.verbatim</refname>\r
-<refpurpose>Should verbatim environments be hyphenated on space characters?</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<src:fragment xml:id="hyphenate.verbatim.frag"><xsl:param name="hyphenate.verbatim" select="0"/></src:fragment>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>If the lines of program listing are too long to fit into one\r
-line it is quite common to split them at space and indicite by hook\r
-arrow that code continues on the next line. You can turn on this\r
-behaviour for <tag>programlisting</tag>,\r
-<tag>screen</tag> and <tag>synopsis</tag> elements by\r
-using this parameter.</para>\r
-\r
-<para>Note that you must also enable line wrapping for verbatim environments and\r
-select appropriate hyphenation character (e.g. hook arrow). This can\r
-be done using <parameter>monospace.verbatim.properties</parameter>\r
-attribute set:</para>\r
-\r
-<programlisting>&lt;xsl:attribute-set name="monospace.verbatim.properties" \r
-                   use-attribute-sets="verbatim.properties monospace.properties"&gt;\r
-  &lt;xsl:attribute name="wrap-option"&gt;wrap&lt;/xsl:attribute&gt;\r
-  &lt;xsl:attribute name="hyphenation-character"&gt;&amp;#x25BA;&lt;/xsl:attribute&gt;\r
-&lt;/xsl:attribute-set&gt;</programlisting>\r
-\r
-<para>For a list of arrows available in Unicode see <uri xlink:href="http://www.unicode.org/charts/PDF/U2190.pdf">http://www.unicode.org/charts/PDF/U2190.pdf</uri> and <uri xlink:href="http://www.unicode.org/charts/PDF/U2900.pdf">http://www.unicode.org/charts/PDF/U2900.pdf</uri> and make sure that\r
-selected character is available in the font you are using for verbatim\r
-environments.</para>\r
-\r
-</refsection>\r
-</refentry>\r