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="admonition.title.properties">
9 <refentrytitle>admonition.title.properties</refentrytitle>
10 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
13 <refname>admonition.title.properties</refname>
14 <refpurpose>To set the style for admonitions titles.</refpurpose>
18 <src:fragment xml:id="admonition.title.properties.frag">
19 <xsl:attribute-set name="admonition.title.properties">
20 <xsl:attribute name="font-size">14pt</xsl:attribute>
21 <xsl:attribute name="font-weight">bold</xsl:attribute>
22 <xsl:attribute name="hyphenate">false</xsl:attribute>
23 <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
27 <refsection><info><title>Description</title></info>
28 <para>How do you want admonitions titles styled? </para>
29 <para>Set the font-size, weight etc to the style required.</para>