monospace.font.family.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  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="monospace.font.family">
  7. <refmeta>
  8. <refentrytitle>monospace.font.family</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>monospace.font.family</refname>
  13. <refpurpose>The default font family for monospace environments</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="monospace.font.family.frag">
  17. <xsl:param name="monospace.font.family">monospace</xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>The monospace font family is used for verbatim environments
  22. (program listings, screens, etc.).
  23. </para>
  24. <para>If more than one font is required, enter the font names,
  25. separated by a comma, e.g.</para>
  26. <literallayout>
  27. &lt;xsl:param name="body.font.family">Arial, SimSun, serif&lt;/xsl:param>
  28. </literallayout>
  29. </refsection>
  30. </refentry>