title.font.family.xml 1.4 KB

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