pgwide.properties.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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="pgwide.properties">
  7. <refmeta>
  8. <refentrytitle>pgwide.properties</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>pgwide.properties</refname>
  13. <refpurpose>Properties to make a figure or table page wide.
  14. </refpurpose>
  15. </refnamediv>
  16. <refsynopsisdiv>
  17. <src:fragment xml:id="pgwide.properties.frag">
  18. <xsl:attribute-set name="pgwide.properties">
  19. <xsl:attribute name="start-indent">0pt</xsl:attribute>
  20. </xsl:attribute-set>
  21. </src:fragment>
  22. </refsynopsisdiv>
  23. <refsection><info><title>Description</title></info>
  24. <para>This attribute set is used to set the properties
  25. that make a figure or table "page wide" in fo output.
  26. It comes into effect when an attribute <literal>pgwide="1"</literal>
  27. is used.
  28. </para>
  29. <para>
  30. By default, it sets <parameter>start-indent</parameter>
  31. to <literal>0pt</literal>.
  32. In a stylesheet that sets the parameter
  33. <parameter>body.start.indent</parameter>
  34. to a non-zero value in order to indent body text,
  35. this attribute set can be used to outdent pgwide
  36. figures to the start margin.
  37. </para>
  38. <para>If a document uses a multi-column page layout,
  39. then this attribute set could try setting <parameter>span</parameter>
  40. to a value of <literal>all</literal>. However, this may
  41. not work with some processors because a span property must be on an
  42. fo:block that is a direct child of fo:flow. It may work in
  43. some processors anyway.
  44. </para>
  45. </refsection>
  46. </refentry>