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="speakernote.properties"> | |
7 <refmeta> | |
8 <refentrytitle>speakernote.properties</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>speakernote.properties</refname> | |
13 <refpurpose>Specifies properties for all speakernotes</refpurpose> | |
14 </refnamediv> | |
15 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="speakernote.properties.frag"> | |
18 <xsl:attribute-set name="speakernote.properties"> | |
19 <xsl:attribute name="font-family">Times Roman</xsl:attribute> | |
20 <xsl:attribute name="font-style">italic</xsl:attribute> | |
21 <xsl:attribute name="font-size">12pt</xsl:attribute> | |
22 <xsl:attribute name="font-weight">normal</xsl:attribute> | |
23 </xsl:attribute-set> | |
24 </src:fragment> | |
25 </refsynopsisdiv> | |
26 | |
27 <refsection><info><title>Description</title></info> | |
28 | |
29 <para>This parameter specifies properties that are applied to all speakernotes.<
/para> | |
30 | |
31 </refsection> | |
32 </refentry> | |
OLD | NEW |