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="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 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="monospace.font.family.frag"> | |
18 <xsl:param name="monospace.font.family">monospace</xsl:param> | |
19 </src:fragment> | |
20 </refsynopsisdiv> | |
21 | |
22 <refsection><info><title>Description</title></info> | |
23 | |
24 <para>The monospace font family is used for verbatim environments | |
25 (program listings, screens, etc.). | |
26 </para> | |
27 <para>If more than one font is required, enter the font names, | |
28 separated by a comma, e.g.</para> | |
29 <literallayout> | |
30 <xsl:param name="body.font.family">Arial, SimSun, serif</xsl:param> | |
31 | |
32 </literallayout> | |
33 </refsection> | |
34 </refentry> | |
OLD | NEW |