You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/kdoctools/docbook/xsl/params/component.title.properties.xml

32 lines
1.1 KiB

<refentry id="component.title.properties">
<refmeta>
<refentrytitle>component.title.properties</refentrytitle>
<refmiscinfo role="type">attribute set</refmiscinfo>
</refmeta>
<refnamediv>
<refname>component.title.properties</refname>
<refpurpose>Properties for component titles</refpurpose>
</refnamediv>
<refsynopsisdiv>
<src:fragment id='component.title.properties.frag'>
<xsl:attribute-set name="component.title.properties">
<xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
<xsl:attribute name="space-before.optimum"><xsl:value-of
select="concat($body.font.master, 'pt')"/></xsl:attribute>
<xsl:attribute name="space-before.minimum"><xsl:value-of
select="concat($body.font.master, 'pt * 0.8')"/></xsl:attribute>
<xsl:attribute name="space-before.maximum"><xsl:value-of
select="concat($body.font.master, 'pt * 1.2')"/></xsl:attribute>
<xsl:attribute name="hyphenate">false</xsl:attribute>
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>The properties common to all component titles.</para>
</refsect1>
</refentry>