]> granicus.if.org Git - docbook-dsssl/commitdiff
Clarify usage of para property attribute sets.
authorBob Stayton <bobs@sagehill.net>
Sat, 17 Mar 2012 21:43:54 +0000 (21:43 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 17 Mar 2012 21:43:54 +0000 (21:43 +0000)
xsl/params/normal.para.spacing.xml
xsl/params/para.properties.xml

index 150c2902079f83ad52d9a920f4452ac12e7f0b1c..9ad7488a6b6ade43b4cff3ed1b7e34cf5d4f05f9 100644 (file)
@@ -33,5 +33,11 @@ simpara
 simplelist
 </literallayout>
 <para>To customize the spacing, you need to reset all three attributes.</para>
+
+<para>To specify properties on just <tag>para</tag> elements without
+affecting these other elements,
+use the
+<link linkend="para.properties">para.properties</link>
+attribute-set. </para>
 </refsection>
 </refentry>
index 3ca03889de08b23c99ca2e0fb5a36ccafc434dc7..e36c33ad364b2527cb67d6cebf05b751d711477c 100644 (file)
@@ -24,5 +24,8 @@ Although the default attribute-set is empty, it uses the attribute-set
 named <literal>normal.para.spacing</literal> to add vertical space before
 each para. The <literal>para.properties</literal> attribute-set can override those 
 spacing properties for para only.</para>
+<para>See also
+<link linkend="normal.para.spacing">normal.para.spacing</link>.
+</para>
 </refsection>
 </refentry>