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="slides.titlepage.title.properties"> | |
7 <refmeta> | |
8 <refentrytitle>slides.titlepage.title.properties</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>slides.titlepage.title.properties</refname> | |
13 <refpurpose>Specifies properties for slides titlepage title</refpurpose> | |
14 </refnamediv> | |
15 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="slides.titlepage.title.properties.frag"> | |
18 <xsl:attribute-set name="slides.titlepage.title.properties"> | |
19 <xsl:attribute name="text-align">center</xsl:attribute> | |
20 <xsl:attribute name="space-after">1em</xsl:attribute> | |
21 <xsl:attribute name="padding-top">1.5in</xsl:attribute> | |
22 <xsl:attribute name="keep-with-next">always</xsl:attribute> | |
23 <xsl:attribute name="font-size"> | |
24 <xsl:value-of select="$foil.title.size"/> | |
25 </xsl:attribute> | |
26 <xsl:attribute name="font-weight">bold</xsl:attribute> | |
27 <xsl:attribute name="font-family"> | |
28 <xsl:value-of select="$slide.title.font.family"/> | |
29 </xsl:attribute> | |
30 </xsl:attribute-set> | |
31 </src:fragment> | |
32 </refsynopsisdiv> | |
33 | |
34 <refsection><info><title>Description</title></info> | |
35 | |
36 <para>This parameter specifies properties for the title on the default | |
37 titlepage.</para> | |
38 | |
39 </refsection> | |
40 </refentry> | |
OLD | NEW |