diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kdoctools/docbook/xsl/params/section.level1.properties.xml | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/docbook/xsl/params/section.level1.properties.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/section.level1.properties.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/section.level1.properties.xml b/kdoctools/docbook/xsl/params/section.level1.properties.xml new file mode 100644 index 000000000..c0a804d7b --- /dev/null +++ b/kdoctools/docbook/xsl/params/section.level1.properties.xml @@ -0,0 +1,39 @@ +<refentry id="section.level1.properties"> +<refmeta> +<refentrytitle>section.level1.properties</refentrytitle> +<refmiscinfo role="type">attribute set</refmiscinfo> +</refmeta> +<refnamediv> +<refname>section.level1.properties</refname> +<refpurpose>Properties for level-1 sections</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='section.level1.properties.frag'> +<xsl:attribute-set name="section.level1.properties" + use-attribute-sets="section.properties"> +</xsl:attribute-set> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>The properties that apply to the containing +block of a level-1 section, and therefore apply to +the whole section. This includes <sgmltag>sect1</sgmltag> +elements and <sgmltag>section</sgmltag> elements at level 1. +</para> + +<para>For example, you could start each level-1 section on +a new page by using:</para> +<programlisting><xsl:attribute-set name="section.level1.properties"> + <xsl:attribute name="break-before">page</xsl:attribute> +</xsl:attribute-set> +</programlisting> + +<para>This attribute set inherits attributes from the +general <sgmltag>section.properties</sgmltag> attribute set. +</para> + +</refsect1> +</refentry> |