From f6eebe02840a3ad5e39ccf9b7c00d0f00ef79f66 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 1 Jun 2005 11:41:48 +0000 Subject: [PATCH] Align refnamediv title correctly when refentry.generate.title is non-zero (closes #1212641). ::Problem: When refentry.generate.title is non-zero, the title output for Refnamediv is not aligned flush left. ::Cause: No code for setting start-indent="" was included in refentry.title.properties. It should be in order to make the Refnamediv title output be flush left, as are titles for all other sectioning children of Refentry ::Fix: Added code for setting start-indent="" in refentry.title.properties. --- xsl/params/refentry.title.properties.xml | 27 ++++++++++++++++++------ 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/xsl/params/refentry.title.properties.xml b/xsl/params/refentry.title.properties.xml index 2ae97e035..c0d8378cb 100644 --- a/xsl/params/refentry.title.properties.xml +++ b/xsl/params/refentry.title.properties.xml @@ -25,19 +25,32 @@ 0.5em 0.4em 0.6em + Description -Formatting properties applied to refentry titles, -including refnamediv, refsect1 through 3, and refsection. -The font size is supplied by the appropriate -section.levelX.title.properties -attribute-set, -computed from its location in the section hierarchy. - +Formatting properties applied to the title generated for the +refnamediv part of output for +refentry when the value of the +refentry.generate.title parameter is +non-zero. The font size is supplied by the appropriate section.levelX.title.properties +attribute-set, computed from the location of the +refentry in the section hierarchy. + + + This parameter has no effect on the the title generated for + the refnamediv part of output for + refentry when the value of the + refentry.generate.name parameter is + non-zero. By default, that title is formatted with the same + properties as the titles for all other first-level children of + refentry. + -- 2.40.0