shade.verbatim.xml 1.0 KB

123456789101112131415161718192021222324252627282930
  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="shade.verbatim">
  7. <refmeta>
  8. <refentrytitle>shade.verbatim</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>shade.verbatim</refname>
  13. <refpurpose>Should verbatim environments be shaded?</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="shade.verbatim.frag"><xsl:param name="shade.verbatim" select="0"/></src:fragment>
  17. </refsynopsisdiv>
  18. <refsection><info><title>Description</title></info>
  19. <para>In the FO stylesheet, if this parameter is non-zero then the
  20. <property>shade.verbatim.style</property> properties will be applied
  21. to verbatim environments.</para>
  22. <para>In the HTML stylesheet, this parameter is now deprecated. Use
  23. CSS instead.</para>
  24. </refsection>
  25. </refentry>