OLD | NEW |
| (Empty) |
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 | |
20 <refsynopsisdiv> | |
21 <src:fragment xml:id="title.font.family.frag"> | |
22 <xsl:param name="title.font.family">sans-serif</xsl:param> | |
23 </src:fragment> | |
24 </refsynopsisdiv> | |
25 | |
26 <refsection><info><title>Description</title></info> | |
27 | |
28 <para>The title font family is used for titles (chapter, section, figure, | |
29 etc.) | |
30 </para> | |
31 <para>If more than one font is required, enter the font names, | |
32 separated by a comma, e.g.</para> | |
33 <literallayout> | |
34 <xsl:param name="body.font.family">Arial, SimSun, serif</xsl:param> | |
35 | |
36 </literallayout> | |
37 </refsection> | |
38 </refentry> | |
OLD | NEW |