From 47fb94211f9a2dafab902208af710a7df6b97c14 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Sat, 28 May 2005 11:54:15 +0000 Subject: [PATCH] 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. --- xsl/params/component.title.properties.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 + + -- 2.49.0