From: Jirka Kosek Date: Sat, 28 May 2005 11:54:15 +0000 (+0000) Subject: Previous change (adding text-align="left") caused article titles to be displayed... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47fb94211f9a2dafab902208af710a7df6b97c14;p=docbook-dsssl Previous change (adding text-align="left") caused article titles to be displayed left aligned instead centered. This was backward incompatible change in presentation. Now attribute set is conditional and outputs text-align="center" for titles of standalone articles. Probably in the future more general fix should be done -- either creating separate article.title.properties, or refactoring FO properties settings between titlepage templates and attribute sets. --- diff --git a/xsl/params/component.title.properties.xml b/xsl/params/component.title.properties.xml index 040f2dec4..445188231 100644 --- a/xsl/params/component.title.properties.xml +++ b/xsl/params/component.title.properties.xml @@ -19,7 +19,12 @@ false - left + + + center + left + +