hyphenate.xml 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <refentry xmlns="http://docbook.org/ns/docbook"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:xi="http://www.w3.org/2001/XInclude"
  4. xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. version="5.0" xml:id="hyphenate">
  7. <refmeta>
  8. <refentrytitle>hyphenate</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
  10. <refmiscinfo class="other" otherclass="list-type">closed</refmiscinfo>
  11. <refmiscinfo class="other" otherclass="value">true</refmiscinfo>
  12. <refmiscinfo class="other" otherclass="value">false</refmiscinfo>
  13. </refmeta>
  14. <refnamediv>
  15. <refname>hyphenate</refname>
  16. <refpurpose>Specify hyphenation behavior</refpurpose>
  17. </refnamediv>
  18. <refsynopsisdiv>
  19. <src:fragment xml:id="hyphenate.frag"><xsl:param name="hyphenate">true</xsl:param></src:fragment>
  20. </refsynopsisdiv>
  21. <refsection><info><title>Description</title></info>
  22. <para>If true, words may be hyphenated. Otherwise, they may not.</para>
  23. <para>See also <parameter>ulink.hyphenate.chars</parameter> </para>
  24. </refsection>
  25. </refentry>