formal.title.placement.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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="formal.title.placement">
  7. <refmeta>
  8. <refentrytitle>formal.title.placement</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">table</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>formal.title.placement</refname>
  13. <refpurpose>Specifies where formal object titles should occur</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="formal.title.placement.frag">
  17. <xsl:param name="formal.title.placement">
  18. figure before
  19. example before
  20. equation before
  21. table before
  22. procedure before
  23. task before
  24. </xsl:param>
  25. </src:fragment>
  26. </refsynopsisdiv>
  27. <refsection><info><title>Description</title></info>
  28. <para>Specifies where formal object titles should occur. For each formal object
  29. type (<tag>figure</tag>,
  30. <tag>example</tag>,
  31. <tag>equation</tag>,
  32. <tag>table</tag>, and <tag>procedure</tag>)
  33. you can specify either the keyword
  34. <quote><literal>before</literal></quote> or
  35. <quote><literal>after</literal></quote>.</para>
  36. </refsection>
  37. </refentry>