lfs-ru/stylesheets/lfs-xsl/docbook-xsl-1.79.1/params/slides.titlepage.master.properties.xml
2023-05-25 00:08:02 +05:00

47 lines
1.7 KiB
XML

<refentry xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="5.0" xml:id="slides.titlepage.master.properties">
<refmeta>
<refentrytitle>slides.titlepage.master.properties</refentrytitle>
<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
</refmeta>
<refnamediv>
<refname>slides.titlepage.master.properties</refname>
<refpurpose>Specifies properties for slides titlepage master</refpurpose>
</refnamediv>
<refsynopsisdiv>
<src:fragment xml:id="slides.titlepage.master.properties.frag">
<xsl:attribute-set name="slides.titlepage.master.properties">
<xsl:attribute name="page-width">
<xsl:value-of select="$page.width"/>
</xsl:attribute>
<xsl:attribute name="page-height">
<xsl:value-of select="$page.height"/>
</xsl:attribute>
<xsl:attribute name="margin-top">
<xsl:value-of select="$page.margin.top"/>
</xsl:attribute>
<xsl:attribute name="margin-bottom">
<xsl:value-of select="$page.margin.bottom"/>
</xsl:attribute>
<xsl:attribute name="margin-left">
<xsl:value-of select="$page.margin.inner"/>
</xsl:attribute>
<xsl:attribute name="margin-right">
<xsl:value-of select="$page.margin.outer"/>
</xsl:attribute>
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>
<refsection><info><title>Description</title></info>
<para>This parameter specifies properties for the slides titlepage master.</para>
</refsection>
</refentry>